From 5ac87ef92cab60af788bef6b5a069f5a49e61a74 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 29 Jan 2024 01:21:35 +0000 Subject: slbt_get_archive_meta(): symrefs vector: validate all name 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 04917c5..e2e1f43 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -115,6 +115,7 @@ enum slbt_custom_error { SLBT_ERR_AR_INVALID_ARMAP_SIZE_OF_STRS, SLBT_ERR_AR_INVALID_ARMAP_STRING_TABLE, SLBT_ERR_AR_INVALID_ARMAP_MEMBER_OFFSET, + SLBT_ERR_AR_INVALID_ARMAP_NAME_OFFSET, }; /* execution modes */ -- cgit v1.2.3