[Asterisk-cvs] asterisk/channels iax2-parser.c,1.27.2.3,1.27.2.4
kpfleming
kpfleming
Tue Aug 23 13:40:54 CDT 2005
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv16906/channels
Modified Files:
Tag: v1-0
iax2-parser.c
Log Message:
ensure buffer is adequately sized for complex frames (issue #4974)
Index: iax2-parser.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/iax2-parser.c,v
retrieving revision 1.27.2.3
retrieving revision 1.27.2.4
diff -u -d -r1.27.2.3 -r1.27.2.4
--- iax2-parser.c 10 May 2005 03:28:01 -0000 1.27.2.3
+++ iax2-parser.c 23 Aug 2005 17:42:54 -0000 1.27.2.4
@@ -357,7 +357,7 @@
char subclass2[20];
char *class;
char *subclass;
- char tmp[256];
+ char tmp[512];
char iabuf[INET_ADDRSTRLEN];
if (f) {
fh = f->data;
More information about the svn-commits
mailing list