From fff0d9587f674e2b1f61ba693ef830862dc1241d Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 3 Dec 2025 03:00:10 -0500 Subject: unalf: Abort on ludicrously large sizes in the header. Add -F to bypass, warn the user this may cause an infinite loop. --- src/unalf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/unalf.h') diff --git a/src/unalf.h b/src/unalf.h index 33a7760..4adaeb3 100644 --- a/src/unalf.h +++ b/src/unalf.h @@ -80,6 +80,7 @@ typedef struct { int verbose_list; int fixjunk; int ignore_datetime; + int force; } opts_t; #define MAX_EXCLUDES 256 -- cgit v1.2.3