Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:Update
netcat-openbsd
nc-1.84-udp_stop.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File nc-1.84-udp_stop.patch of Package netcat-openbsd
Index: netcat-1.84/netcat.c =================================================================== --- netcat-1.84.orig/netcat.c 2008-01-15 10:10:22.373351813 +0100 +++ netcat-1.84/netcat.c 2008-01-15 10:10:24.840730278 +0100 @@ -799,6 +799,9 @@ hi = lo; lo = cp; } + else if (pfd[0].revents & POLLERR) + if (write(nfd, "", 1) == -1) + warn("Write error"); /* Load ports sequentially. */ for (cp = lo; cp <= hi; cp++) {
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor