From 3d9bb02012b35fd51ed3352d0bd974a0f6e439d8 Mon Sep 17 00:00:00 2001 From: Jamey Sharp Date: Sun, 19 Nov 2006 21:48:27 -0800 Subject: [PATCH 1/1] Bug #5958: Also zero out the implicit pad byte in empty requests. --- src/c-client.xsl | 4 ++++ 1 file changed, 4 insertions(+) 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; + -- 2.34.1