Skip Menu |
 

From: ghudson@mit.edu
Subject: SVN Commit

In make_etype_list, assign *authdata before we have a chance to fail,
since we may have invalidated the previous value with realloc.


https://github.com/krb5/krb5/commit/29e1221373f5547c8a46f1e809e94b96bbca69d6
Commit By: ghudson
Revision: 21901
Changed Files:
U trunk/src/lib/krb5/krb/mk_req_ext.c
From: tlyu@mit.edu
Subject: SVN Commit

pull up r21901 from trunk

------------------------------------------------------------------------
r21901 | ghudson | 2009-02-05 16:27:54 -0500 (Thu, 05 Feb 2009) | 8 lines
Changed paths:
M /trunk/src/lib/krb5/krb/mk_req_ext.c

ticket: 6372
subject: Fix memory handling bug in mk_req_ext
tags: pullup
target_version: 1.7

In make_etype_list, assign *authdata before we have a chance to fail,
since we may have invalidated the previous value with realloc.

------------------------------------------------------------------------

https://github.com/krb5/krb5/commit/d8df7f32058effebcee72c729df6b33b59524742
Commit By: tlyu
Revision: 22027
Changed Files:
U branches/krb5-1-7/src/lib/krb5/krb/mk_req_ext.c