]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
Quote arguments to shell when sending email
authorTravis Cross <tc@traviscross.com>
Sun, 26 May 2013 01:27:16 +0000 (01:27 +0000)
committerTravis Cross <tc@traviscross.com>
Sun, 26 May 2013 01:41:02 +0000 (01:41 +0000)
commita744b202fd0260631d91a9e53672819b102feb48
tree3961334f1a62ba68b1bd44fc7727eecc453d9831
parentff85c6cfdffe8bafa1c1bb79aa7553856b502485
Quote arguments to shell when sending email

Note that the function switch_util_quote_shell_arg is implemented
incorrectly for unix shells, so this is still not safe until that
function is fixed.

Reported-by: Nathan Neulinger <nneul@mst.edu>
FS-5450 --resolve
src/switch_utils.c