DragonFly commits List (threaded) for 2005-08
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: cvs commit: src/sys/netinet6 raw_ip6.c
: 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@xxxxxxxxxxxxx>
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]