Commit b35e1ec43e93 ("libelf: Fix out-of-bounds read in elf_getarsym
for unterminated symbol table") removed the last usage of rawmemchr
from the codebase so we no longer need to check for it.

        * configure.ac: Remove rawmemchr AC_CHECK_DECLS.

Signed-off-by: Mark Wielaard <[email protected]>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 0266ffd8b2be..29440f29b86b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -512,7 +512,7 @@ AM_CONDITIONAL(USE_ZSTD_COMPRESS, test 
"x$with_zstd_compress" = "xyes")
 AS_IF([test "x$with_zstd_compress" = "xyes"],
       [AC_DEFINE([USE_ZSTD_COMPRESS], [1], [zstd compression support])])
 
-AC_CHECK_DECLS([memrchr, rawmemchr],[],[],
+AC_CHECK_DECLS([memrchr],[],[],
                [#define _GNU_SOURCE
                 #include <string.h>])
 AC_CHECK_DECLS([powerof2],[],[],[#include <sys/param.h>])
-- 
2.54.0

Reply via email to