]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - binutils/readelf.c
bfd: make _bfd_section_size_insane part of the public API
[thirdparty/binutils-gdb.git] / binutils / readelf.c
index 26e152fed935d57ba79a2c55688d2822a755c5ff..c1006480b7bc3e83dd87fb20d215342375614af9 100644 (file)
@@ -15902,7 +15902,7 @@ uncompress_section_contents (bool              is_zstd,
   z_stream strm;
   int rc;
 
-  /* Similar to _bfd_section_size_insane() in the BFD library we expect an
+  /* Similar to bfd_section_size_insane() in the BFD library we expect an
      upper limit of ~10x compression.  Any compression larger than that is
      thought to be due to fuzzing of the compression header.  */
   if (uncompressed_size > file_size * 10)