|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2016-09-05 18:44 UTC] cmb@php.net
-Status: Open
+Status: Analyzed
[2016-09-05 18:44 UTC] cmb@php.net
[2020-03-04 11:11 UTC] remi@php.net
-Status: Analyzed
+Status: Closed
-Assigned To:
+Assigned To: remi
[2020-03-04 11:11 UTC] remi@php.net
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 11:00:01 2025 UTC |
Description: ------------ Hi, In /ext/zip/lib/zip_close.c: 613 if ((tfd=mkstemp(temp)) == -1) { mkstemp is called, but the umask is not securely set first.