Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: tlyu@mit.edu Subject: git commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 658 Check for null *iter_p in profile_iterator() In profile_iterator(), return PROF_MAGIC_ITERATOR if *iter_p is NULL, instead of dereferencing a null pointer, as we did prior to 1.10. Correct calling code will not trigger this case, but incorrect code has been reported in the field. (cherry picked from commit 9a343200d305e7c8df6e556d63afaee42194175f) https://github.com/krb5/krb5/commit/085554b42450f777ac17e79d71ec054ab2f35226 Author: Greg Hudson Committer: Tom Yu Commit: 085554b42450f777ac17e79d71ec054ab2f35226 Branch: krb5-1.12 src/util/profile/prof_get.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)