FreeBSD Bugzilla – Attachment #8853: file.diff for
bug #18382
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 18382
Collapse All
|
Expand All
(-)
ip_input.c (+4 lines)
Lines 1561-1566
Link Here
1561
return;
1561
return;
1562
}
1562
}
1563
}
1563
}
1564
if (error == EACCES) {
1565
m_freem(mcopy);
1566
mcopy = NULL;
1567
}
1564
if (mcopy == NULL)
1568
if (mcopy == NULL)
1565
return;
1569
return;
1566
destifp = NULL;
1570
destifp = NULL;
Return to
bug 18382