cvs commit: src/sys/netinet6 raw_ip6.c
Matthew Dillon
dillon at apollo.backplane.com
Thu Aug 11 10:33:27 PDT 2005
: sys/netinet6 raw_ip6.c
: Log:
: Only use variable if malloc succeeded.
:
: Revision Changes Path
: 1.20 +2 -1 src/sys/netinet6/raw_ip6.c
:
:
:http://www.dragonflybsd.org/cvsweb/src/sys/netinet6/raw_ip6.c.diff?r1=1.19&r2=1.20&f=u
Same with this one. It is unclear that the malloc should be
allowed to fail at all, M_INTWAIT should probably be used instead
of M_NOWAIT.
-Matt
Matthew Dillon
<dillon at xxxxxxxxxxxxx>
More information about the Commits
mailing list