Skip Menu |
 

From: ghudson@mit.edu
Subject: SVN Commit

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/32d2c5270e03c3b3a12f39aecb27669a322eabf3
Commit By: ghudson
Revision: 24937
Changed Files:
U trunk/src/lib/kdb/kdb_convert.c
From: tlyu@mit.edu
Subject: SVN Commit

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