Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 23435: /trunk/ /trunk/asn1/ansi-tcap/: ansi_tcap.cnf pac

Date: Mon, 12 Nov 2007 17:02:52 GMT
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