php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #77765 FTP stream wrapper should set the directory as executable
Submitted: 2019-03-18 14:43 UTC Modified: 2019-03-18 14:49 UTC
From: calin at presslabs dot com Assigned:
Status: Closed Package: Streams related
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2019-03-18 14:43 UTC] calin at presslabs dot com
Description:
------------
The ftp stream wrapper now sets the stat for directory to 40644. It should also set the executable bit, because the directory bit is set after cd-ing into that directory. The final permission should be 40755.

See ext/standard/ftp_fopen_wrapper.c lines 801-808.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2019-03-18 14:49 UTC] cmb@php.net
-Package: *Directory/Filesystem functions +Package: Streams related
 [2019-03-19 09:03 UTC] nikic@php.net
Automatic comment on behalf of vladtemian@gmail.com
Revision: http://git.php.net/?p=php-src.git;a=commit;h=fe2885d80a76db84fd3a8e1556aff2221be195e1
Log: Fixed bug #77765
 [2019-03-19 09:03 UTC] nikic@php.net
-Status: Open +Status: Closed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 15:01:28 2024 UTC