-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[1.2.4] Segfault in zim_Phalcon_Mvc_Dispatcher__throwDispatchException #1258
Comments
|
diff --git a/ext/acl/adapter/memory.c b/ext/acl/adapter/memory.c
index 01be425..0aabfa6 100644
--- a/ext/acl/adapter/memory.c
+++ b/ext/acl/adapter/memory.c
@@ -888,7 +888,7 @@ PHP_METHOD(Phalcon_Acl_Adapter_Memory, isAllowed){
}
}
- PHALCON_INIT_VAR(have_access);
+ PHALCON_INIT_NVAR(have_access);
ZVAL_BOOL(have_access, allow_access);
phalcon_update_property_this(this_ptr, SL("_accessGranted"), have_access TSRMLS_CC);
|
This was referenced Sep 20, 2013
Merged
phalcon
pushed a commit
that referenced
this issue
Sep 20, 2013
phalcon
pushed a commit
that referenced
this issue
Sep 20, 2013
[1.3.0] Regression test for Issue #1258
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
The text was updated successfully, but these errors were encountered: