aboutsummaryrefslogtreecommitdiffstats
path: root/tools/test-common.sh
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2019-07-27 00:54:44 -0700
committerGuy Harris <guy@alum.mit.edu>2019-07-27 07:55:36 +0000
commit5cf3fd03f1538b37704d83b6c38b8223f9036108 (patch)
treeb598688b412615a89cae270c883a21bf7da2e612 /tools/test-common.sh
parent3a53b8643b8b2f9eba24fef4bfea794f37615a88 (diff)
HTTPS In More Places, update some URLs.
Change-Id: Ice2e1e2e4d94f6c9da7c651866cfa1a8ac4a31d8 Reviewed-on: https://code.wireshark.org/review/34096 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'tools/test-common.sh')
-rwxr-xr-xtools/test-common.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/test-common.sh b/tools/test-common.sh
index 902dce1820..7522215497 100755
--- a/tools/test-common.sh
+++ b/tools/test-common.sh
@@ -91,10 +91,10 @@ export G_SLICE=debug-blocks
export MALLOC_CHECK_=3
# Cause FreeBSD (and other BSDs) to abort() on allocator warnings and
# initialize allocated memory (to 0xa5) and freed memory (to 0x5a). see:
-# http://www.freebsd.org/cgi/man.cgi?query=malloc&apropos=0&sektion=0&manpath=FreeBSD+8.2-RELEASE&format=html
+# https://www.freebsd.org/cgi/man.cgi?query=malloc&apropos=0&sektion=0&manpath=FreeBSD+8.2-RELEASE&format=html
export MALLOC_OPTIONS=AJ
-# MacOS options; see http://developer.apple.com/library/mac/releasenotes/DeveloperTools/RN-MallocOptions/_index.html
+# macOS options; see https://developer.apple.com/library/archive/documentation/Performance/Conceptual/ManagingMemory/Articles/MallocDebug.html
# Initialize allocated memory to 0xAA and freed memory to 0x55
export MallocPreScribble=1
export MallocScribble=1