]> git.ipfire.org Git - thirdparty/krb5.git/commit
Remove null check in krb5_gss_duplicate_name() 973/head
authorRobbie Harwood <rharwood@redhat.com>
Fri, 30 Aug 2019 15:19:52 +0000 (11:19 -0400)
committerGreg Hudson <ghudson@mit.edu>
Wed, 11 Sep 2019 17:07:03 +0000 (13:07 -0400)
commit9fd7bc179f0bd74fc83c1edf0247dcfd87fc73e6
treec23cc33fd67a37b223da675bf782458b569646d9
parentb2f688eedd4bcca525201ef9485749a8c20b808a
Remove null check in krb5_gss_duplicate_name()

Within the krb5 mechanism, we require minor_status to be writable
without checking.  Remove the null check in krb5_gss_duplicate_name()
to squash a forward-null defect.
src/lib/gssapi/krb5/duplicate_name.c