https://sourceware.org/bugzilla/show_bug.cgi?id=32264
--- Comment #4 from LIU Hao <lh_mouse at 126 dot com> --- Created attachment 15755 --> https://sourceware.org/bugzilla/attachment.cgi?id=15755&action=edit Partial patch to make `.idata` and `.CRT` read-only. Partial patch to make `.idata` and `.CRT` read-only. Windows does not require `.idata` to be writeable. These sections which are created by Microsoft linker are not writeable, even that in UCRT source files, variables defined in `.CRT` are not const-qualified. Leaving those `__imp_` pointers writeable can lead to security issues, similar to the IFUNC backdoor about XZ Utils. -- You are receiving this mail because: You are on the CC list for the bug.