pull up r24452, r24453, r24454 from trunk
authorTom Yu <tlyu@mit.edu>
Fri, 15 Oct 2010 20:42:23 +0000 (20:42 +0000)
committerTom Yu <tlyu@mit.edu>
Fri, 15 Oct 2010 20:42:23 +0000 (20:42 +0000)
commit2daa756363595c4ce04bb159e76fab310a21a7a1
tree11a50ff7ca31b4cf870a3be01e7623da154b0366
parentec3e36613f0139464e597f5c8fa3de8e0579cfdf
pull up r24452, r24453, r24454 from trunk

 ------------------------------------------------------------------------
 r24454 | ghudson | 2010-10-13 13:20:36 -0400 (Wed, 13 Oct 2010) | 2 lines

 Whitespace.

 ------------------------------------------------------------------------
 r24453 | hartmans | 2010-10-12 21:19:20 -0400 (Tue, 12 Oct 2010) | 2 lines

 Adjust valgrind support to assume a modern valgrind that requires %p in log files.

 ------------------------------------------------------------------------
 r24452 | hartmans | 2010-10-12 21:19:14 -0400 (Tue, 12 Oct 2010) | 14 lines

 ticket: 6801
 target_version: 1.9
 Subject: Fix leaks in get_init_creds interface

 In Debian Bug 598032, Bastian Blank points out that there are two
 leaks in the get_init_creds interface:

 * Free ctx->request->padata after sending the KDC request so it is not
 overwritten the next time around the loop.

 * If options is NULL passed into krb5_get_init_creds_init, then set up
 a non-extended options structure so that krb5_get_init_creds_free will
 free the options.

ticket: 6801
version_fixed: 1.9

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-9@24456 dc483132-0cff-0310-8789-dd5450dbe970
src/config/pre.in
src/lib/krb5/krb/get_in_tkt.c