aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authordvossel <dvossel@f38db490-d61c-443f-a65b-d21fe96a405b>2009-04-21 20:45:45 +0000
committerdvossel <dvossel@f38db490-d61c-443f-a65b-d21fe96a405b>2009-04-21 20:45:45 +0000
commitfefaed3cf2b6ee90c0314d590904c65e303f98a8 (patch)
tree2bf711ec124c78174f3ef06f837c6e5eca76f02d /main
parentf8ea8132f1651b72c488c4e97891d50661e63ad9 (diff)
Merged revisions 189771 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r189771 | dvossel | 2009-04-21 15:28:37 -0500 (Tue, 21 Apr 2009) | 11 lines Fixes segfault when switching UDP to TCP in sip.conf after reload. If transport in sip.conf is switched from UDP to TCP, Asterisk segfaults right after issuing a sip reload. The problem is the socket type is changed to TCP but the fd may still be present for UDP. Later, when the TCP session should be created or set using an existing one, it isn't because the old file descriptor is still present. Now every time transport is changed during a sip.conf reload, the file descriptor is set to -1, signifying it must be created or found. (closes issue #14727) Reported by: pj Tested by: dvossel Review: http://reviewboard.digium.com/r/229/ ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@189775 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main')
0 files changed, 0 insertions, 0 deletions