x11proto: Changes to 'master'

Adam Jackson ajax at kemper.freedesktop.org
Mon May 2 14:10:47 UTC 2016


 Xpoll.h.in |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

New commits:
commit de30673937e2d36b84cf50c3eb05bbf9836fabfb
Author: James Clarke <jrtc27 at jrtc27.com>
Date:   Mon Apr 25 17:12:08 2016 +0100

    Don't let XFD_SETSIZE exceed FD_SETSIZE
    
    This fixes 2c94cdb453bc641246cc8b9a876da9799bee1ce7 on the Hurd, as
    FD_SETSIZE is only 256, and so anyone using XFD_SETSIZE to iterate over
    the contents of an fd_set will overrun the array.
    
    Signed-off-by: James Clarke <jrtc27 at jrtc27.com>
    Reviewed-by: Julien Cristau <jcristau at debian.org>



More information about the xorg-commit mailing list