Page MenuHomeFreeBSD

D20742.id59007.diff
No OneTemporary

D20742.id59007.diff

Index: head/sys/netipsec/key.c
===================================================================
--- head/sys/netipsec/key.c
+++ head/sys/netipsec/key.c
@@ -7164,7 +7164,7 @@
return key_senderror(so, m, ENOBUFS);
MGETHDR(n, M_NOWAIT, MT_DATA);
- if (len > MHLEN) {
+ if (n != NULL && len > MHLEN) {
if (!(MCLGET(n, M_NOWAIT))) {
m_freem(n);
n = NULL;

File Metadata

Mime Type
text/plain
Expires
Mon, Mar 16, 6:15 PM (10 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29742064
Default Alt Text
D20742.id59007.diff (371 B)

Event Timeline