Merge all 5 batch PRs: security, CLI features, protocol, performance, tests/docs #143

Merged
TapTap merged 23 commits from merge-all-v2 into main 2026-07-29 18:09:05 +02:00
Showing only changes of commit 0bee82e863 - Show all commits
+1 -1
View File
@@ -119,7 +119,7 @@ static void delete_extras_walk(const char* abs_path, const char* rel_path, Array
if (!dir)
return;
bool all_removed = true;
struct dirent* entry;
const struct dirent* entry;
while ((entry = readdir(dir)) != NULL) {
if (strcmp(entry->d_name, ".") == 0 || strcmp(entry->d_name, "..") == 0)
continue;