asterisk/res/res_pjsip
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
..
include Expose res_pjsip threadpool options 2013-08-06 13:08:13 +00:00
config_auth.c The large GULP->PJSIP renaming effort. 2013-07-30 18:14:50 +00:00
config_domain_aliases.c The large GULP->PJSIP renaming effort. 2013-07-30 18:14:50 +00:00
config_global.c The large GULP->PJSIP renaming effort. 2013-07-30 18:14:50 +00:00
config_system.c Expose res_pjsip threadpool options 2013-08-06 13:08:13 +00:00
config_transport.c Add a reloadable option for sorcery type objects 2013-08-30 19:55:56 +00:00
location.c The large GULP->PJSIP renaming effort. 2013-07-30 18:14:50 +00:00
pjsip_configuration.c Fix incorrect usages of ast_realloc(). 2013-09-10 18:05:47 +00:00
pjsip_distributor.c Fix dialog matching in the SIP distributor. 2013-08-28 15:43:15 +00:00
pjsip_global_headers.c The large GULP->PJSIP renaming effort. 2013-07-30 18:14:50 +00:00
pjsip_options.c Update config framework/sorcery with types/options without documentation 2013-08-23 15:21:40 +00:00
pjsip_outbound_auth.c The large GULP->PJSIP renaming effort. 2013-07-30 18:14:50 +00:00
security_events.c The large GULP->PJSIP renaming effort. 2013-07-30 18:14:50 +00:00