aboutsummaryrefslogtreecommitdiff
path: root/configure.seed
diff options
context:
space:
mode:
authorToni <matzeton@googlemail.com>2020-11-26 19:46:31 +0100
committerGitHub <noreply@github.com>2020-11-26 19:46:31 +0100
commitdaa1c8ef8c8a61899bf3d311f7efa11c090bfe70 (patch)
tree01913f51e8c9b5421fde40c220cb8bb37cb57a03 /configure.seed
parent7437ecaab02a893ae9fb43ca193f0d184ed5a3ea (diff)
Fix/overflow and libgerror check (#1068)
* Fixed stack overflow caused by missing buffer space for the trailing \0 added by sprintf() Signed-off-by: Toni Uhlig <matzeton@googlemail.com> * Remove the autoconf cache value from the previous and failed check before checking again. Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'configure.seed')
-rw-r--r--configure.seed1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.seed b/configure.seed
index ad29dd778..1dffd3bac 100644
--- a/configure.seed
+++ b/configure.seed
@@ -184,6 +184,7 @@ AC_ARG_ENABLE([gcrypt],
if test "x$ac_cv_lib_gcrypt_gcry_cipher_checktag" = xyes; then :
ADDITIONAL_LIBS="${ADDITIONAL_LIBS} -lgcrypt"
else
+ $as_unset ac_cv_lib_gcrypt_gcry_cipher_checktag
AC_CHECK_LIB(gpg-error, gpg_strerror_r)
AC_CHECK_LIB(gcrypt, gcry_cipher_checktag)
if test "x$ac_cv_lib_gcrypt_gcry_cipher_checktag" = xyes -a "x$ac_cv_lib_gpg_error_gpg_strerror_r" = xyes; then :