[krbdev.mit.edu #7081] SVN Commit

Tom Yu via RT rt-comment at krbdev.mit.edu
Fri Feb 10 16:19:03 EST 2012


Pull up r25659 from trunk

 ------------------------------------------------------------------------
 r25659 | ghudson | 2012-01-26 12:01:05 -0500 (Thu, 26 Jan 2012) | 10 lines

 ticket: 7081
 subject: Don't use stack variable address in as_req state
 target_version: 1.10
 tags: pullup

 The KDC's process_as_req was storing the address of a stack variable
 (client_princ), which fails if the request is not immediately
 serviced.  Move that variable to the state structure so its address
 remains valid for the lifetime of the request.

http://src.mit.edu/fisheye/changelog/krb5/?cs=25680
Commit By: tlyu
Revision: 25680
Changed Files:
U   branches/krb5-1-10/src/kdc/do_as_req.c



More information about the krb5-bugs mailing list