FreeBSD Bugzilla – Attachment #147635: set the header of the buffer to 0 for
bug #193888
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 193888
Collapse All
|
Expand All
(-)
sbin/ipfw/ipfw2.c (+1 lines)
Lines 419-424
Link Here
419
419
420
b->ptr = b->buf;
420
b->ptr = b->buf;
421
b->avail = b->size;
421
b->avail = b->size;
422
b->buf[0]=0;
422
}
423
}
423
424
424
/*
425
/*
Return to
bug 193888