]> granicus.if.org Git - php/commit
Reapply "Explicitly validate popen mode"
authorNikita Popov <nikita.ppv@gmail.com>
Wed, 5 Aug 2020 09:27:13 +0000 (11:27 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Fri, 7 Aug 2020 08:33:27 +0000 (10:33 +0200)
commit3bb183036976fc8bfdf039b41efe1e4312894937
treeb93b620b9e10f0022d581b0bcc05af6ce69b9b4a
parent7c8467562d4bc6f04047c0a32a91c95042f60f34
Reapply "Explicitly validate popen mode"

To avoid behavior differences due to libc. This time with the
check only for the non-win32 case, as Windows support additional
modifiers here (t/b).
ext/standard/file.c