Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jan 1999 03:08:09 -0800 (PST)
From:      Luigi Rizzo <luigi@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/netinet ip_dummynet.c
Message-ID:  <199901111108.DAA02953@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
luigi       1999/01/11 03:08:09 PST

  Modified files:
    sys/netinet          ip_dummynet.c 
  Log:
  Add a missing bzero which could be the source of instability
  problems reported recently (the rtentry pointer in the dummynet
  queue was not initialized in all cases, resulting in spurious
  rt_refcnt decreases in the lucky cases, and memory trashing in
  other cases.
  
  Revision  Changes    Path
  1.4       +21 -12    src/sys/netinet/ip_dummynet.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?199901111108.DAA02953>