[PATCH v3 30/32] elf: Put critical _dl_find_object pointers into protected memory area

Joseph Myers josmyers@redhat.com
Mon Mar 4 21:39:58 GMT 2024


On Thu, 7 Dec 2023, Florian Weimer wrote:

> With this change, all control data for _dl_find_object is either
> RELRO data, or in the protected area, or tightly constrained
> (the version counter is always masked using & 1 before array
> indexing).
> 
> This commit can serve as an example how to extend the protected
> memory area.

OK.

-- 
Joseph S. Myers
josmyers@redhat.com



More information about the Libc-alpha mailing list