libXaw: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Mar 10 00:46:53 UTC 2019


 src/TextAction.c |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

New commits:
commit c01d47c4c0e0a66e0989d40f73827d0a55f693cc
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Mar 9 16:20:48 2019 -0800

    Pass correct number of atoms from SelectSave to _XawTextSaltAwaySelection
    
    When filling in the array, we correctly limited to the 256 slots allocated
    but then we reset the value to an unlimited number when passing it on to
    the function that walks the array, which could lead to it walking too far.
    
    Fixes https://gitlab.freedesktop.org/xorg/lib/libxaw/issues/2
    
    Reported-by: Praveen Kumar <praveen.pk at samsung.com>
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list