Fix a potential buffer overrun qwhen writing out PE aux entries.
[deliverable/binutils-gdb.git] / include / coff / internal.h
index 1b5b45c226661cd48a3755f04016f00f1e3f4e5a..90c901d29873c81992aa1fabc14215085c1bda10 100644 (file)
@@ -580,8 +580,8 @@ union internal_auxent
   union
   {
     /* PR 17754: We use to FILNMLEN for the size of the x_fname
-       array, but that cause problems as PE targets use a larger
-       value.  We cannot use their definition of EFILNMLEN as this
+       array, but that causes problems as PE targets use a larger
+       value.  We cannot use their definition of E_FILNMLEN as this
        header can be used without including any PE headers.  */
     char x_fname[20];
     struct
This page took 0.025944 seconds and 4 git commands to generate.