Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: tlyu@mit.edu Subject: SVN Commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 724 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. https://github.com/krb5/krb5/commit/fd862bbdc55f3e0b7a44b2ee26f01affc999a665 Commit By: tlyu Revision: 24955 Changed Files: U branches/krb5-1-9/src/lib/kdb/kdb_convert.c