Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-aim.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: Sat, 10 May 2003 21:40:37 -0500 (CDT)
guy         2003/05/10 21:40:36 CDT

  Modified files:
    .                    packet-aim.c 
  Log:
  "tvb_get_nstringz0()" now expects its third argument to be the maximum
  number of bytes to put into the string, including the trailing '\0', not
  the maximum number of real characters in the string; fix the call
  appropriately (and make the buffer big enough to hold a null-terminated
  string with MAX_BUDDYNAME_LENGTH characters).
  
  Revision  Changes    Path
  1.28      +6 -6      ethereal/packet-aim.c