[PATCH v3 26/32] elf: Switch to a region-based protected memory allocator
Joseph Myers
josmyers@redhat.com
Tue Mar 5 23:36:16 GMT 2024
On Thu, 7 Dec 2023, Florian Weimer wrote:
> +#if __GNUC_PREREQ (11, 0)
> + /* Suppress invalid GCC warning with -O3 (GCC PR 110546):
> + error: '_dl_protmem_free' called on pointer returned from a
> + mismatched allocation function [-Werror=mismatched-dealloc]
> + note: returned from '_dl_protmem_allocate.constprop */
This quoted "note:" seems to be missing a closing "'" after the function
name. The patch is OK with that fixed.
--
Joseph S. Myers
josmyers@redhat.com
More information about the Libc-alpha
mailing list