Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/plugins/irda packet-ircomm.c

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

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Sun, 7 Mar 2004 16:46:05 -0600 (CST)
guy         2004/03/07 16:46:05 CST

  Modified files:
    plugins/irda         packet-ircomm.c 
  Log:
  Fetch the port name string using "tvb_get_string()", so that we don't
  have to worry about overflowing a buffer; thanks to Stefan Esser for
  catching that one.  (It also means we handle it if there's no '\0' at
  the end.)
  
  Revision  Changes    Path
  1.2       +15 -7     ethereal/plugins/irda/packet-ircomm.c