Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
thorpej
Fri Oct 11 11:13:05 PDT 1996
Update of /cvsroot/src/distrib/hp300/miniroot
In directory netbsd1:/var/slash-tmp/cvs-serv12692
Modified Files:
install.md
Log Message:
Merge the netbsd-1-2 branch back into the mainline.
is
Fri Oct 11 11:19:09 PDT 1996
Update of /cvsroot/src/sys/netinet
In directory netbsd1:/var/slash-tmp/cvs-serv12703
Modified Files:
ip_output.c
Log Message:
Fix a mbuf leak in ip_output().
Scenario: If ip_insertoptions() prepends a new mbuf to the chain, the
bad: label's m_freem(m0) still would free only the original mbuf chain
if the transmission failed for, e.g., no route to host; resulting in
one lost mbuf per failed packet. (The original posting included a
demonstration program).
Original report of this bug was by jinmei%isl.rdc.toshiba.co.jp@localhost
(JINMEI Tatuya) on comp.bugs.4bsd.
Home |
Main Index |
Thread Index |
Old Index