]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
NULL needs to be cast to void * when passed to a variadic function like
authorBen Harris <bjh21@bjh21.me.uk>
Mon, 4 Apr 2005 13:44:45 +0000 (13:44 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Mon, 4 Apr 2005 13:44:45 +0000 (13:44 +0000)
commit96e9a65e99f187dbe1066b6d2cd85ec0f94a0e55
treefeb0fcce4c03e141d4124c2e8d46f16761a2cc76
parentcf721acc1f89a73ddb4033d666105cfff927db7e
NULL needs to be cast to void * when passed to a variadic function like
execl().  Spotted by Damien Miller.

[originally from svn r5592]
unix/uxproxy.c
unix/uxpty.c