libpciaccess: Changes to 'master'

Matthieu Herrb herrb at kemper.freedesktop.org
Tue Apr 3 23:13:42 PDT 2012


 src/common_io.c |   39 ++++-----------------------------------
 1 file changed, 4 insertions(+), 35 deletions(-)

New commits:
commit 6f9d9f1e1b093939bc459be606fba72f1d6dfc76
Author: Matthieu Herrb <matthieu.herrb at laas.fr>
Date:   Mon Apr 2 08:22:23 2012 +0200

    Fix pci_io_handle allocation routines.
    
    The previous version of new_io_handle()  would invalidate all previous
    allocations when realloc moves the base pointer of the ios array.
    Since I cannot figure out where this array is useful, just get rid of
    it, providing sound stable memory allocation.
    
    Fixes vgaHWSaveFonts() in 1.12 xserver on OpenBSD, but other
    sub-systems relaying on pci_io could be affected too.
    
    Signed-off-by: Matthieu Herrb <matthieu.herrb at laas.fr>
    Tested-by: Tormod Volden <debian.tormod at gmail.com>



More information about the xorg-commit mailing list