[File] [PATCH] Add missing define for MAGIC_PARAM_ELF_SHSIZE_MAX

Thomas Weißschuh thomas at t-8ch.de
Fri Feb 10 05:47:22 UTC 2023


---
 src/magic.h.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/magic.h.in b/src/magic.h.in
index bed6a04e318d..b3e797bd593d 100644
--- a/src/magic.h.in
+++ b/src/magic.h.in
@@ -152,6 +152,7 @@ int magic_errno(magic_t);
 #define MAGIC_PARAM_REGEX_MAX		5
 #define	MAGIC_PARAM_BYTES_MAX		6
 #define	MAGIC_PARAM_ENCODING_MAX	7
+#define	MAGIC_PARAM_ELF_SHSIZE_MAX	8
 
 int magic_setparam(magic_t, int, const void *);
 int magic_getparam(magic_t, int, void *);

base-commit: e18e69d57ceea8aabc723f09878210af32fd9dbb
-- 
2.39.1



More information about the File mailing list