Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-dns.c packet-ieee80211.c packet-isakm

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Gerald Combs <gerald@xxxxxxxxxxxxxxxxx>
Date: Sat, 24 May 2003 12:45:11 -0500 (CDT)
gerald      2003/05/24 12:45:11 CDT

  Modified files:
    .                    packet-dns.c packet-ieee80211.c 
                         packet-isakmp.c packet-wsp.c 
  Log:
  Fix instances where the return value of snprintf() was being checked for -1,
  but not for <buf_size> or greater.  Discovered by Timo Sirainen.
  
  Revision  Changes    Path
  1.102     +7 -7      ethereal/packet-dns.c
  1.87      +4 -3      ethereal/packet-ieee80211.c
  1.62      +10 -7     ethereal/packet-isakmp.c
  1.68      +24 -29    ethereal/packet-wsp.c