Summary: | Insufficient memory for terminating null of string is a bug. | ||||||
---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | shubham shrivastav <shubham.sh> | ||||
Component: | Lib/Xcursor | Assignee: | Xorg Project Team <xorg-team> | ||||
Status: | RESOLVED FIXED | QA Contact: | Xorg Project Team <xorg-team> | ||||
Severity: | major | ||||||
Priority: | medium | ||||||
Version: | unspecified | ||||||
Hardware: | x86 (IA32) | ||||||
OS: | Linux (All) | ||||||
Whiteboard: | |||||||
i915 platform: | i915 features: | ||||||
Attachments: |
|
Thanks for the fix, pushed to git master: http://cgit.freedesktop.org/xorg/lib/libXcursor/commit/?id=897213f36baf6926daf6d192c709cf627aa5fd05 This was retroactively assigned CVE-2015-9262: https://lists.x.org/archives/xorg-announce/2018-August/002917.html |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 116298 [details] Patch file for the bug fix submitted. Insufficient memory for terminating null character of string is a bug. Fix does one byte of memory allocation for null termination of string. This patch is based on version 1.1.14 of libXcursor.