[krbdev.mit.edu #8727] git commit
Greg Hudson via RT
rt-comment at KRBDEV-PROD-APP-1.mit.edu
Tue Oct 30 12:25:46 EDT 2018
Check strdup return in kadm5_get_config_params()
When copying the realm string, if strdup() returns NULL, fail out with
ENOMEM instead of pretending the realm wasn't specified. When copying
KRB5_DEFAULT_SUPPORTED_ENCTYPES, if strdup() returns NULL, fail out
with ENOMEM instead of crashing. Reported by Bean Zhang.
(cherry picked from commit c0af219be218c02e72160ecd0521bc5b9bad546f)
https://github.com/krb5/krb5/commit/06e5b5d5a032e9dfedcd19df54f16a4ce802bcbe
Author: Greg Hudson <ghudson at mit.edu>
Commit: 06e5b5d5a032e9dfedcd19df54f16a4ce802bcbe
Branch: krb5-1.16
src/lib/kadm5/alt_prof.c | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
More information about the krb5-bugs
mailing list