Files
asterisk/main
Richard Mudgett 83bf017db9 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
........

Merged revisions 398758 from http://svn.asterisk.org/svn/asterisk/branches/11
........

Merged revisions 398759 from http://svn.asterisk.org/svn/asterisk/branches/12


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@398760 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2013-09-10 18:05:47 +00:00
..
2013-08-01 17:07:52 +00:00
2013-08-29 21:37:29 +00:00
2013-08-20 15:36:10 +00:00
2013-09-05 21:48:02 +00:00
2013-07-19 23:30:10 +00:00
2013-07-25 04:06:32 +00:00
2013-08-17 14:39:27 +00:00
2013-08-28 16:09:12 +00:00
2013-09-10 18:05:47 +00:00
2013-08-30 19:22:59 +00:00
2013-07-04 13:06:15 +00:00
2013-06-29 00:18:57 +00:00
2013-08-16 17:33:21 +00:00
2013-08-17 14:39:27 +00:00
2013-07-14 02:05:04 +00:00
2013-09-10 18:05:47 +00:00
2013-08-29 21:37:29 +00:00
2013-08-16 16:26:11 +00:00
2013-09-10 18:05:47 +00:00
2013-09-06 18:53:32 +00:00
2013-08-02 14:27:35 +00:00
2013-08-29 22:49:24 +00:00
2013-08-23 21:49:47 +00:00
2013-08-30 17:59:06 +00:00
2013-08-16 17:33:21 +00:00
2013-08-30 19:22:59 +00:00
2013-08-30 20:58:59 +00:00
2013-08-16 17:33:21 +00:00
2013-08-30 19:22:59 +00:00
2013-08-01 17:07:52 +00:00