Skip to content

Commit

Permalink
Fix broken Gmane URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
cyounkins committed Nov 30, 2018
1 parent 60b20c8 commit af1ed20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/devtools/security-check.py
Expand Up @@ -86,7 +86,7 @@ def check_ELF_RELRO(executable):
# This does not affect security: the permission flags of the GNU_RELRO program header are ignored, the PT_LOAD header determines the effective permissions.
# However, the dynamic linker need to write to this area so these are RW.
# Glibc itself takes care of mprotecting this area R after relocations are finished.
# See also http://permalink.gmane.org/gmane.comp.gnu.binutils/71347
# See also https://marc.info/?l=binutils&m=1498883354122353
if typ == 'GNU_RELRO':
have_gnu_relro = True

Expand Down

0 comments on commit af1ed20

Please sign in to comment.