Adding libdrm to the spec file for video X11 support
[profile/ivi/xserver-xorg-input-evdev-multitouch.git] / ChangeLog
1 [Title] SEL Verification - Fix a bug that causes SEGV when X server tries to remove a multitouch device
2 [Issue#] S1-7024
3 [Problem] A segmentation fault was made when X server tries to remove a multitouch device.
4 [Cause] X multitouch driver tries to free a pointer(device name) which was not allocated by malloc.
5 [Solution] Allocate a pointer by malloc() for the device name.
6 [SCMRequest] N/A