diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-12-03 03:00:10 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-12-03 03:00:10 -0500 |
| commit | fff0d9587f674e2b1f61ba693ef830862dc1241d (patch) | |
| tree | 20a9d4d1e9fb145f2c2d937a478aa220f16da728 /src/unalf.h | |
| parent | 939dab58d23272a68c16c625dbd14ff3f8f6c51b (diff) | |
| download | alftools-fff0d9587f674e2b1f61ba693ef830862dc1241d.tar.gz | |
unalf: Abort on ludicrously large sizes in the header. Add -F to bypass, warn the user this may cause an infinite loop.
Diffstat (limited to 'src/unalf.h')
| -rw-r--r-- | src/unalf.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
