Skip Menu |
 

From: jaltman@mit.edu
Subject: SVN Commit
Allocate enough memory to hold the entire PluginList multi-string plus
an extra NUL if the registry value was not properly terminated.

kmm_registrar.c:
Do not record an error loading a module if there was no configuration
for it.

kmmmain.c:
Avoid a race condition by sending the thread quit message instead of
posting it. Do so outside of the critical section to avoid a deadlock.




Commit By: jaltman



Revision: 19976
Changed Files:
U trunk/src/windows/identity/kmm/kmm_reg.c
U trunk/src/windows/identity/kmm/kmm_registrar.c
U trunk/src/windows/identity/kmm/kmmmain.c
From: tlyu@mit.edu
Subject: SVN Commit
pull up r19976 from trunk

r19976@cathode-dark-space: jaltman | 2007-09-24 23:53:53 -0400
ticket: new
subject: NIM: BUG: KMM: miscellaneous fixes
component: windows

kmm_reg.c:
Allocate enough memory to hold the entire PluginList multi-string plus
an extra NUL if the registry value was not properly terminated.

kmm_registrar.c:
Do not record an error loading a module if there was no configuration
for it.

kmmmain.c:
Avoid a race condition by sending the thread quit message instead of
posting it. Do so outside of the critical section to avoid a deadlock.






Commit By: tlyu



Revision: 20049
Changed Files:
_U branches/krb5-1-6/
U branches/krb5-1-6/src/windows/identity/kmm/kmm_reg.c
U branches/krb5-1-6/src/windows/identity/kmm/kmm_registrar.c
U branches/krb5-1-6/src/windows/identity/kmm/kmmmain.c