Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.2:Test
blender
blender-2.48-strncat.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File blender-2.48-strncat.patch of Package blender
diff -uNr old-blender-2.48/extern/qhull/src/global.c blender-2.48/extern/qhull/src/global.c --- extern/qhull/src/global.c 2008-10-14 19:45:33.000000000 +0200 +++ extern/qhull/src/global.c 2008-10-15 09:36:57.000000000 +0200 @@ -526,7 +526,7 @@ if (command != &qh qhull_command[0]) { *qh qhull_command= '\0'; - strncat( qh qhull_command, command, sizeof( qh qhull_command)); + strncat( qh qhull_command, command, sizeof( qh qhull_command) - 1); } while (*s && !isspace(*s)) /* skip program name */ s++;
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