Files
asterisk/res
Richard Mudgett d8b4adb590 Fix incorrect usages of ast_realloc().
There are several locations in the code base where this is done:
buf = ast_realloc(buf, new_size);

This is going to leak the original buf contents if the realloc fails.

Review: https://reviewboard.asterisk.org/r/2832/
........

Merged revisions 398757 from http://svn.asterisk.org/svn/asterisk/branches/1.8


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@398758 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2013-09-10 17:56:56 +00:00
..
2013-02-04 19:50:52 +00:00
2012-06-15 16:20:16 +00:00
2012-06-25 15:55:25 +00:00
2013-08-30 17:53:56 +00:00
2013-09-06 21:00:56 +00:00
2013-08-30 19:16:20 +00:00
2013-05-15 12:39:55 +00:00