http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23435
User: gerald
Date: 2007/11/12 05:02 PM
Log:
Replace strcpy()+strcat() with g_snprintf(). Make sure a string isn't
NULL before we try to use it. This fixes a crash found during fuzzing
and a possible buffer overrun.
Directory: /trunk/asn1/ansi-tcap/
Changes Path Action
+3 -3 ansi_tcap.cnf Modified
+27 -34 packet-ansi_tcap-template.c Modified
Directory: /trunk/epan/dissectors/
Changes Path Action
+362 -303 packet-ansi_tcap.c Modified
+2 -2 packet-ansi_tcap.h Modified