Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:12.2:PowerPC
autofs
autofs-5.0.6-task-use-after-free.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File autofs-5.0.6-task-use-after-free.patch of Package autofs
From: Leonardo Chiquitto <lchiquitto@suse.com> Subject: fix segmentation fault in st_queue_handler() References: bnc#727392 Index: autofs-5.0.6/daemon/state.c =================================================================== --- autofs-5.0.6.orig/daemon/state.c +++ autofs-5.0.6/daemon/state.c @@ -1166,12 +1166,12 @@ remove: struct state_queue, pending); list_del(&task->list); - free(task); list_del_init(&next->pending); list_add_tail(&next->list, head); if (p == head) p = head->next; + free(task); } if (list_empty(head))
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