[Home]

Summary:ASTERISK-17098: [patch] IPv6 address truncated when stored in realtime
Reporter:Igor Goncharovsky (igorg)Labels:
Date Opened:2010-12-13 04:53:01.000-0600Date Closed:2010-12-16 03:29:07.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Channels/chan_sip/IPv6
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) realtime_ipv6store.diff
Description:IPv6 address truncated when stored in realtime because for copying address used string with size limited for IPv4 address.
Comments:By: Digium Subversion (svnbot) 2010-12-16 03:28:20.000-0600

Repository: asterisk
Revision: 298539

U   branches/1.8/channels/chan_sip.c

------------------------------------------------------------------------
r298539 | tilghman | 2010-12-16 03:28:20 -0600 (Thu, 16 Dec 2010) | 8 lines

Ensure the ipaddr field in realtime is large enough to handle IPv6 addresses.

(closes issue ASTERISK-17098)
Reported by: IgorG
Patches:
      realtime_ipv6store.diff uploaded by IgorG (license 20)
      (plus a few additional lines by tilghman)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=298539

By: Digium Subversion (svnbot) 2010-12-16 03:29:07.000-0600

Repository: asterisk
Revision: 298545

_U  trunk/
U   trunk/channels/chan_sip.c

------------------------------------------------------------------------
r298545 | tilghman | 2010-12-16 03:29:06 -0600 (Thu, 16 Dec 2010) | 15 lines

Merged revisions 298539 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
 r298539 | tilghman | 2010-12-16 03:28:17 -0600 (Thu, 16 Dec 2010) | 8 lines
 
 Ensure the ipaddr field in realtime is large enough to handle IPv6 addresses.
 
 (closes issue ASTERISK-17098)
  Reported by: IgorG
  Patches:
        realtime_ipv6store.diff uploaded by IgorG (license 20)
        (plus a few additional lines by tilghman)
........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=298545