Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
libreoffice-help-group1
zip-3.0-tempfile.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File zip-3.0-tempfile.patch of Package libreoffice-help-group1
--- fileio.c +++ fileio.c @@ -1490,6 +1490,13 @@ strcat(t, "ziXXXXXX"); /* must use lowercase for Linux dos file system */ # if defined(UNIX) && !defined(NO_MKSTEMP) /* tempname should not be called */ + { + int fd; + + if ((fd = mkstemp(t)) < 0) + return NULL; + close(fd); + } return t; # else return mktemp(t);
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