From 61647299c68aaf0bfc031bf2894ef02c76f59521 Mon Sep 17 00:00:00 2001 From: "C. Masloch" Date: Mon, 11 Feb 2019 15:06:47 +0100 Subject: [PATCH] dosfns.c: only copy to current_ldt if pointer is valid --- kernel/dosfns.c | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/dosfns.c b/kernel/dosfns.c index d3d07c0..e75f75c 100644 --- a/kernel/dosfns.c +++ b/kernel/dosfns.c @@ -957,7 +957,6 @@ COUNT DosChangeDir(BYTE FAR * s) Some redirectors do not write back to the CDS. SHSUCdX needs this. jt */ - fstrcpy(current_ldt->cdsCurrentPath, PriPathName); if (FP_OFF(current_ldt) != 0xFFFF) { fstrcpy(current_ldt->cdsCurrentPath, PriPathName);