]> granicus.if.org Git - php/commit
Bug #74815 crash with a combination of INI entries at startup
authorAnatol Belski <ab@php.net>
Tue, 27 Jun 2017 14:26:54 +0000 (16:26 +0200)
committerAnatol Belski <ab@php.net>
Tue, 27 Jun 2017 14:30:10 +0000 (16:30 +0200)
commite08c0ed8ced788a133b54ad96fdf681158b34e3d
treefccfef2cd8d7b8530360d50b813d36fd71ecff25
parentc0be77aa75f4c8d926eb4979f4b6213dfd0b3a0a
Bug #74815 crash with a combination of INI entries at startup

TS related VCWD routines depend on CWD. Thus, a premature CWD
deactivation renders the VCWD layer unusable. Same issue seems to
persist in versions < 7.2, just that the code path is actually unused so
the issue didn't show up. Still might make sense to backport this into
lower branches.
Zend/zend.c
main/main.c
tests/output/bug74815.phpt [new file with mode: 0644]