Fix a potential buffer overrun qwhen writing out PE aux entries.
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index 70203b1254fbc6a192047775f3f239144d4d4200..2bea06278b83033ca18a5654b6a78fbfeb036c38 100644 (file)
@@ -1,3 +1,9 @@
+2021-03-16  Nick Clifton  <nickc@redhat.com>
+
+       * peXXigen.c (_bfd_XXi_swap_aux_out): Avoid potential buffer
+       overrun by using sizeof of the destination x_fname field as the
+       limit for a memcpy.
+
 2021-03-16  Kuan-Lin Chen  <kuanlinchentw@gmail.com>
 
        * elfxx-riscv.c (riscv_std_z_ext_strtab): Add zba, zbb and zbc.
This page took 0.022537 seconds and 4 git commands to generate.