xf86-video-geode: Changes to 'master'

Chris Ball cjb at kemper.freedesktop.org
Mon May 11 22:58:16 PDT 2009


 configure.ac    |    2 +-
 src/gx_driver.c |    2 +-
 src/lx_driver.c |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 54303b269f1efe04a80177dbb62d7b94882ff45d
Author: Chris Ball <cjb at laptop.org>
Date:   Tue May 12 00:05:07 2009 -0400

    Release 2.11.2.
    
    Signed-off-by: Chris Ball <cjb at laptop.org>

commit b172617909976c4a7d8f05191e23e4647c1a1c96
Author: Kyle McMartin <kyle at redhat.com>
Date:   Mon May 11 23:58:57 2009 -0400

    Crasher fix: Use ExaDriverAlloc() to calloc the EXA struct.
    
    Patch from Kyle McMartin.  A recent exa/exa.c commit from Dave Airlie
    (02ae85c4..) added a new member to the EXA struct, and corresponding
    code to call it if it's non-NULL.  We were using calloc with sizeof()
    that struct at driver-compile-time; as a result, after the ABI change
    the new member contained garbage, passed the EXA test for NULL, was
    called, and segfaulted at startup.
    
    RH bug https://bugzilla.redhat.com/show_bug.cgi?id=500086
    
    Signed-off-by: Chris Ball <cjb at laptop.org>



More information about the xorg-commit mailing list