[asterisk-dev] [Code Review] Change dynamic features buffer to use ast_str instead of a fixed sized buffer

elguero reviewboard at asterisk.org
Fri Nov 30 09:16:22 CST 2012


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

Review request for Asterisk Developers.


Summary
-------

Currently, the buffer for the dynamic features list is being set to a fixed size of 128.  If the list is bigger than that, it obviously results in the dynamic feature not working.

This patch attempts to change the buffer from a fixed size to a dynamic one.

Is this a candidate for all branches?


This addresses bug ASTERISK-20680.
    https://issues.asterisk.org/jira/browse/ASTERISK-20680


Diffs
-----

  /branches/11/main/features.c 376416 

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


Testing
-------

Local dev box.  I was waiting for the reporter to test it as well but I haven't heard back yet.


Thanks,

elguero

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/20121130/6cd018c0/attachment.htm>


More information about the asterisk-dev mailing list