]> git.ipfire.org Git - thirdparty/krb5.git/commit
Remove unnecessary null checks
authorMartin Kittel <martin.kittel@sap.com>
Wed, 29 Mar 2017 06:55:57 +0000 (08:55 +0200)
committerGreg Hudson <ghudson@mit.edu>
Wed, 29 Mar 2017 16:44:23 +0000 (12:44 -0400)
commit07907bc4b9057001b0f0a117b80eac971823abbe
tree689be12a63235090f175ed86d1f55d76ac188826
parentd9afa34fdc08798ccbdc6b8234122f0bdbb754d3
Remove unnecessary null checks

Remove some null checks for values that should never be null.  These
checks were performed inconsistently and triggered static code
analysis tools.
src/lib/gssapi/krb5/naming_exts.c
src/lib/krb5/krb/preauth2.c
src/lib/krb5/rcache/ser_rc.c