From c53c6186c8d69586a71a7f8284a9ed7fa8cb207f Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 17 Apr 2023 17:19:21 +0100 Subject: Make the .rsrc section read only. PR 30142 * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Do not force the .rsrc section to be writeable. * rescoff.c (write_coff_file): Add the SEC_READONLY flag to the .rsrc section. --- binutils/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'binutils/ChangeLog') diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 3b6f045..f705b6c 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2023-04-17 Nick Clifton + + PR 30142 + * rescoff.c (write_coff_file): Add the SEC_READONLY flag to the + .rsrc section. + 2023-04-11 Nick Clifton PR 30327 -- cgit v1.1