[PATCH 0/4] Fix some valgrind uninitialised byte errors.

Ander Conselvan de Oliveira ander.conselvan-de-oliveira at nokia.com
Tue Feb 8 01:10:07 PST 2011


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.

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(-)



More information about the xorg-devel mailing list