file size check in _bfd_alloc_and_read
[deliverable/binutils-gdb.git] / bfd / irix-core.c
index ca04ed79694d027f4bf77a0640260eb908b6f059..7b214e0a0a3129ce19b0241ece61be35a1506efd 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD back-end for Irix core files.
-   Copyright (C) 1993-2019 Free Software Foundation, Inc.
+   Copyright (C) 1993-2020 Free Software Foundation, Inc.
    Written by Stu Grossman, Cygnus Support.
    Converted to back-end form by Ian Lance Taylor, Cygnus Support
 
@@ -172,7 +172,7 @@ irix_core_core_file_p (bfd *abfd)
   int val;
   struct coreout coreout;
   struct idesc *idg, *idf, *ids;
-  bfd_size_type amt;
+  size_t amt;
 
   val = bfd_bread (&coreout, (bfd_size_type) sizeof coreout, abfd);
   if (val != sizeof coreout)
This page took 0.029289 seconds and 4 git commands to generate.