Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-bgp.c

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 15 Jun 2001 02:36:32 -0500 (CDT)
guy         2001/06/15 02:36:32 CDT

  Modified files:
    .                    packet-bgp.c 
  Log:
  If "buf" is a "char *", "sizeof(buf)" evaluates to the size of a
  "char *" variable, not to the size of the buffer to which it points.
  
  Revision  Changes    Path
  1.39      +2 -2      ethereal/packet-bgp.c