Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Leap:42.3:Staging:A
pacemaker
pacemaker-libcib-use-after-free-deleting-CIB-co...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pacemaker-libcib-use-after-free-deleting-CIB-connection.patch of Package pacemaker
commit 5f264b4be1cd21cecc86a07d159bacc112042cce Author: Ken Gaillot <kgaillot@redhat.com> Date: Tue May 2 12:15:54 2017 -0500 Fix: libcib: avoid use-after-free when deleting CIB connection 360cf350 ironically introduced one use-after-free while fixing another diff --git a/lib/cib/cib_client.c b/lib/cib/cib_client.c index 907bb5aef..f0e332b79 100644 --- a/lib/cib/cib_client.c +++ b/lib/cib/cib_client.c @@ -423,6 +423,7 @@ cib_free_callbacks(cib_t *cib) list = g_list_remove(list, client); free(client); } + cib->notify_list = NULL; } destroy_op_callback_table(); }
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