dect
/
asterisk
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
asterisk/channels/sip
rmudgett 2a1a962dc6 Merged revisions 326291 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r326291 | rmudgett | 2011-07-05 12:22:59 -0500 (Tue, 05 Jul 2011) | 23 lines
  
  Used auth= parameter freed during "sip reload" causes crash.
  
  If you use the auth= parameter and do a "sip reload" while there is an
  ongoing call.  The peer->auth data points to free'd memory.
  
  The patch does several things:
  
  1) Puts the authentication list into an ao2 object for reference counting
  to fix the reported crash during a SIP reload.
  
  2) Converts the authentication list from open coding to AST list macros.
  
  3) Adds display of the global authentication list in "sip show settings".
  
  (closes issue ASTERISK-17939)
  Reported by: wdoekes
  Patches:
        jira_asterisk_17939_v1.8.patch (license #5621) patch uploaded by rmudgett
  
  Review: https://reviewboard.asterisk.org/r/1303/
  
  JIRA SWP-3526
........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@326321 f38db490-d61c-443f-a65b-d21fe96a405b
2011-07-05 17:35:54 +00:00
..
include Merged revisions 326291 via svnmerge from 2011-07-05 17:35:54 +00:00
config_parser.c Merged revisions 281687 via svnmerge from 2010-08-11 13:31:39 +00:00
dialplan_functions.c Merged revisions 310088 via svnmerge from 2011-03-08 20:34:05 +00:00
reqresp_parser.c Merged revisions 324685 via svnmerge from 2011-06-23 18:31:42 +00:00
sdp_crypto.c Merged revisions 317474 via svnmerge from 2011-05-05 22:44:52 +00:00
srtp.c Add SRTP support for Asterisk 2010-06-08 05:29:08 +00:00