]> eyrie.org Git - kerberos/krb5-strength.git/commit
Add some (unnecessary) checks to unconfuse clang
authorRuss Allbery <eagle@eyrie.org>
Mon, 16 Dec 2013 21:14:58 +0000 (13:14 -0800)
committerRuss Allbery <eagle@eyrie.org>
Mon, 16 Dec 2013 21:14:58 +0000 (13:14 -0800)
commit3c8cf7a4cca552e73a4b134e8aec1d68c79984b4
tree4bd3036e362f108284d3ec0ffba4337a2a5c8675
parentbba94f68effe28e4724465afc5ea6499a9c07888
Add some (unnecessary) checks to unconfuse clang

When parsing character class configuration, check for NULL explicitly
so that clang knows that the NULL case is handled properly.
plugin/config.c