From: Florian Krohm Date: Wed, 11 Mar 2015 22:16:22 +0000 (+0000) Subject: Remove assertion. Unlikely as it may be, len may be huge X-Git-Tag: svn/VALGRIND_3_11_0~591 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=30e4288907e893c29d38cbcec1d7cd48014ea626;p=thirdparty%2Fvalgrind.git Remove assertion. Unlikely as it may be, len may be huge and therefore we cannot assert otherwise. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15001 --- diff --git a/coregrind/m_debuginfo/storage.c b/coregrind/m_debuginfo/storage.c index f3e1f23f51..0482447c2c 100644 --- a/coregrind/m_debuginfo/storage.c +++ b/coregrind/m_debuginfo/storage.c @@ -704,7 +704,6 @@ void ML_(addDiCfSI) ( struct _DebugInfo* di, VG_(message)(Vg_DebugMsg, "warning: DiCfSI %#lx .. %#lx is huge; length = %u (%s)\n", base, base + len - 1, len, di->soname); - vg_assert(len < 500000000); vg_assert(di->fsm.have_rx_map && di->fsm.have_rw_map); /* Find mapping where at least one end of the CFSI falls into. */