]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Add a missing null pointer check in wc_unescape, to bring it in line
authorSimon Tatham <anakin@pobox.com>
Sun, 14 Jul 2013 10:46:17 +0000 (10:46 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 14 Jul 2013 10:46:17 +0000 (10:46 +0000)
commitf604c3881d3b07c89d376b8688556249dd941c25
tree36cbb032953d7f7c35715c1ccee58ec6b9787ea4
parentbc50fc71712b6d2668b6ee1b0ad25f79ecd64ce9
Add a missing null pointer check in wc_unescape, to bring it in line
with the usage comment saying you're allowed to pass NULL to find out
only the return value. No caller actually does pass NULL at the
moment.

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