-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/3993/
-----------------------------------------------------------

(Updated Sept. 15, 2014, 9:03 a.m.)


Review request for Asterisk Developers.


Changes
-------

Addressed Matt's comment.


Repository: Asterisk


Description
-------

If you call ast_category_insert with a match category that doesn't exist, the 
list traverse runs out of 'next' categories and you get a SEGV.  This patch 
adds check for the end-of-list condition and changes the signature to return an 
int for success/failure indication instead of a void.

The only consumer of this function is manager and it was also changed to use 
the return value.


Diffs (updated)
-----

  branches/1.8/main/manager.c 423127 
  branches/1.8/main/config.c 423127 
  branches/1.8/include/asterisk/config.h 423127 

Diff: https://reviewboard.asterisk.org/r/3993/diff/


Testing
-------

Tested with AMI UpdateConfig/newcat to make sure the proper value is returned 
in both positive and negative cases.


Thanks,

George Joseph

-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-dev

Reply via email to