asterisk/pbx
Corey Farrell d51837a1b9 CLI: Address multiple issues.
* listen uses the variable `s` for the result from ast_poll() then
  overwrites it with the result of accept().  Create a separate variable
  poll_result to avoid confusion since ast_poll does not return a file
  descriptor.
* Resolve fd leak that would occur if setsockopt failed in listen.
* Reserve an extra byte while processing completion results from remote
  daemon.  This fixes a bug where completion processing used strstr() on
  a string that was not '\0' terminated.  This was no risk to the Asterisk
  daemon, the bug was only reachable the remote console process.
* Resolve leak in handle_showchan when the channel is not found.
* Multiple leaks and a deadlock in pbx_config CLI completion.
* Fix leaks in "manager show command".

Change-Id: I8f633ceb1714867ae30ef4e421858f77c14485a9
2017-12-19 16:43:49 -05:00
..
ael/ael-test Merged revisions 299449 via svnmerge from 2010-12-22 20:10:34 +00:00
Makefile Build System: Create Makefile macro MOD_ADD_SOURCE. 2015-04-14 12:53:03 -04:00
dundi-parser.c Remove ASTERISK_REGISTER_FILE. 2016-10-27 09:53:55 -04:00
dundi-parser.h Remove built-in AES code and use optional_api instead 2010-07-21 19:11:32 +00:00
pbx_ael.c Remove ASTERISK_REGISTER_FILE. 2016-10-27 09:53:55 -04:00
pbx_config.c CLI: Address multiple issues. 2017-12-19 16:43:49 -05:00
pbx_dundi.c Add missing menuselect dependencies. 2017-11-02 02:57:52 -04:00
pbx_loopback.c Remove ASTERISK_REGISTER_FILE. 2016-10-27 09:53:55 -04:00
pbx_lua.c core/pbx: dialplan show - display filename/line# 2017-01-04 14:06:20 -06:00
pbx_realtime.c pbx_realtime: Prevent premature extension matching 2017-02-22 10:22:54 -06:00
pbx_spool.c pbx_spool: Set AST_OUTGOING_ATTEMPT variable on channel 2017-03-08 17:31:49 -05:00