diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2012-08-31 15:09:02 +0100 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2012-08-31 15:09:02 +0100 |
commit | 8724bb25c325f4a03f36389d553b00f87930ced9 (patch) | |
tree | d2b505c5966f0a0d01732a56bb07f940548e0d99 /os/connection.c | |
parent | cad2feacb52c7e38236db39df06c3fc11ba3aae1 (diff) | |
parent | dfc03ef3fda3572db590c2096272c990d434163e (diff) |
Merge tag 'xorg-server-1.12.4' into cygwin-release-1.12xserver-cygwin-1.12.4-1cygwin-release-1.12
xorg-server-1.12.4
Conflicts:
glx/glxcmds.c
hw/xfree86/modes/xf86Crtc.c
os/utils.c
pseudoramiX/pseudoramiX.c
Diffstat (limited to 'os/connection.c')
-rw-r--r-- | os/connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/connection.c b/os/connection.c index 4c749ff09..6982b1f10 100644 --- a/os/connection.c +++ b/os/connection.c @@ -911,7 +911,7 @@ ErrorConnMax(XtransConnInfo trans_conn) { int fd = _XSERVTransGetConnectionNumber (trans_conn); xConnSetupPrefix csp; - char pad[3]; + char pad[3] = { 0, 0, 0 }; struct iovec iov[3]; char byteOrder = 0; int whichbyte = 1; |