From 7e861c30ac9af15a2e2e9888dbee206a2ed45d87 Mon Sep 17 00:00:00 2001 From: coderall2 <872871337@qq.com> Date: Wed, 2 Jul 2025 13:30:12 +0800 Subject: [PATCH 1/3] Fix: fix FspPosixMapPosixToWindowsPathEx pointer misuse --- src/shared/ku/posix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/ku/posix.c b/src/shared/ku/posix.c index 8959ab54..5dd5fe57 100644 --- a/src/shared/ku/posix.c +++ b/src/shared/ku/posix.c @@ -1416,7 +1416,7 @@ FSP_API NTSTATUS FspPosixMapPosixToWindowsPathEx(const char *PosixPath, PWSTR *P goto lasterror; WindowsPath = MemAlloc(Size * sizeof(WCHAR)); - if (0 == PosixPath) + if (0 == WindowsPath) { Result = STATUS_INSUFFICIENT_RESOURCES; goto exit; From 8f01618fad562220dd45f56385e384906045164d Mon Sep 17 00:00:00 2001 From: coderall2 <872871337@qq.com> Date: Wed, 2 Jul 2025 13:43:55 +0800 Subject: [PATCH 2/3] Update Contributors.asciidoc --- Contributors.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.asciidoc b/Contributors.asciidoc index 204905c6..28894d5a 100644 --- a/Contributors.asciidoc +++ b/Contributors.asciidoc @@ -76,4 +76,5 @@ CONTRIBUTOR LIST |Tobias Urlaub |saibotu at outlook.de |Victor Gao |victgm at outlook.com |Zeho Huang |zeho11 at protonmail.com +|coderall2 |lzcgwushuang at 163.com |=== From b088221c82cfbce311ac2a5e6e0ccd8c054ecefe Mon Sep 17 00:00:00 2001 From: coderall2 <872871337@qq.com> Date: Wed, 6 Aug 2025 10:19:17 +0800 Subject: [PATCH 3/3] Update Contributors.asciidoc with real name --- Contributors.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.asciidoc b/Contributors.asciidoc index 28894d5a..2d42dac6 100644 --- a/Contributors.asciidoc +++ b/Contributors.asciidoc @@ -76,5 +76,5 @@ CONTRIBUTOR LIST |Tobias Urlaub |saibotu at outlook.de |Victor Gao |victgm at outlook.com |Zeho Huang |zeho11 at protonmail.com -|coderall2 |lzcgwushuang at 163.com +|Zhangfen Duan |lzcgwushuang at 163.com |===