Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:eeich:BootPrj
xorg-x11
xauth-1.0.2.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File xauth-1.0.2.diff of Package xorg-x11
Index: process.c =================================================================== --- process.c.orig +++ process.c @@ -1296,8 +1296,11 @@ remove_entry(char *inputfilename, int li /* * unlink the auth we were asked to */ - while (!eq_auth((list = *listp)->auth, auth)) + while (!eq_auth((list = *listp)->auth, auth)) { listp = &list->next; + if (!*listp) + return 0; + } *listp = list->next; XauDisposeAuth (list->auth); /* free the auth */ free (list); /* free the link */
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