]> asedeno.scripts.mit.edu Git - PuTTY.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)
commit74cf14e4ebc2c3190e35095ad2d11336c4b4bc2c
tree36cbb032953d7f7c35715c1ccee58ec6b9787ea4
parentea301bdd9b892a5e70692f82f5c0b98bd585e775
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.

[originally from svn r9920]
wildcard.c