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

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

From: "Gilbert Ramirez Jr." <gram@xxxxxxxxxxxx>
Date: Thu, 9 Sep 1999 22:16:12 -0500 (CDT)
gram        1999/09/09 22:16:10 CDT

  Modified files:
    .                    packet-fddi.c 
  Log:
  Changed default return value of fddifc_to_str from NULL to "". The value
  is passed to col_add_str, which is then passed to strncpy, which, at least
  in glibc 2.1, doesn't like NULL pointers passed to it in lieu of empty
  strings.
  
  Revision  Changes    Path
  1.20      +2 -2      ethereal/packet-fddi.c