From: Jamey Sharp Date: Mon, 20 Nov 2006 05:48:27 +0000 (-0800) Subject: Bug #5958: Also zero out the implicit pad byte in empty requests. X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d9bb02012b35fd51ed3352d0bd974a0f6e439d8;p=free-sw%2Fxcb%2Flibxcb Bug #5958: Also zero out the implicit pad byte in empty requests. --- diff --git a/src/c-client.xsl b/src/c-client.xsl index 8b951cb..5df5762 100644 --- a/src/c-client.xsl +++ b/src/c-client.xsl @@ -722,6 +722,10 @@ authorization from the authors. xcb_out; + + xcb_out.pad0 = 0; +