]> granicus.if.org Git - php/commit
Fixed bug #79151
authorNikita Popov <nikita.ppv@gmail.com>
Thu, 23 Jan 2020 13:19:20 +0000 (14:19 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Thu, 23 Jan 2020 13:20:26 +0000 (14:20 +0100)
commitdb9776c53c50d923a26657fa150dfb2a482a6507
tree44455013597de89a533fb302522a9a4938bb65c4
parentdd3c664f8f72263ec690f20c1eeca4c52f473dba
Fixed bug #79151

Make sure we also NULL out next/prev of the removed element on
pop/shift. This only matter is that element is still being referenced
by an iterator.
NEWS
ext/spl/spl_dllist.c
ext/spl/tests/bug79151.phpt [new file with mode: 0644]