svn rev #18070: trunk/src/util/support/
epeisach@MIT.EDU
epeisach at MIT.EDU
Wed May 31 20:56:13 EDT 2006
Commit By: epeisach
Log Message:
ticket: new
tags: pullup
subject: krb5int_get_plugin_dir_data() uses + instead of * in realloc
In line 570, in reallocating the plugin tree - the memory allocated is
(count + 1) + sizeof(*p)
instead of
(count +1 ) * sizeof(*p)
Detected while running the krb5kdc under valgrind with memcheck.
Changed Files:
U trunk/src/util/support/plugins.c
More information about the cvs-krb5
mailing list