Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:mskibbe
ntp-dev
ntp-dev-segfault_on_invalid_device.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ntp-dev-segfault_on_invalid_device.patch of Package ntp-dev
--- ntpd/refclock_parse.c +++ ntpd/refclock_parse.c @@ -3257,6 +3257,10 @@ struct parseunit *parse = (struct parseunit *)peer->procptr->unitptr; parsectl_t tmpctl; + /* If opening the clock device failed, unitptr is NULL */ + if (!parse) + return; + static char outstatus[400]; /* status output buffer */ if (out)
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