Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:cthiel1
joe
joe-3.1.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File joe-3.1.patch of Package joe
--- path.c +++ path.c @@ -210,6 +210,8 @@ where = (unsigned char *)getenv("TEMP"); if (!where) where = USTR _PATH_TMP; + if (strlen(where) > PATH_MAX+NAME_MAX) + where[PATH_MAX+NAME_MAX+1] = '\0'; namesize = zlen(where) + 16; name = vsmk(namesize); /* [G.Ghibo'] we need to use vsmk() and not malloc() as
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