Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2
nrpe
nrpe-more_random.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File nrpe-more_random.patch of Package nrpe
Index: src/utils.c =================================================================== --- src/utils.c.orig +++ src/utils.c @@ -107,7 +107,7 @@ void randomize_buffer(char *buffer,int b /* else fallback to using the current time as the seed */ else - seed=(int)time(NULL); + seed=(int)time(NULL)*311-getpid()*359+getppid()*382; srand(seed); for(x=0;x<buffer_size;x++)
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