[krbdev.mit.edu #3825] CVS Commit

Ezra Peisach via RT rt-comment at krbdev.mit.edu
Wed May 31 20:56:21 EDT 2006


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




More information about the krb5-bugs mailing list