xf86-input-synaptics:synaptics-1.6-branch: 2 commit(s)

Peter Hutterer whot at kemper.freedesktop.org
Sun May 12 17:01:43 PDT 2013


Reporting from xf86-input-synaptics: xf86-input-synaptics driver

Please visit:
    http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics
Or get your own copy by using:
    git-clone git://anongit.freedesktop.org/xorg/driver/xf86-input-synaptics

2 commits against synaptics-1.6-branch at 947d96fa...:
 configure.ac    |    2 +-
 src/synaptics.c |   15 +++++++++------
 2 files changed, 10 insertions(+), 7 deletions(-)


commit 8f589506b9e53be40df8065d1c76cc6864cc655b
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Mon May 13 09:18:41 2013 +1000

    synaptics 1.6.4
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

diffstat:
    configure.ac |    2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

cgit url:
http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/commit/?id=8f589506


commit 8fcc413285d347ecb6a27e0761ef4ce6fd56ca0a
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Fri Apr 26 10:09:10 2013 +1000

    Fix stack smash in clickpad_guess_clickfingers()
    
    Apple Magic Trackpad can report 16 slots. In clickpad_guess_clickfingers()
    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 <peter.hutterer at who-t.net>
    Reported-by: Benjamin Tissoires <benjamin.tissoires at redhat.com>
    
    Conflicts:
    	src/synaptics.c

diffstat:
    src/synaptics.c |   15 +++++++++------
    1 file changed, 9 insertions(+), 6 deletions(-)

cgit url:
http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/commit/?id=8f589506




More information about the xorg-commit mailing list