K 10 svn:author V 3 cem K 8 svn:date V 27 2016-05-11T23:25:59.189243Z K 7 svn:log V 357 libkrb5: Fix potential double-free If krb5_make_principal fails, tmp_creds.server may remain a pointer to freed memory and then be double-freed. After freeing it the first time, initialize it to NULL, which causes subsequent krb5_free_principal calls to do the right thing. Reported by: Coverity CID: 1273430 Sponsored by: EMC / Isilon Storage Division END