FreeBSD Bugzilla – Attachment 158990 Details for
Bug 201700
netstat -s segmentation fault after pfkey section
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
netstat_crash.diff (text/plain), 1.02 KB, created by
Mark Johnston
on 2015-07-19 22:55:29 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Mark Johnston
Created:
2015-07-19 22:55:29 UTC
Size:
1.02 KB
patch
obsolete
>diff --git a/usr.bin/netstat/pfkey.c b/usr.bin/netstat/pfkey.c >index fbf330f..1a60b48 100644 >--- a/usr.bin/netstat/pfkey.c >+++ b/usr.bin/netstat/pfkey.c >@@ -128,7 +128,7 @@ pfkey_stats(u_long off, const char *name, int family __unused, > xo_emit(m, (uintmax_t)pfkeystat.f, plural(pfkeystat.f)) > > /* userland -> kernel */ >- p(out_total, "\t{:sent-requests//%ju} " >+ p(out_total, "\t{:sent-requests/%ju} " > "{N:/request%s sent from userland}\n"); > p(out_bytes, "\t{:sent-bytes/%ju} " > "{N:/byte%s sent from userland}\n"); >@@ -165,7 +165,7 @@ pfkey_stats(u_long off, const char *name, int family __unused, > "{N:/message%s with duplicate extension}\n"); > p(out_invexttype, "\t{:dropped-bad-extension/%ju} " > "{N:/message%s with invalid extension type}\n"); >- p(out_invsatype, "\t:dropped-bad-sa-type/%ju} " >+ p(out_invsatype, "\t{:dropped-bad-sa-type/%ju} " > "{N:/message%s with invalid sa type}\n"); > p(out_invaddr, "\t{:dropped-bad-address-extension/%ju} " > "{N:/message%s with invalid address extension}\n");
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 201700
:
158989
| 158990 |
159030