@@ -1196,7 +1196,7 @@ dwarf_object_finish(Dwarf_Debug dbg)
11961196
11971197#if defined(HAVE_ZLIB ) && defined(HAVE_ZSTD )
11981198
1199- #if 0
1199+ #if 0 /* Dropping heuristic check. Not reliable. */
12001200static int
12011201check_uncompr_inflation (Dwarf_Debug dbg ,
12021202 Dwarf_Error * error ,
@@ -1294,7 +1294,7 @@ check_uncompr_inflation(Dwarf_Debug dbg,
12941294
12951295 */
12961296
1297- #if 0
1297+ #if 0 /* Dropping heuristic check. Not reliable. */
12981298/* ALLOWED_ZLIB_INFLATION is a heuristic, not necessarily right.
12991299 The test case klingler2/compresseddebug.amd64 actually
13001300 inflates about 8 times. */
@@ -1389,7 +1389,7 @@ do_decompress(Dwarf_Debug dbg,
13891389 " The compressed section is not properly formatted" );
13901390 return DW_DLV_ERROR ;
13911391 }
1392- #if 0
1392+ #if 0 /* Dropping heuristic check. Not reliable. */
13931393 /* The heuristics are unreliable. Turned off now */
13941394 if (!zstdcompress ) {
13951395 /* According to zlib.net zlib essentially never expands
@@ -1558,7 +1558,7 @@ _dwarf_load_section(Dwarf_Debug dbg,
15581558 if (res == DW_DLV_ERROR ) {
15591559 DWARF_DBG_ERROR (dbg , errc , DW_DLV_ERROR );
15601560 }
1561- #if 0
1561+ #if 0 /* Not changing error, to disruptive of regression tests. */
15621562Hold off on this , keep old error for the moment
15631563 if (res == DW_DLV_ERROR ) {
15641564 _dwarf_error_string (dbg , error ,
0 commit comments