FreeBSD Bugzilla – Attachment 178897 Details for
Bug 216089
bsnmp sendmsg: Invalid argument
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to avoid "sendmsg: Invalid argument" error for bsnmpd
bsnmpd.patch-msghdr (text/plain), 326 bytes, created by
Victor Gamov
on 2017-01-14 23:44:04 UTC
(
hide
)
Description:
patch to avoid "sendmsg: Invalid argument" error for bsnmpd
Filename:
MIME Type:
Creator:
Victor Gamov
Created:
2017-01-14 23:44:04 UTC
Size:
326 bytes
patch
obsolete
>--- contrib/bsnmp/snmpd/main.c.orig 2017-01-15 02:38:35.428498000 +0300 >+++ contrib/bsnmp/snmpd/main.c 2017-01-15 02:21:49.271901000 +0300 >@@ -1040,7 +1040,7 @@ > #ifdef USE_TCPWRAPPERS > char client[16]; > #endif >- struct msghdr msg; >+ struct msghdr msg = {}; > struct iovec iov[1]; > > ret = tport->transport->vtab->recv(pi);
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 216089
: 178897