]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
FS-5449: --resolve add a mod_commands function to use the shell escape function and...
authorNathan Neulinger <nneul@neulinger.org>
Fri, 31 May 2013 21:25:08 +0000 (16:25 -0500)
committerNathan Neulinger <nneul@neulinger.org>
Fri, 31 May 2013 21:25:08 +0000 (16:25 -0500)
commitac0ed44b96c1ba0b602dc431c58ddc76ca889f50
tree1b02b475fb74b1f1dfb0805d44267361fc1ea7b2
parent5eabe2bc4e2a331917463968ef0fdb42080a77f7
FS-5449: --resolve add a mod_commands function to use the shell escape function and update the existing function to use correct escaping

    adds a pool based implementation of the switch_util_quote_shell_arg function and changes existing function to be a wrapper around the pool based one
src/include/switch_utils.h
src/mod/applications/mod_commands/mod_commands.c
src/switch_utils.c