cvs commit: src/sys/sys socketvar.h src/sys/kern uipc_usrreq.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Aug 8 17:58:08 PDT 2007
dillon 2007/08/08 17:55:48 PDT
DragonFly src repository
Modified files:
sys/sys socketvar.h
sys/kern uipc_usrreq.c
Log:
Fix a mbuf leak that was introduced in April. In April I made a change
that allows sends with control or address information to be discarded
when the target socket buffer is full, but the two macros returned the
wrong error code and prevented the mbuf from being freed.
Revision Changes Path
1.29 +2 -2 src/sys/sys/socketvar.h
1.35 +4 -2 src/sys/kern/uipc_usrreq.c
http://www.dragonflybsd.org/cvsweb/src/sys/sys/socketvar.h.diff?r1=1.28&r2=1.29&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/kern/uipc_usrreq.c.diff?r1=1.34&r2=1.35&f=u
More information about the Commits
mailing list