Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2:Staging:N
opie
opie-2.4.newseed.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File opie-2.4.newseed.diff of Package opie
--- opie-2.4/libopie/newseed.c +++ opie-2.4/libopie/newseed.c @@ -55,7 +55,8 @@ if (++i >= max) i = 1; - snprintf(c, end - c, "%d", i); + /* fix: use all available space and don't break seedlength */ + snprintf(c, OPIE_SEED_MAX - (c - seed), "%04d", i); seed[OPIE_SEED_MAX] = 0; return 0; }
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