Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jun 2002 14:54:18 -0700 (PDT)
From:      Robert Drehmel <robert@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/contrib/traceroute traceroute.c
Message-ID:  <200206232154.g5NLsI131232@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
robert      2002/06/23 14:54:18 PDT

  Modified files:
    contrib/traceroute   traceroute.c 
  Log:
  Allocate and clear the correct number of bytes for a
  struct fd_set that should be able to hold sock + 1 bits.
  Before, it was apparently assumed that an fd_mask has
  the same size as type char.
  
  PR:             bin/39617
  Reported by:    Peter N Lewis <peter@stairways.com.au>
  
  Revision  Changes    Path
  1.19      +3 -3      src/contrib/traceroute/traceroute.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206232154.g5NLsI131232>