Skip Menu |
 

From: tlyu@mit.edu
Subject: SVN Commit

krb5_dbe_def_search_enctype and krb5int_parse_enctype_list were making
assumptions that enctype numbers are positive. Potentially more code
makes this assumption, but these appear to be the major ones.

https://github.com/krb5/krb5/commit/741938feb12538b659a36d7e0329efe6a5550669
Commit By: tlyu
Revision: 23454
Changed Files:
U trunk/src/lib/kdb/kdb_default.c
U trunk/src/lib/krb5/krb/init_ctx.c
r23468 revises init_ctx.c to no longer require MAX_ENCTYPE.