Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP2:Update
xorg-x11-server.27646
U_Xi-fix-potential-use-after-free-in-DeepCopyPo...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File U_Xi-fix-potential-use-after-free-in-DeepCopyPointerCl.patch of Package xorg-x11-server.27646
@@ -, +, @@ DeepCopyPointerClasses --- Xi/exevents.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- a/Xi/exevents.c +++ a/Xi/exevents.c @@ -619,8 +619,10 @@ DeepCopyPointerClasses(DeviceIntPtr from, DeviceIntPtr to) memcpy(to->button->xkb_acts, from->button->xkb_acts, sizeof(XkbAction)); } - else + else { free(to->button->xkb_acts); + to->button->xkb_acts = NULL; + } memcpy(to->button->labels, from->button->labels, from->button->numButtons * sizeof(Atom)); --
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