diff --git a/xtldr/protocol.c b/xtldr/protocol.c index d90f33c..4d61cea 100644 --- a/xtldr/protocol.c +++ b/xtldr/protocol.c @@ -817,7 +817,6 @@ BlpGetModuleInfoStrings(IN PWCHAR SectionData, RtlCopyMemory(String, InfoStrings, SectionSize); /* Make sure last string is NULL-terminated */ - String[SectionSize] = L'\0'; Array[Count] = NULL; Array[0] = String;