xf86-input-evdev: Changes to 'master'

Peter Hutterer whot at kemper.freedesktop.org
Wed Jun 30 15:16:27 PDT 2010


 src/evdev.c |   15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

New commits:
commit 421585fda6ce67c209d43952109dda056ee40941
Author: Alex Warg <alexander.warg at os.inf.tu-dresden.de>
Date:   Wed Jun 30 10:33:46 2010 +1000

    Fix out-of-bounds access if more than MAX_VALUATORS are present. (#28809)
    
    The functions EvdevAddRelClass and EvdevAddAbsClass do out of bounds
    accesses to vals and old_vals arrays in the EvdevRec structure if there are
    more than MAX_VALUATORS axes reported by the kernel.
    
    X.Org Bug 28809 <http://bugs.freedesktop.org/show_bug.cgi?id=28809>
    
    Signed-off-by: Alex Warg <alexander.warg at os.inf.tu-dresden.de>
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>



More information about the xorg-commit mailing list