pull up r24937 from trunk
authorTom Yu <tlyu@mit.edu>
Thu, 9 Jun 2011 21:08:57 +0000 (21:08 +0000)
committerTom Yu <tlyu@mit.edu>
Thu, 9 Jun 2011 21:08:57 +0000 (21:08 +0000)
commitfd862bbdc55f3e0b7a44b2ee26f01affc999a665
tree08920026e7d8fd6ef867a606aecdce3caf2bf805
parentae3f34ebcca28b009b47973af8d8a163cb9b891a
pull up r24937 from trunk

 ------------------------------------------------------------------------
 r24937 | ghudson | 2011-05-21 22:08:37 -0400 (Sat, 21 May 2011) | 10 lines

 ticket: 6913
 subject: Fix multiple tl-data updates over iprop
 target_version: 1.9.2
 tags: pullup

 krb5_dbe_update_tl_data() accepts a single read-only tl-data entry,
 but ulog_conv_2dbentry() expects it to process a full list.  Fix
 ulog_conv_2dbentry() to call krb5_db2_update_tl_data() on each entry
 individually, simplifying its memory management in the process.

ticket: 6913
version_fixed: 1.9.2
status: resolved

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-9@24955 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/kdb/kdb_convert.c