Fix potential realloc() memory leak reading OLE objects

See oss-fuzz/28791
This commit is contained in:
Evan Miller
2021-01-07 21:11:12 -05:00
parent c31daeb2c4
commit c0880f0e40
3 changed files with 20 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ AC_CHECK_DECLS([program_invocation_short_name], [], [], [[
dnl Checks for library functions.
VL_LIB_READLINE
AC_CHECK_FUNCS(strptime fmemopen gmtime_r wcstombs_l vasprintf vasnprintf)
AC_CHECK_FUNCS(strptime fmemopen gmtime_r reallocf wcstombs_l vasprintf vasnprintf)
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST