]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
get_random_data() can return NULL (for instance, if we can't open /dev/random
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Tue, 13 Mar 2007 14:43:14 +0000 (14:43 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Tue, 13 Mar 2007 14:43:14 +0000 (14:43 +0000)
commit96e6c98fa3d41920992f1ee6bcd00b010aaf5dab
treefeb3c365732c7236133a632d776a77771c59698e
parentc03f53208b18cb2771033e672f8714368809e6a6
get_random_data() can return NULL (for instance, if we can't open /dev/random
on Unix), yet cmdgen failed to deal with this. Spotted by Darren Tucker.

git-svn-id: http://svn.tartarus.org/sgt/putty@7396 cda61777-01e9-0310-a592-d414129be87e
cmdgen.c