PR22067, x86 check_relocs invalid read
[deliverable/binutils-gdb.git] / gdb / coff-pe-read.c
index b0201d18d5d28adc89b3fe850932942d6a6a0e1b..e8c6b67d623835bef49f5137391600efd8171ffc 100644 (file)
@@ -2,7 +2,7 @@
    convert to internal format, for GDB. Used as a last resort if no
    debugging symbols recognized.
 
-   Copyright (C) 2003-2016 Free Software Foundation, Inc.
+   Copyright (C) 2003-2017 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -54,7 +54,7 @@ struct read_pe_section_data
   enum minimal_symbol_type ms_type;    /* Type to assign symbols in
                                           section.  */
   unsigned int index;          /* BFD section number.  */
-  char *section_name;          /* Recorded section name.  */
+  const char *section_name;    /* Recorded section name.  */
 };
 
 #define IMAGE_SCN_CNT_CODE 0x20
This page took 0.023544 seconds and 4 git commands to generate.