aboutsummaryrefslogtreecommitdiff
path: root/binutils/readelf.c
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/readelf.c')
-rw-r--r--binutils/readelf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c
index 26e152f..c100648 100644
--- a/binutils/readelf.c
+++ b/binutils/readelf.c
@@ -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)