mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-07 13:49:18 +00:00
Allow semicolons to be escaped, when passing arguments to the System command.
(closes issue #14231) Reported by: jcovert Patches: 20090113__bug14231__2.diff.txt uploaded by Corydon76 (license 14) corrected_20090113__bug14231__2.diff.txt uploaded by jcovert (license 551) Tested by: jcovert git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@177664 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -498,6 +498,9 @@ int ast_get_encoded_char(const char *stream, char *result, size_t *consumed);
|
||||
/*! \brief Decode a stream of encoded control or extended ASCII characters */
|
||||
char *ast_get_encoded_str(const char *stream, char *result, size_t result_len);
|
||||
|
||||
/*! \brief Decode a stream of encoded control or extended ASCII characters */
|
||||
int ast_str_get_encoded_str(struct ast_str **str, int maxlen, const char *stream);
|
||||
|
||||
/*! \brief Common routine for child processes, to close all fds prior to exec(2) */
|
||||
void ast_close_fds_above_n(int n);
|
||||
|
||||
|
Reference in New Issue
Block a user