From 1f3f88c2a5ae86bfe910ff7760a57d9b8396ccb4 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 28 Jan 2024 16:17:45 +0000 Subject: slbt_get_archive_meta(): symrefs vector: validate all member offsets. --- include/slibtool/slibtool.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/slibtool/slibtool.h') diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index 49e8dbf..04917c5 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -114,6 +114,7 @@ enum slbt_custom_error { SLBT_ERR_AR_INVALID_ARMAP_SIZE_OF_REFS, SLBT_ERR_AR_INVALID_ARMAP_SIZE_OF_STRS, SLBT_ERR_AR_INVALID_ARMAP_STRING_TABLE, + SLBT_ERR_AR_INVALID_ARMAP_MEMBER_OFFSET, }; /* execution modes */ -- cgit v1.2.3