summaryrefslogtreecommitdiff
path: root/ext/pcre/php_pcre.c
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2016-07-27 18:08:43 +0200
committerBob Weinand <bobwei9@hotmail.com>2016-07-27 18:08:43 +0200
commit5513f00a972d1781349035cc097971fb9056cce1 (patch)
treee11bfed3f36cf1c777d4d5820809eb05a5fd54a3 /ext/pcre/php_pcre.c
parent23c359c27614a8b30afd860f2543912d1b297d08 (diff)
downloadphp-git-5513f00a972d1781349035cc097971fb9056cce1.tar.gz
Fixed a potential segfault in zend_objects_store_free_object_storage()
Under the special circumstance where a garbage collected objects bucket slot was not reused until the end of the script, we get access into freed memory... No test added as it usually is valgrind-only, and only sometimes when the memory happens to have changed (i.e. (GC_FLAGS(obj) & IS_OBJ_FREE_CALLED) == 0), it actually *may* segfault
Diffstat (limited to 'ext/pcre/php_pcre.c')
0 files changed, 0 insertions, 0 deletions