From 89f1ba6fbafd710cf03013e015d2eb59d3c54be6 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Tue, 14 Mar 2023 19:48:22 +0000 Subject: --- src/apprentice.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apprentice.c b/src/apprentice.c index db217875..06d52094 100644 --- a/src/apprentice.c +++ b/src/apprentice.c @@ -32,7 +32,7 @@ #include "file.h" #ifndef lint -FILE_RCSID("@(#)$File: apprentice.c,v 1.339 2022/12/26 17:31:14 christos Exp $") +FILE_RCSID("@(#)$File: apprentice.c,v 1.340 2023/03/14 19:48:22 christos Exp $") #endif /* lint */ #include "magic.h" @@ -578,6 +578,7 @@ file_ms_alloc(int flags) ms->indir_max = FILE_INDIR_MAX; ms->name_max = FILE_NAME_MAX; ms->elf_shnum_max = FILE_ELF_SHNUM_MAX; + ms->elf_shsize_max = FILE_ELF_SHSIZE_MAX; ms->elf_phnum_max = FILE_ELF_PHNUM_MAX; ms->elf_notes_max = FILE_ELF_NOTES_MAX; ms->regex_max = FILE_REGEX_MAX; -- cgit v1.2.1