krb5: FAST: Fix potential double-free
commit5c68a024070830aaac22267662226af9f4f6b386
authorNicolas Williams <nico@twosigma.com>
Mon, 17 Jan 2022 17:22:19 +0000 (17 11:22 -0600)
committerNicolas Williams <nico@twosigma.com>
Mon, 17 Jan 2022 17:22:19 +0000 (17 11:22 -0600)
tree93973348286854fd89b328c85373880d87ad57d6
parentfc42ff0212430274fd0001a492024510822a73a2
krb5: FAST: Fix potential double-free

Coverity incorrectly thinks this is a NULL dereference after NULL check,
but it's not.  If anything, this could be a double-free.
lib/krb5/fast.c