Don't mess with input string
已通過所有檢查
Builds / ExectOS (amd64) (push) Successful in 35s
Builds / ExectOS (i686) (push) Successful in 34s

此提交包含在:
2024-04-30 10:31:17 +02:00
父節點 c4d5b5bb25
當前提交 99ff358287

查看文件

@@ -817,7 +817,6 @@ BlpGetModuleInfoStrings(IN PWCHAR SectionData,
RtlCopyMemory(String, InfoStrings, SectionSize); RtlCopyMemory(String, InfoStrings, SectionSize);
/* Make sure last string is NULL-terminated */ /* Make sure last string is NULL-terminated */
String[SectionSize] = L'\0';
Array[Count] = NULL; Array[Count] = NULL;
Array[0] = String; Array[0] = String;