ntdll-Dealloc_Thread_Stack: Fix typo in commit message.

This commit is contained in:
Sebastian Lackner 2015-08-22 17:04:08 +02:00
parent 6022983803
commit f99ef3c9eb
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
From dae71e69de99580ced403804e944c7a13e0519e9 Mon Sep 17 00:00:00 2001
From: Sebastian Lackner <sebastian@fds-team.de>
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 ++++++++++

View File

@ -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