aboutsummaryrefslogtreecommitdiff
path: root/contrib/devtools/security-check.py
diff options
context:
space:
mode:
authorCraig Younkins <[email protected]>2018-11-30 13:51:55 +0000
committerCraig Younkins <[email protected]>2018-11-30 13:51:55 +0000
commitaf1ed206f8b87348756f7a119fccddded0746f96 (patch)
tree5613f95f7ed5bcb0754e3aa02f3c6943f2427dad /contrib/devtools/security-check.py
parentMerge #14822: bench: Destroy wallet txs instead of leaking their memory (diff)
downloaddiscoin-af1ed206f8b87348756f7a119fccddded0746f96.tar.xz
discoin-af1ed206f8b87348756f7a119fccddded0746f96.zip
Fix broken Gmane URLs
Diffstat (limited to 'contrib/devtools/security-check.py')
-rwxr-xr-xcontrib/devtools/security-check.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/devtools/security-check.py b/contrib/devtools/security-check.py
index 57af1c106..44b7f6c7c 100755
--- a/contrib/devtools/security-check.py
+++ b/contrib/devtools/security-check.py
@@ -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