From: | epeisach@mit.edu |
Subject: | CVS Commit |
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.
Commit By: epeisach
Revision: 18070
Changed Files:
U trunk/src/util/support/plugins.c
(count + 1) + sizeof(*p)
instead of
(count +1 ) * sizeof(*p)
Detected while running the krb5kdc under valgrind with memcheck.
Commit By: epeisach
Revision: 18070
Changed Files:
U trunk/src/util/support/plugins.c