summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorrpj <rpj>2011-07-03 07:42:04 +0000
committerrpj <rpj>2011-07-03 07:42:04 +0000
commitafc3015a5e151fbe06bad5a8895b39db011d73fd (patch)
treeb502abcc0e918f50e2307cb4a9bc197dac098eaf /ChangeLog
parent3104e34f1cb2ed2931520c962e9079fda4e2817d (diff)
Quserex.dll load security
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 04a81c9..2b1ba40 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
* pthread_spin_unlock.c (EPERM): Return success if unlocking a lock
that is not locked, because single CPU machines wrap a
PTHREAD_MUTEX_NORMAL mutex, which returns success in this case.
+ * pthread_win32_attach_detach_np.c (QUSEREX.DLL): Load from an
+ absolute path only which must be the Windows System folder.
2011-07-03 Daniel Richard G. <skunk at iskunk dot org>