mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 19:52:48 +00:00
ensure buffer is adequately sized for complex frames (issue #4974)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@6387 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -357,7 +357,7 @@ void iax_showframe(struct iax_frame *f, struct ast_iax2_full_hdr *fhi, int rx, s
|
||||
char subclass2[20];
|
||||
char *class;
|
||||
char *subclass;
|
||||
char tmp[256];
|
||||
char tmp[512];
|
||||
char iabuf[INET_ADDRSTRLEN];
|
||||
if (f) {
|
||||
fh = f->data;
|
||||
|
Reference in New Issue
Block a user