]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Semantic fix in the X11 `authentication failed' error packet
authorSimon Tatham <anakin@pobox.com>
Tue, 28 Aug 2001 12:24:50 +0000 (12:24 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 28 Aug 2001 12:24:50 +0000 (12:24 +0000)
commitf143fff0db1a5385dd8db84435d14cb05cdcb276
treeb32cefdbb84f3f7de29210275e62d1cde6febb80
parentbbc7f197bc034e2fe728d6bb55f33b363028dd1f
Semantic fix in the X11 `authentication failed' error packet
construction. Doesn't actually affect anything right now, since the
bug was a failure to round a length up to the next multiple of 4 and
it so happens that our current message was exactly 40 bytes anyway
:-) But if we start giving a wider variety of messages one day then
it might be handy to be able to do them without gratuitous crashes.

[originally from svn r1222]
x11fwd.c