glxproxy: Use _XEatDataWords (from Xlib 1.6) instead of _XEatData
authorAlan Coopersmith <alan.coopersmith@oracle.com>
Sat, 6 Jul 2013 05:35:32 +0000 (22:35 -0700)
committerAlan Coopersmith <alan.coopersmith@oracle.com>
Thu, 18 Jul 2013 01:10:41 +0000 (18:10 -0700)
commita3d43edf71847f4b486f971405d2b457f81b73d1
treec7061f0b35fdbed87bf2e62664630277258f116a
parent87b0cabc145a9b5f6faffdfb544ce1c647b8ab72
glxproxy: Use _XEatDataWords (from Xlib 1.6) instead of _XEatData

Reduces risk of overflow from converting length field in X replies
from words to bytes.   (Also seems to be what several calls were
already incorrectly passing to _XEatData.)

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
configure.ac
hw/dmx/glxProxy/glxcmds.c
hw/dmx/glxProxy/glxscreens.c
hw/dmx/glxProxy/glxsingle.c
hw/dmx/glxProxy/glxvendor.c