Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.507 (Entity 5.507) From: ghudson@mit.edu Subject: git commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 594 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. https://github.com/krb5/krb5/commit/c0af219be218c02e72160ecd0521bc5b9bad546f Author: Greg Hudson Commit: c0af219be218c02e72160ecd0521bc5b9bad546f Branch: master src/lib/kadm5/alt_prof.c | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-)