php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #276 Exec() series of functions don't unslashify quoted metacharacters
Submitted: 1998-04-15 14:29 UTC Modified: 1998-04-15 15:52 UTC
From: ryan at netidea dot com Assigned:
Status: Closed Package: Other
PHP Version: 3.0 Release Candidate 3 OS: linux 2.0.33, apache 1.2.5 modul
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: ryan at netidea dot com
New email:
PHP Version: OS:

 

 [1998-04-15 14:29 UTC] ryan at netidea dot com
The short line pretty much describes it all... a call like:
System("/bin/program \#argh");
will call "/bin/program" with the first parameter
set to "\#argh", not "#argh" as one would expect...


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-04-15 15:52 UTC] zeev
Nothing to do with exec() - that's the way
double quotes behave
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 06:01:30 2024 UTC