Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2
nrpe
nrpe-weird_output.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File nrpe-weird_output.patch of Package nrpe
Index: src/nrpe.c =================================================================== --- src/nrpe.c.orig +++ src/nrpe.c @@ -1317,6 +1317,9 @@ void handle_connection(int sock){ /* disable connection alarm - a new alarm will be setup during my_system */ alarm(0); + /* null buffer before using it - Debian Patch by <luk@luknote> */ + memset(buffer,0,sizeof(buffer)); + /* if this is the version check command, just spew it out */ if(!strcmp(command_name,NRPE_HELLO_COMMAND)){
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