libX11: Changes to 'master'

Jamey Sharp jamey at kemper.freedesktop.org
Sat Nov 25 15:30:06 EET 2006


 src/xcb_io.c |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit d56e78acce9b2aa1dd1bf172afedaa3bccd5e1c8
Author: Tilman Sauerbeck <tilman at code-monkey.de>
Date:   Sat Nov 25 05:29:31 2006 -0800

    Bug #9153: Fix access to freed memory.
    
    The fix for bug #8622 introduced a smaller bug where _XReply would
    read memory shortly after freeing it. This patch caches the needed
    value in a stack-allocated variable before the heap-allocated memory
    is freed.




More information about the xorg-commit mailing list