_bfd_mul_overflow
[deliverable/binutils-gdb.git] / bfd / ptrace-core.c
index 529093dffe84c8622cf3077abaad773bfadb7f06..48a9b1c669e9a02c4fc0cf9f673c0c8e75ee5603 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD backend for core files which use the ptrace_user structure
-   Copyright (C) 1993-2018 Free Software Foundation, Inc.
+   Copyright (C) 1993-2020 Free Software Foundation, Inc.
    The structure of this file is based on trad-core.c written by John Gilmore
    of Cygnus Support.
    Modified to work with the ptrace_user structure by Kevin A. Buettner.
@@ -61,7 +61,7 @@ ptrace_unix_core_file_p (bfd *abfd)
   int val;
   struct ptrace_user u;
   struct trad_core_struct *rawptr;
-  bfd_size_type amt;
+  size_t amt;
   flagword flags;
 
   val = bfd_bread ((void *)&u, (bfd_size_type) sizeof u, abfd);
This page took 0.028122 seconds and 4 git commands to generate.