]> granicus.if.org Git - php/commit
Fix bug #70366 - use-after-free vulnerability in unserialize() with SplDoublyLinkedList
authorStanislav Malyshev <stas@php.net>
Tue, 1 Sep 2015 07:20:45 +0000 (00:20 -0700)
committerStanislav Malyshev <stas@php.net>
Tue, 1 Sep 2015 07:20:45 +0000 (00:20 -0700)
commit259057b2a484747a6c73ce54c4fa0f5acbd56179
tree42ac3a44a8f39e437c732e27cce80e43fae26da2
parentf06a069c462d37c2e009f6d1d93b8c8e7b713393
Fix bug #70366 - use-after-free vulnerability in unserialize() with SplDoublyLinkedList
ext/spl/spl_dllist.c
ext/spl/tests/bug70365.phpt
ext/spl/tests/bug70366.phpt [new file with mode: 0644]