Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
science
celestia
fix-spice-call-to-mktemp.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-spice-call-to-mktemp.patch of Package celestia
--- a/thirdparty/Spice/src/linux/open.c +++ b/thirdparty/Spice/src/linux/open.c @@ -324,7 +324,7 @@ #ifdef NON_ANSI_STDIO (void) strcpy(buf,"tmp.FXXXXXX"); - (void) mktemp(buf); + close(mkstemp(buf)); goto replace; #else
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