[Home]

Summary:ASTERISK-01444: Digest buffer too small?
Reporter:jht (jht)Labels:
Date Opened:2004-04-20 20:34:53Date Closed:2008-01-15 14:51:24.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:The fixes for bug 1313 increased the buffer sizes for the Authenication headers, but I think this one may have been missed.  In the transmit_request_with_auth function maybe
char digest[256];
should be:
char digest[1024];
to match up with space allocated elsewhere for this data.
Comments:By: Mark Spencer (markster) 2004-04-21 17:51:05

Fixed in CVS, thanks!

By: Digium Subversion (svnbot) 2008-01-15 14:51:24.000-0600

Repository: asterisk
Revision: 2733

U   trunk/channels/chan_sip.c

------------------------------------------------------------------------
r2733 | markster | 2008-01-15 14:51:23 -0600 (Tue, 15 Jan 2008) | 2 lines

Increase buffer size (bug ASTERISK-1444)

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

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