From c3fbfbeab5605e3e2d31dc9a8dd95e9ca7139145 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sun, 11 Jan 2026 14:19:41 +0700 Subject: all: fix slice bounds out of range when scanning dir Using for-range and slices.Delete inside it will result an error out-of-range if the slices deleted multiple times. --- testdata/scan/aaa | 1 + 1 file changed, 1 insertion(+) create mode 100644 testdata/scan/aaa (limited to 'testdata/scan/aaa') diff --git a/testdata/scan/aaa b/testdata/scan/aaa new file mode 100644 index 0000000..741876f --- /dev/null +++ b/testdata/scan/aaa @@ -0,0 +1 @@ +Dummy file. -- cgit v1.3