Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F133385548
D51355.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
350 B
Referenced Files
None
Subscribers
None
D51355.diff
View Options
diff --git a/contrib/bsnmp/snmpd/trans_lsock.c b/contrib/bsnmp/snmpd/trans_lsock.c
--- a/contrib/bsnmp/snmpd/trans_lsock.c
+++ b/contrib/bsnmp/snmpd/trans_lsock.c
@@ -417,7 +417,7 @@
}
}
- return (sendto(peer->input.fd, buf, len, 0, addr, addrlen));
+ return (sendto(peer->input.fd, buf, len, MSG_NOSIGNAL, addr, addrlen));
}
static void
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Oct 26, 9:29 AM (5 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
24209825
Default Alt Text
D51355.diff (350 B)
Attached To
Mode
D51355: bsnmpd: use MSG_NOSIGNAL when doing send(2) on a local socket
Attached
Detach File
Event Timeline
Log In to Comment