]> granicus.if.org Git - php/commit
- Fixed bug #61418 (Segmentation fault when DirectoryIterator's or
authorGustavo André dos Santos Lopes <cataphract@php.net>
Sun, 18 Mar 2012 15:07:20 +0000 (15:07 +0000)
committerGustavo André dos Santos Lopes <cataphract@php.net>
Sun, 18 Mar 2012 15:07:20 +0000 (15:07 +0000)
commita3699726f9f3aa622daefe23831032838c52b28f
tree45435829bfd8a39979680e8ed7ff3c05f71648ae
parente132db7a57a6afc53cceec15f19541ec29d8233a
- Fixed bug #61418 (Segmentation fault when DirectoryIterator's or
  FilesystemIterator's iterators are requested more than once without
  having had its dtor callback called in between).
ext/spl/spl_directory.c
ext/spl/tests/bug61418.phpt [new file with mode: 0644]