On Tue, 2011-02-08 at 11:10 +0200, ext Ander Conselvan de Oliveira wrote: > The following patches fix "points to uninitialised bytes" errors > reported by valgrind when running Xorg. The four patches are quite > similar so maybe they should be squashed into just one or two, but I > made it this way so that there wouldn't be huge commit messages.
You can add this for the entire series: Reviewed-by: Oliver McFadden <[email protected]> > Ander Conselvan de Oliveira (4): > ProcRRQueryVersion: fix use of uninitialized bytes valgrind error. > ProcRRCreateMode: fix use of uninitialized bytes valgrind error. > ProcXkbGetXkbByName: fix use of uninitialized bytes valgrind error. > XkbSendNames: fix use of uninitialized bytes valgrind error. > > randr/rrdispatch.c | 2 +- > randr/rrmode.c | 2 +- > xkb/xkb.c | 16 ++++++++-------- > 3 files changed, 10 insertions(+), 10 deletions(-) > > _______________________________________________ > [email protected]: X.Org development > Archives: http://lists.x.org/archives/xorg-devel > Info: http://lists.x.org/mailman/listinfo/xorg-devel _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
