]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - misc.c
Use va_copy() where available. This should fix a segfault in vsnprintf()
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Fri, 29 Dec 2006 16:38:52 +0000 (16:38 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Fri, 29 Dec 2006 16:38:52 +0000 (16:38 +0000)
commitdbb8e964937204550cda6ae58488b639e53cc689
tree43ca371667d4f71623abd18e85b5bafa93845fb2
parent9cea4aaf06925843b4a9d4841b1a54ab25004078
Use va_copy() where available. This should fix a segfault in vsnprintf()
on AMD 64 Linux.
(This has been sitting in my checkout for ages and hasn't obviously caused
any trouble -- I think I was waiting to get round to trying it with VC6, which
I haven't yet. There are some notes in comments on further tweaks that could
be made.)

[originally from svn r7035]
misc.c