Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
talk
netkit-ntalk-0.17-close_file_on_failure.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File netkit-ntalk-0.17-close_file_on_failure.patch of Package talk
Index: talkd/announce.c =================================================================== --- talkd/announce.c.orig +++ talkd/announce.c @@ -169,9 +169,11 @@ announce_proc(CTL_MSG *request, const ch return (PERMISSION_DENIED); } if (fstat(fd, &stbuf) < 0) { + close(fd); return (PERMISSION_DENIED); } if ((stbuf.st_mode&020) == 0) { + close(fd); return (PERMISSION_DENIED); } print_mesg(fd, request, remote_machine);
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