svn rev #20040: trunk/src/util/et/
jaltman@MIT.EDU
jaltman at MIT.EDU
Mon Oct 1 16:09:56 EDT 2007
Commit By: jaltman
Log Message:
ticket: new
subject: remove error tables by pointer
tags: pullup
target_version: 1.6.3
On Windows, it is possible for the same DLL to be loaded
into a process multiple times as separate instances. Each
time a DLL is loaded it registers its error tables at different
locations in the process address space. Removing the tables
by base instead of pointer value can result in the error table
list pointing at invalid memory.
Changed Files:
U trunk/src/util/et/error_message.c
More information about the cvs-krb5
mailing list