Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4
WindowMaker
WindowMaker-crash.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File WindowMaker-crash.patch of Package WindowMaker
--- src/misc.c +++ src/misc.c @@ -1105,7 +1105,7 @@ len = (msg ? strlen(msg) : 0) + (workspace >=0 ? 4 : 0) + 1 ; buffer = wmalloc(len+5); - snprintf(buf, len, "%4i", len); + snprintf(buf, sizeof(buf), "%4i", len); memcpy(buffer, buf, 4); buffer[4] = type; i = 5;
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