------------------------------------------------------------------------
authorTom Yu <tlyu@mit.edu>
Mon, 28 Sep 2009 20:44:20 +0000 (20:44 +0000)
committerTom Yu <tlyu@mit.edu>
Mon, 28 Sep 2009 20:44:20 +0000 (20:44 +0000)
commitcbcb4a5f87d97c7537279f61b8c5fdbdd1c32508
tree95990537b63a64d5daadbe4ca5a2889429d45586
parent3077cc6bac0e6b726a2e3570960b05df5176f96f
 ------------------------------------------------------------------------
 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...

ticket: 6511
version_fixed: 1.7.1
status: resolved

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-7@22798 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/krb/chpw.c