lp://staging/~thopiekar/emgd/xserver-xorg-input-synaptics-github_community
- Get this branch:
- bzr branch lp://staging/~thopiekar/emgd/xserver-xorg-input-synaptics-github_community
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at https://github.com/EMGD-Community/xserver-xorg-input-synaptics.git.
Last successful import was .
Recent revisions
- 1303. By Peter Hutterer
-
Fix stack smash in clickpad_
guess_clickfing ers() Apple Magic Trackpad can report 16 slots. In clickpad_
guess_clickfing ers()
the array allocated on the stack contains only 10 slots.
As (.num_mt_mask == .num_slots), the function writes out of the bounds
of close_point.Use a size 32 bitmask instead and warn if we ever get past 32 touchpoints.
This fixes:
https://bugzilla. redhat. com/show_ bug.cgi? id=952221 Signed-off-by: Peter Hutterer <email address hidden>
Reported-by: Benjamin Tissoires <email address hidden>Conflicts:
src/synaptics.c
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)