------------------------------------------------------------------------ r22409 | epeisach | 2009-06-09 22:55:22 -0400 (Tue, 09 Jun 2009) | 7 lines ticket: 6511 subject: krb5int_rd_chpw_rep could call krb5_free_error with random value clang picked up on a path in which krberror is not set and passed as an argument to krb5_free_error(). Essentially if the clearresult length < 2 but everything decodes - you can hit this path... https://github.com/krb5/krb5/commit/cbcb4a5f87d97c7537279f61b8c5fdbdd1c32508 Commit By: tlyu Revision: 22798 Changed Files: U branches/krb5-1-7/src/lib/krb5/krb/chpw.c