]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Fix a typoed end-of-string check in testbn.
authorSimon Tatham <anakin@pobox.com>
Tue, 14 Feb 2017 20:39:22 +0000 (20:39 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 14 Feb 2017 23:25:25 +0000 (23:25 +0000)
commitbda87b39e40ec4e75309cdf778dfc9cd339fdeeb
treecc26b5375b87aab86e56e9177b8da81373e9c10c
parent2a2434e0cc91492ce56ce4360aacb7737bb1eebe
Fix a typoed end-of-string check in testbn.

I was testing the actual pointer against NULL instead of testing the
pointed-to character against NUL.
testbn.c