Skip to content

Commit c399ee2

Browse files
committed
nit
1 parent 73419bd commit c399ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Servers/IIS/AspNetCoreModuleV2/InProcessRequestHandler/managedexports.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ VOID
512512
http_set_startup_error_page_content(_In_ byte* errorPageContent, int length)
513513
{
514514
g_errorPageContent.resize(length);
515-
memcpy(&g_errorPageContent[length], errorPageContent, length);
515+
memcpy(&g_errorPageContent[0], errorPageContent, length);
516516
}
517517

518518
// End of export

0 commit comments

Comments
 (0)