| From: | jaltman@mit.edu |
| Subject: | SVN Commit |
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.
Commit By: jaltman
Revision: 20040
Changed Files:
U trunk/src/util/et/error_message.c
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.
Commit By: jaltman
Revision: 20040
Changed Files:
U trunk/src/util/et/error_message.c