]> granicus.if.org Git - php/commit
Fixed bug #70876 Segmentation fault when regenerating session id with strict mode
authorReeze Xia <reeze@php.net>
Sat, 7 Nov 2015 13:46:21 +0000 (21:46 +0800)
committerReeze Xia <reeze@php.net>
Sat, 7 Nov 2015 13:46:21 +0000 (21:46 +0800)
commit0bf3ebb4ba77f38261d9cb21a205a7d31b7f85cf
tree052fc5d2f0941f99e5d0c789d9ebf9c316922920
parent99d818f1e901d4eb411a6458a7800df071d8284a
Fixed bug #70876 Segmentation fault when regenerating session id with strict mode

The comment *mod_data always be non-NULL is not true.
The same as this FIXME: https://github.com/php/php-src/blob/master/ext/session/mod_files.c#L676
ext/session/mod_files.c
ext/session/tests/bug70876.phpt [new file with mode: 0644]