svn rev #21182: trunk/src/lib/kdb/
raeburn@MIT.EDU
raeburn at MIT.EDU
Mon Nov 24 16:06:21 EST 2008
Commit By: raeburn
Log Message:
Simplify memory management a bit in places, by allocating and freeing
separately, instead of reallocating arrays of pointers to themselves
be reallocated. Do a better job of initializing arrays of which we
only use a variable-sized part.
Use a temp var instead of lots of long macro invocations.
Fix some overrun-by-one errors in buffer copying.
Clean up some possible leaks.
Changed Files:
U trunk/src/lib/kdb/kdb_convert.c
More information about the cvs-krb5
mailing list