]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
A major purpose of PuTTY's memory-allocation functions is to succeed or die
authorBen Harris <bjh21@bjh21.me.uk>
Sun, 19 Jun 2005 14:17:24 +0000 (14:17 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sun, 19 Jun 2005 14:17:24 +0000 (14:17 +0000)
commit93712a3ee16b68d3cc70dbd144101e7eb0183a08
tree153af3063dd95bfeae56710ec46c18bce7e519cc
parentb400397f693f45b27c998d499d5ed2b8da11a889
A major purpose of PuTTY's memory-allocation functions is to succeed or die
trying, so there's no need to check their return values for NULL.  Spotted
by Ben Rudiak-Gould.

[originally from svn r5978]
pscp.c
ssh.c