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

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

From: obiot@xxxxxxxxxxxx (Olivier Biot)
Date: Fri, 30 Apr 2004 10:26:39 -0500 (CDT)
obiot       2004/04/30 10:26:39 CDT

  Modified files:
    .                    packet-http.c 
  Log:
  Beware: sscanf() only operates on C strings. A pointer returned by
  tvb_get_ptr() is not necessarily NULL terminated, hence a NULL terminated
  string must be generated from the returned pointer.
  
  Revision  Changes    Path
  1.99      +10 -4     ethereal/packet-http.c