[Home]

Summary:ASTERISK-17226: [patch] r299990 broke file paths on Linux
Reporter:Elazar Broad (ebroad)Labels:
Date Opened:2011-01-11 15:32:35.000-0600Date Closed:2011-01-11 18:27:31.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_voicemail
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 20110111__issue18600__2.diff.txt
Description:The argument quoting is interpreted on Linux as a space, which is in turn translated as an underscore(_), so / are escaped to _ and files aren't going where they are supposed to.

****** ADDITIONAL INFORMATION ******

Discussed with tilghman on #asterisk-bugs.
Comments:By: Digium Subversion (svnbot) 2011-01-11 18:26:40.000-0600

Repository: asterisk
Revision: 301402

U   branches/1.8/main/file.c

------------------------------------------------------------------------
r301402 | tilghman | 2011-01-11 18:26:39 -0600 (Tue, 11 Jan 2011) | 7 lines

Call execl() directly for a better solution for paths with spaces.

(closes issue ASTERISK-17226)
Reported by: ebroad
Patches:
     20110111__issue18600__2.diff.txt uploaded by tilghman (license 14)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=301402

By: Digium Subversion (svnbot) 2011-01-11 18:27:31.000-0600

Repository: asterisk
Revision: 301403

_U  trunk/
U   trunk/main/file.c

------------------------------------------------------------------------
r301403 | tilghman | 2011-01-11 18:27:30 -0600 (Tue, 11 Jan 2011) | 14 lines

Merged revisions 301402 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
 r301402 | tilghman | 2011-01-11 18:26:39 -0600 (Tue, 11 Jan 2011) | 7 lines
 
 Call execl() directly for a better solution for paths with spaces.
 
 (closes issue ASTERISK-17226)
 Reported by: ebroad
 Patches:
       20110111__issue18600__2.diff.txt uploaded by tilghman (license 14)
........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=301403