From f99ef3c9ebbe5cc16bc0c7feb19fa004f648e336 Mon Sep 17 00:00:00 2001 From: Sebastian Lackner Date: Sat, 22 Aug 2015 17:04:08 +0200 Subject: [PATCH] ntdll-Dealloc_Thread_Stack: Fix typo in commit message. --- ...1-ntdll-Do-not-allow-to-allocate-thread-stack-for-curr.patch | 2 +- patches/patchinstall.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/ntdll-Dealloc_Thread_Stack/0001-ntdll-Do-not-allow-to-allocate-thread-stack-for-curr.patch b/patches/ntdll-Dealloc_Thread_Stack/0001-ntdll-Do-not-allow-to-allocate-thread-stack-for-curr.patch index 9185ca22..2e78e209 100644 --- a/patches/ntdll-Dealloc_Thread_Stack/0001-ntdll-Do-not-allow-to-allocate-thread-stack-for-curr.patch +++ b/patches/ntdll-Dealloc_Thread_Stack/0001-ntdll-Do-not-allow-to-allocate-thread-stack-for-curr.patch @@ -1,7 +1,7 @@ From dae71e69de99580ced403804e944c7a13e0519e9 Mon Sep 17 00:00:00 2001 From: Sebastian Lackner Date: Fri, 21 Aug 2015 06:39:47 +0800 -Subject: ntdll: Do not allow to allocate thread stack for current thread. +Subject: ntdll: Do not allow to deallocate thread stack for current thread. --- dlls/ntdll/ntdll_misc.h | 10 ++++++++++ diff --git a/patches/patchinstall.sh b/patches/patchinstall.sh index 175a7085..833d99cd 100755 --- a/patches/patchinstall.sh +++ b/patches/patchinstall.sh @@ -3666,7 +3666,7 @@ fi if test "$enable_ntdll_Dealloc_Thread_Stack" -eq 1; then patch_apply ntdll-Dealloc_Thread_Stack/0001-ntdll-Do-not-allow-to-allocate-thread-stack-for-curr.patch ( - echo '+ { "Sebastian Lackner", "ntdll: Do not allow to allocate thread stack for current thread.", 1 },'; + echo '+ { "Sebastian Lackner", "ntdll: Do not allow to deallocate thread stack for current thread.", 1 },'; ) >> "$patchlist" fi