cvs commit: src/sys/netinet ip_fw2.c

[ Available lists | Index of cvs-src | Month of Sep 2006 | Week of 2 Sep 2006 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Oleg Bulyzhin <oleg@FreeBSD.org>
Date
2 Sep 2006 08:04:34
Subject
cvs commit: src/sys/netinet ip_fw2.c
Message-ID
200609020804.k8284YTb074437@repoman.freebsd.org


[ Hide this part ]
oleg        2006-09-02 08:04:33 UTC

FreeBSD src repository

Modified files: (Branch: RELENG_6)
sys/netinet ip_fw2.c
Log:
MFC rev. 1.141-1.142
- Do not leak memory while flushing rules.
Noticed by: yar

- Remove useless NULL pointer check: we are using M_WAITOK flag
for memory allocation.
Submitted by: Andrey Elsukov <bu7cher at yandex dot ru>

Revision Changes Path
1.106.2.17 +3 -6 src/sys/netinet/ip_fw2.c


Elapsed time: 0.062 seconds