Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:darix
ssss
ssss-0.5_memset_swapped_params.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ssss-0.5_memset_swapped_params.patch of Package ssss
Index: ssss.c =================================================================== --- ssss.c.orig +++ ssss.c @@ -171,7 +171,7 @@ size_t t; unsigned int i; int printable, warn = 0; - memset(buf, degree / 8 + 1, 0); + memset(buf, 0, degree / 8 + 1); mpz_export(buf, &t, 1, 1, 0, 0, x); for(i = 0; i < t; i++) { printable = (buf[i] >= 32) && (buf[i] < 127);
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