Skip to content

Commit af1ed20

Browse files
committed
Fix broken Gmane URLs
1 parent 60b20c8 commit af1ed20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/devtools/security-check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def check_ELF_RELRO(executable):
8686
# This does not affect security: the permission flags of the GNU_RELRO program header are ignored, the PT_LOAD header determines the effective permissions.
8787
# However, the dynamic linker need to write to this area so these are RW.
8888
# Glibc itself takes care of mprotecting this area R after relocations are finished.
89-
# See also http://permalink.gmane.org/gmane.comp.gnu.binutils/71347
89+
# See also https://marc.info/?l=binutils&m=1498883354122353
9090
if typ == 'GNU_RELRO':
9191
have_gnu_relro = True
9292

0 commit comments

Comments
 (0)