Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115576445
D45832.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
458 B
Referenced Files
None
Subscribers
None
D45832.diff
View Options
diff --git a/sys/netpfil/pf/pf.c b/sys/netpfil/pf/pf.c
--- a/sys/netpfil/pf/pf.c
+++ b/sys/netpfil/pf/pf.c
@@ -8085,8 +8085,7 @@
if (m->m_len < sizeof(struct ip) &&
(m = *m0 = m_pullup(*m0, sizeof(struct ip))) == NULL) {
DPFPRINTF(PF_DEBUG_URGENT,
- ("pf_test: m_len=%d < sizeof(struct ip), pullup failed\n",
- m->m_len));
+ ("pf_test: m_len < sizeof(struct ip), pullup failed\n"));
PF_RULES_RUNLOCK();
return (PF_DROP);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 26, 1:50 PM (14 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17804594
Default Alt Text
D45832.diff (458 B)
Attached To
Mode
D45832: pf: Fix NULL deref in m_pullup failure case
Attached
Detach File
Event Timeline
Log In to Comment