On Wed, May 11, 2005 at 06:35:05PM -0400, Joey Hess wrote: > Does it also deal with the redirection and quoting issues in parameters > to s_popen?
Yes, be removing the whole s_popen() and replacing it with another function with different schematics. >From the CVS log message: > Replace s_popen() by a more specific function that allows only > one command in the pipe. Remove extraneous tests on file names > that broke some applications. From Alex Reisen in Bugzilla #1920. The most relevant diff's are: http://cvs.freedesktop.org/xorg/xc/extras/Xpm/lib/RdFToI.c?r1=1.3&r2=1.6&sortby=date http://cvs.freedesktop.org/xorg/xc/extras/Xpm/lib/WrFFrI.c?r1=1.4&r2=1.5&sortby=date And in addition the s_popen.c is removed, as it's no longer used. -kimju -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

