[asterisk-dev] [Code Review] 4078: config: Fix SEGV in unit test with MALLOC_DEBUG
George Joseph
reviewboard at asterisk.org
Tue Oct 14 15:33:48 CDT 2014
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/4078/
-----------------------------------------------------------
(Updated Oct. 14, 2014, 2:33 p.m.)
Review request for Asterisk Developers.
Changes
-------
Fixed typo in config.h.
Repository: Asterisk
Description
-------
With MALLOC_DEBUG the /main/config config_basic_ops test was causing a SEGV while doing an ast_category_delete in an ast_category_browse loop. Apparently this never worked but was also never tested. I removed the test, added 2 notes to config.h indicating that it's not supported and added a few lines of code to ast_category_delete to prevent the SEGV should someone attempt it in the future.
Diffs (updated)
-----
branches/12/tests/test_config.c 425524
branches/12/main/config.c 425524
branches/12/include/asterisk/config.h 425524
Diff: https://reviewboard.asterisk.org/r/4078/diff/
Testing
-------
The unit tests pass now with MALLOC_DEBUG and the manager/config testsuite tests still passes.
Thanks,
George Joseph
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/20141014/920fe24b/attachment.html>
More information about the asterisk-dev
mailing list