Package: libmsv1
Version: 1.1.1-3

Dear Maintainer,

this is more an upstream issue, but unfortunately the upstream website
seems to have been broken for a while now. :(

Summary of the problem: The way libmsv uses libcurl is not suitable for
multi-threaded applications without precautions, and not at all for
dynamically loaded modules.

I've recently implemented (optional) Valgrind checks for mod_gnutls, and
got a lot of leak messages like this one when running with MSVA client
certificate validation using libmsv:

> ==10832== 24 bytes in 1 blocks are definitely lost in loss record 37 of 130
> ==10832==    at 0x4838B65: calloc (vg_replace_malloc.c:762)
> ==10832==    by 0x58BEEFE: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
> ==10832==    by 0x58CC041: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
> ==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1432)
> ==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1428)
> ==10832==    by 0x52375FF: global_init (easy.c:158)
> ==10832==    by 0x52377F7: curl_easy_init (easy.c:285)
> ==10832==    by 0x502CABB: msv_query_agent (in /usr/lib/libmsv.so.1.0.1)
> ==10832==    by 0x500F85E: mgs_cert_verify (gnutls_hooks.c:1749)
> ==10832==    by 0x5012DB1: mgs_hook_authz (gnutls_hooks.c:1509)
> ==10832==    by 0x15A9BF: ap_run_access_checker (in /usr/sbin/apache2)
> ==10832==    by 0x15CFDA: ap_process_request_internal (in /usr/sbin/apache2)
> ==10832==    by 0x17D0CF: ap_process_async_request (in /usr/sbin/apache2)

The full Valgrind log is attached (please don't get confused by the
kernel version, it's from a Sid container running on an Ubuntu host).
I've installed libcurl3-nss-dbgsym to get function names for the
Curl-internal part of the trace (above curl_easy_init).

All these leaks are from Curl global init triggered by curl_easy_init().
According to its documentation the global init must run before any other
threads are started.

I've considered calling curl_global_init() during mod_gnutls
initialization, but I cannot guarantee that there aren't any other
threads at that point either. Even worse, there should be a matching
call to curl_global_cleanup(), which has the same requirement, and the
documentation unfortunately says this [1]:

> We recommend you do not run libcurl from any module that may be unloaded 
> dynamically.
Which means that running libcurl in an Apache HTTPD module is explicitly
unsupported, and that sadly implicitly extends to libmsv.

My preferred solution would be to remove the dependency on libcurl. One
alternative would be to send a hand-crafted request (e.g. similar to
what GnuTLS ocsptool does [2]). I'd be happy to test patches or possibly
write one myself, if we can agree on an approach (and I have time).

To reproduce the issue, please check my repository at [3], the build
process would be:

  autoreconf -fiv
  ./configure --enable-valgrind-test --enable-msva
  make
  TESTS="test-15_basic_msva.bash" make -e check

The restriction of TESTS to the MSVA test is just to save time, running
all tests with Valgrind may take a couple of minutes.

Thank you for your attention!
Fiona Klute

[1] https://curl.haxx.se/libcurl/c/curl_global_cleanup.html
[2] https://gitlab.com/gnutls/gnutls/blob/master/src/ocsptool-common.c
[3] https://github.com/airtower-luna/mod_gnutls
==10831== Memcheck, a memory error detector
==10831== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==10831== Using Valgrind-3.15.0-608cb11914-20190413 and LibVEX; rerun with -h for copyright info
==10831== Command: /usr/sbin/apache2 -f /home/fiona/mod_gnutls/test/tests/15_basic_msva/apache.conf -k start -DFOREGROUND
==10831== Parent PID: 10824
==10831== 
--10831-- 
--10831-- Valgrind options:
--10831--    -v
--10831--    --leak-check=full
--10831--    --gen-suppressions=all
--10831--    --keep-debuginfo=yes
--10831--    --track-origins=yes
--10831--    --vgdb=no
--10831--    --log-file=logs/valgrind-15_basic_msva.log
--10831--    --suppressions=./suppressions.valgrind
--10831-- Contents of /proc/version:
--10831--   Linux version 5.3.0-29-generic (buildd@lcy01-amd64-024) (gcc version 9.2.1 20191008 (Ubuntu 9.2.1-9ubuntu2)) #31-Ubuntu SMP Fri Jan 17 17:27:26 UTC 2020
--10831-- 
--10831-- Arch and hwcaps: AMD64, LittleEndian, amd64-cx16-lzcnt-rdtscp-sse3-ssse3-avx-avx2-bmi-f16c-rdrand
--10831-- Page sizes: currently 4096, max supported 4096
--10831-- Valgrind library directory: /usr/lib/x86_64-linux-gnu/valgrind
--10831-- Reading syms from /usr/sbin/apache2
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/ld-2.29.so
--10831--   Considering /usr/lib/debug/.build-id/bd/c4116b3193146db4945c36329513df492b14ab.debug ..
--10831--   .. build-id is valid
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/valgrind/memcheck-amd64-linux
--10831--   Considering /usr/lib/debug/.build-id/80/5d052772dc3c48dbe4654094fcd7ddddfdb87a.debug ..
--10831--   .. build-id is valid
--10831--    object doesn't have a dynamic symbol table
--10831-- Scheduler: using generic scheduler lock implementation.
--10831-- Reading suppressions file: ./suppressions.valgrind
--10831-- Reading suppressions file: /usr/lib/x86_64-linux-gnu/valgrind/default.supp
--10831-- REDIR: 0x401e7f0 (ld-linux-x86-64.so.2:strlen) redirected to 0x580c9a82 (vgPlain_amd64_linux_REDIR_FOR_strlen)
--10831-- REDIR: 0x401e5d0 (ld-linux-x86-64.so.2:index) redirected to 0x580c9a9c (vgPlain_amd64_linux_REDIR_FOR_index)
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/valgrind/vgpreload_core-amd64-linux.so
--10831--   Considering /usr/lib/debug/.build-id/1f/dbd27e1b18006ce47917636dcc0d35bd6729c5.debug ..
--10831--   .. build-id is valid
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/valgrind/vgpreload_memcheck-amd64-linux.so
--10831--   Considering /usr/lib/debug/.build-id/0c/9a6e9d3907392310d89e285e3d6edaa3802ec5.debug ..
--10831--   .. build-id is valid
==10831== WARNING: new redirection conflicts with existing -- ignoring it
--10831--     old: 0x0401e7f0 (strlen              ) R-> (0000.0) 0x580c9a82 vgPlain_amd64_linux_REDIR_FOR_strlen
--10831--     new: 0x0401e7f0 (strlen              ) R-> (2007.0) 0x04839d80 strlen
--10831-- REDIR: 0x401b010 (ld-linux-x86-64.so.2:strcmp) redirected to 0x483ae40 (strcmp)
--10831-- REDIR: 0x401ed30 (ld-linux-x86-64.so.2:mempcpy) redirected to 0x483e860 (mempcpy)
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libpcre.so.3.13.3
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libaprutil-1.so.0.6.1
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libapr-1.so.0.6.5
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libpthread-2.29.so
--10831--   Considering /usr/lib/debug/.build-id/b2/33cb84d10a118612b8d003ccedeecddd135e18.debug ..
--10831--   .. build-id is valid
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libc-2.29.so
--10831--   Considering /usr/lib/debug/.build-id/5e/7bd9d721902e436445247472e5f91a149b3faa.debug ..
--10831--   .. build-id is valid
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libuuid.so.1.3.0
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/librt-2.29.so
--10831--   Considering /usr/lib/debug/.build-id/c0/5e9583d6e75b775fe46b97e70bc0453feee036.debug ..
--10831--   .. build-id is valid
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libdl-2.29.so
--10831--   Considering /usr/lib/debug/.build-id/14/1885029bf0c40ea55ae3b56651d085c856fb0b.debug ..
--10831--   .. build-id is valid
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libexpat.so.1.6.11
--10831--    object doesn't have a symbol table
--10831-- REDIR: 0x49d1490 (libc.so.6:memmove) redirected to 0x482c1b0 (_vgnU_ifunc_wrapper)
--10831-- REDIR: 0x49d0850 (libc.so.6:strncpy) redirected to 0x482c1b0 (_vgnU_ifunc_wrapper)
--10831-- REDIR: 0x49d17b0 (libc.so.6:strcasecmp) redirected to 0x482c1b0 (_vgnU_ifunc_wrapper)
--10831-- REDIR: 0x49d01a0 (libc.so.6:strcat) redirected to 0x482c1b0 (_vgnU_ifunc_wrapper)
--10831-- REDIR: 0x49d08b0 (libc.so.6:rindex) redirected to 0x482c1b0 (_vgnU_ifunc_wrapper)
--10831-- REDIR: 0x49d2b30 (libc.so.6:rawmemchr) redirected to 0x482c1b0 (_vgnU_ifunc_wrapper)
--10831-- REDIR: 0x49eae60 (libc.so.6:wmemchr) redirected to 0x482c1b0 (_vgnU_ifunc_wrapper)
--10831-- REDIR: 0x49ea930 (libc.so.6:wcscmp) redirected to 0x482c1b0 (_vgnU_ifunc_wrapper)
--10831-- REDIR: 0x49d15f0 (libc.so.6:mempcpy) redirected to 0x482c1b0 (_vgnU_ifunc_wrapper)
--10831-- REDIR: 0x49d1420 (libc.so.6:bcmp) redirected to 0x482c1b0 (_vgnU_ifunc_wrapper)
--10831-- REDIR: 0x49d07f0 (libc.so.6:strncmp) redirected to 0x482c1b0 (_vgnU_ifunc_wrapper)
--10831-- REDIR: 0x49d0250 (libc.so.6:strcmp) redirected to 0x482c1b0 (_vgnU_ifunc_wrapper)
--10831-- REDIR: 0x49d1550 (libc.so.6:memset) redirected to 0x482c1b0 (_vgnU_ifunc_wrapper)
--10831-- REDIR: 0x49ea8f0 (libc.so.6:wcschr) redirected to 0x482c1b0 (_vgnU_ifunc_wrapper)
--10831-- REDIR: 0x49d0750 (libc.so.6:strnlen) redirected to 0x482c1b0 (_vgnU_ifunc_wrapper)
--10831-- REDIR: 0x49d0320 (libc.so.6:strcspn) redirected to 0x482c1b0 (_vgnU_ifunc_wrapper)
--10831-- REDIR: 0x49d1800 (libc.so.6:strncasecmp) redirected to 0x482c1b0 (_vgnU_ifunc_wrapper)
--10831-- REDIR: 0x49d02c0 (libc.so.6:strcpy) redirected to 0x482c1b0 (_vgnU_ifunc_wrapper)
--10831-- REDIR: 0x49d1950 (libc.so.6:memcpy@@GLIBC_2.14) redirected to 0x482c1b0 (_vgnU_ifunc_wrapper)
--10831-- REDIR: 0x49ec0f0 (libc.so.6:wcsnlen) redirected to 0x482c1b0 (_vgnU_ifunc_wrapper)
--10831-- REDIR: 0x49d08f0 (libc.so.6:strpbrk) redirected to 0x482c1b0 (_vgnU_ifunc_wrapper)
--10831-- REDIR: 0x49d0200 (libc.so.6:index) redirected to 0x482c1b0 (_vgnU_ifunc_wrapper)
--10831-- REDIR: 0x49d0710 (libc.so.6:strlen) redirected to 0x482c1b0 (_vgnU_ifunc_wrapper)
--10831-- REDIR: 0x49d6ee0 (libc.so.6:memrchr) redirected to 0x482c1b0 (_vgnU_ifunc_wrapper)
--10831-- REDIR: 0x49d1850 (libc.so.6:strcasecmp_l) redirected to 0x482c1b0 (_vgnU_ifunc_wrapper)
--10831-- REDIR: 0x49d13e0 (libc.so.6:memchr) redirected to 0x482c1b0 (_vgnU_ifunc_wrapper)
--10831-- REDIR: 0x49eaa10 (libc.so.6:wcslen) redirected to 0x482c1b0 (_vgnU_ifunc_wrapper)
--10831-- REDIR: 0x49d0b90 (libc.so.6:strspn) redirected to 0x482c1b0 (_vgnU_ifunc_wrapper)
--10831-- REDIR: 0x49d1750 (libc.so.6:stpncpy) redirected to 0x482c1b0 (_vgnU_ifunc_wrapper)
--10831-- REDIR: 0x49d16f0 (libc.so.6:stpcpy) redirected to 0x482c1b0 (_vgnU_ifunc_wrapper)
--10831-- REDIR: 0x49d2b70 (libc.so.6:strchrnul) redirected to 0x482c1b0 (_vgnU_ifunc_wrapper)
--10831-- REDIR: 0x49d18a0 (libc.so.6:strncasecmp_l) redirected to 0x482c1b0 (_vgnU_ifunc_wrapper)
--10831-- REDIR: 0x4a4e740 (libc.so.6:__memcpy_chk) redirected to 0x482c1b0 (_vgnU_ifunc_wrapper)
--10831-- REDIR: 0x49d1310 (libc.so.6:strstr) redirected to 0x482c1b0 (_vgnU_ifunc_wrapper)
--10831-- REDIR: 0x4aa2120 (libc.so.6:__strrchr_avx2) redirected to 0x4839790 (rindex)
--10831-- REDIR: 0x49cd5a0 (libc.so.6:calloc) redirected to 0x4838ab0 (calloc)
--10831-- REDIR: 0x4aa5760 (libc.so.6:__memset_avx2_unaligned_erms) redirected to 0x483d790 (memset)
--10831-- REDIR: 0x4aa52e0 (libc.so.6:__memcpy_avx_unaligned_erms) redirected to 0x483d8a0 (memmove)
--10831-- REDIR: 0x4aa22f0 (libc.so.6:__strlen_avx2) redirected to 0x4839c60 (strlen)
--10831-- REDIR: 0x49cc7c0 (libc.so.6:malloc) redirected to 0x4836710 (malloc)
--10831-- REDIR: 0x4a9dc70 (libc.so.6:__strncmp_avx2) redirected to 0x483a410 (strncmp)
--10831-- REDIR: 0x49cce30 (libc.so.6:free) redirected to 0x4837940 (free)
--10831-- REDIR: 0x4a9d830 (libc.so.6:__strcmp_avx2) redirected to 0x483ad00 (strcmp)
--10831-- REDIR: 0x4aa1d00 (libc.so.6:__strchr_avx2) redirected to 0x4839910 (index)
--10831-- REDIR: 0x49cd090 (libc.so.6:realloc) redirected to 0x4838d00 (realloc)
--10831-- REDIR: 0x49d1030 (libc.so.6:__GI_strstr) redirected to 0x483eac0 (__strstr_sse2)
--10831-- REDIR: 0x4a9e180 (libc.so.6:__memchr_avx2) redirected to 0x483aee0 (memchr)
--10831-- REDIR: 0x4aa52d0 (libc.so.6:__memcpy_chk_avx_unaligned_erms) redirected to 0x483e950 (__memcpy_chk)
--10831-- REDIR: 0x4a9ece0 (libc.so.6:__strcasecmp_avx) redirected to 0x483a5d0 (strcasecmp)
--10831-- REDIR: 0x4a9e900 (libc.so.6:__memcmp_avx2_movbe) redirected to 0x483d060 (bcmp)
--10831-- Reading syms from /usr/lib/apache2/modules/mod_authn_core.so
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/apache2/modules/mod_authz_core.so
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/apache2/modules/mod_mime.so
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/apache2/modules/mod_socache_shmcb.so
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/apache2/modules/mod_mpm_event.so
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /home/fiona/mod_gnutls/src/.libs/mod_gnutls.so
--10831-- Reading syms from /usr/lib/libmsv.so.1.0.1
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libgnutls.so.30.26.1
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libjansson.so.4.11.1
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libcurl-nss.so.4.6.0
--10831--   Considering /usr/lib/debug/.build-id/76/114ff497d2528377904f306931bceccf1fa68b.debug ..
--10831--   .. build-id is valid
--10831-- Warning: cross-CU LIMITATION: some inlined fn names
--10831-- might be shown as UnknownInlinedFun
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.3.0
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libidn2.so.0.3.6
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libunistring.so.2.1.0
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libtasn1.so.6.5.7
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libnettle.so.7.0
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libhogweed.so.5.0
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libgmp.so.10.3.2
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libnghttp2.so.14.19.0
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/librtmp.so.1
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libssh2.so.1.0.1
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libpsl.so.5.3.1
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libnss3.so
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libssl3.so
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libnspr4.so
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2.10.11
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2.10.11
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libbrotlidec.so.1.0.7
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libffi.so.7.1.0
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libgcrypt.so.20.2.5
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libnssutil3.so
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libplc4.so
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libplds4.so
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libkrb5.so.3.3
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libcom_err.so.2.1
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libkeyutils.so.1.8
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libresolv-2.29.so
--10831--   Considering /usr/lib/debug/.build-id/e4/970c89bd004ce0922d937642bbb3db7226a80f.debug ..
--10831--   .. build-id is valid
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libbrotlicommon.so.1.0.7
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libgpg-error.so.0.27.0
--10831--    object doesn't have a symbol table
--10831-- REDIR: 0x49d0790 (libc.so.6:strncat) redirected to 0x482c1b0 (_vgnU_ifunc_wrapper)
--10831-- REDIR: 0x4a4e800 (libc.so.6:__memmove_chk) redirected to 0x482c1b0 (_vgnU_ifunc_wrapper)
==10831== WARNING: new redirection conflicts with existing -- ignoring it
--10831--     old: 0x04aa52d0 (__memcpy_chk_avx_una) R-> (2030.0) 0x0483e950 __memcpy_chk
--10831--     new: 0x04aa52d0 (__memcpy_chk_avx_una) R-> (2024.0) 0x0483e320 __memmove_chk
==10831== WARNING: new redirection conflicts with existing -- ignoring it
--10831--     old: 0x04aa52d0 (__memcpy_chk_avx_una) R-> (2030.0) 0x0483e950 __memcpy_chk
--10831--     new: 0x04aa52d0 (__memcpy_chk_avx_una) R-> (2024.0) 0x0483e320 __memmove_chk
--10831-- REDIR: 0x49e95e0 (libc.so.6:__strstr_sse2_unaligned) redirected to 0x483ea50 (strstr)
--10831-- REDIR: 0x4aa52c0 (libc.so.6:__mempcpy_avx_unaligned_erms) redirected to 0x483e4a0 (mempcpy)
--10831-- REDIR: 0x4aa1f30 (libc.so.6:__strchrnul_avx2) redirected to 0x483e390 (strchrnul)
--10831-- REDIR: 0x4aa3820 (libc.so.6:__strcpy_avx2) redirected to 0x4839db0 (strcpy)
--10831-- Archiving syms at 0x5008290-0x501724e in /home/fiona/mod_gnutls/src/.libs/mod_gnutls.so (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 9,998 ExeContexts, archived 619 ExeContexts
--10831-- Archiving syms at 0x50281d0-0x5028f2a in /usr/lib/libmsv.so.1.0.1 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 10,017 ExeContexts, archived 7 ExeContexts
--10831-- Archiving syms at 0x51f8210-0x51ffa24 in /usr/lib/x86_64-linux-gnu/libjansson.so.4.11.1 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 10,017 ExeContexts, archived 7 ExeContexts
--10831-- Archiving syms at 0x5213950-0x5274530 in /usr/lib/x86_64-linux-gnu/libcurl-nss.so.4.6.0 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 10,021 ExeContexts, archived 7 ExeContexts
--10831-- Archiving syms at 0x567b2c0-0x568d851 in /usr/lib/x86_64-linux-gnu/libnghttp2.so.14.19.0 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 10,021 ExeContexts, archived 7 ExeContexts
--10831-- Archiving syms at 0x56a4b60-0x56b3b7f in /usr/lib/x86_64-linux-gnu/librtmp.so.1 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 10,021 ExeContexts, archived 7 ExeContexts
--10831-- Archiving syms at 0x56c3660-0x56e07e7 in /usr/lib/x86_64-linux-gnu/libssh2.so.1.0.1 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 10,021 ExeContexts, archived 7 ExeContexts
--10831-- Archiving syms at 0x56ee250-0x56efc52 in /usr/lib/x86_64-linux-gnu/libpsl.so.5.3.1 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 10,021 ExeContexts, archived 7 ExeContexts
--10831-- Archiving syms at 0x585c020-0x5892355 in /usr/lib/x86_64-linux-gnu/libssl3.so (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 10,021 ExeContexts, archived 7 ExeContexts
--10831-- Archiving syms at 0x571a720-0x5805c88 in /usr/lib/x86_64-linux-gnu/libnss3.so (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 10,021 ExeContexts, archived 7 ExeContexts
--10831-- Archiving syms at 0x58fa3c0-0x5929c36 in /usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 10,021 ExeContexts, archived 11 ExeContexts
--10831-- Archiving syms at 0x5949f10-0x5979080 in /usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2.10.11 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 10,021 ExeContexts, archived 11 ExeContexts
--10831-- Archiving syms at 0x5061740-0x5176ef9 in /usr/lib/x86_64-linux-gnu/libgnutls.so.30.26.1 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 10,026 ExeContexts, archived 1,357 ExeContexts
--10831-- Archiving syms at 0x55c2e20-0x55d224f in /usr/lib/x86_64-linux-gnu/libhogweed.so.5.0 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 10,026 ExeContexts, archived 27 ExeContexts
--10831-- Archiving syms at 0x55ff600-0x565bbd8 in /usr/lib/x86_64-linux-gnu/libgmp.so.10.3.2 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 10,026 ExeContexts, archived 245 ExeContexts
--10831-- Archiving syms at 0x55899d0-0x55a640f in /usr/lib/x86_64-linux-gnu/libnettle.so.7.0 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 10,026 ExeContexts, archived 29 ExeContexts
--10831-- Archiving syms at 0x556c3a0-0x55770f7 in /usr/lib/x86_64-linux-gnu/libtasn1.so.6.5.7 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 10,026 ExeContexts, archived 476 ExeContexts
--10831-- Archiving syms at 0x53c9310-0x53ccf2e in /usr/lib/x86_64-linux-gnu/libidn2.so.0.3.6 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 10,026 ExeContexts, archived 7 ExeContexts
--10831-- Archiving syms at 0x53f90c0-0x542cb56 in /usr/lib/x86_64-linux-gnu/libunistring.so.2.1.0 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 10,026 ExeContexts, archived 7 ExeContexts
--10831-- Archiving syms at 0x52c2890-0x5355c2c in /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.3.0 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 10,026 ExeContexts, archived 38 ExeContexts
--10831-- Archiving syms at 0x5992670-0x599939a in /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2.10.11 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 10,026 ExeContexts, archived 7 ExeContexts
--10831-- Archiving syms at 0x59a10e0-0x59a7fc0 in /usr/lib/x86_64-linux-gnu/libbrotlidec.so.1.0.7 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 10,026 ExeContexts, archived 7 ExeContexts
--10831-- Archiving syms at 0x59b1310-0x59c1eca in /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 10,026 ExeContexts, archived 7 ExeContexts
--10831-- Archiving syms at 0x59cd2d0-0x59d25de in /usr/lib/x86_64-linux-gnu/libffi.so.7.1.0 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 10,026 ExeContexts, archived 7 ExeContexts
--10831-- Archiving syms at 0x59e3580-0x5aaff18 in /usr/lib/x86_64-linux-gnu/libgcrypt.so.20.2.5 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 10,026 ExeContexts, archived 7 ExeContexts
--10831-- Archiving syms at 0x5b01a00-0x5b11d98 in /usr/lib/x86_64-linux-gnu/libnssutil3.so (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 10,026 ExeContexts, archived 7 ExeContexts
--10831-- Archiving syms at 0x5b29210-0x5b2a862 in /usr/lib/x86_64-linux-gnu/libplc4.so (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 10,026 ExeContexts, archived 7 ExeContexts
--10831-- Archiving syms at 0x5b2f110-0x5b2fd78 in /usr/lib/x86_64-linux-gnu/libplds4.so (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 10,026 ExeContexts, archived 7 ExeContexts
--10831-- Archiving syms at 0x58ba370-0x58dadcf in /usr/lib/x86_64-linux-gnu/libnspr4.so (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 10,026 ExeContexts, archived 8 ExeContexts
--10831-- Archiving syms at 0x5b59930-0x5bb7774 in /usr/lib/x86_64-linux-gnu/libkrb5.so.3.3 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 10,026 ExeContexts, archived 9 ExeContexts
--10831-- Archiving syms at 0x5c17580-0x5c32326 in /usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 10,026 ExeContexts, archived 8 ExeContexts
--10831-- Archiving syms at 0x5c462c0-0x5c46e89 in /usr/lib/x86_64-linux-gnu/libcom_err.so.2.1 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 10,026 ExeContexts, archived 13 ExeContexts
--10831-- Archiving syms at 0x5c4d640-0x5c531a1 in /usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 10,026 ExeContexts, archived 8 ExeContexts
--10831-- Archiving syms at 0x5c5b210-0x5c5c148 in /usr/lib/x86_64-linux-gnu/libkeyutils.so.1.8 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 10,026 ExeContexts, archived 7 ExeContexts
--10831-- Archiving syms at 0x5c643a0-0x5c6ffe0 in /usr/lib/x86_64-linux-gnu/libresolv-2.29.so (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 10,026 ExeContexts, archived 7 ExeContexts
--10831-- Archiving syms at 0x5c7b5b0-0x5c8bff4 in /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 10,026 ExeContexts, archived 7 ExeContexts
--10831-- Archiving syms at 0x5c95040-0x5c9531e in /usr/lib/x86_64-linux-gnu/libbrotlicommon.so.1.0.7 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 10,026 ExeContexts, archived 7 ExeContexts
--10831-- Archiving syms at 0x5cbb680-0x5ccd45e in /usr/lib/x86_64-linux-gnu/libgpg-error.so.0.27.0 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 10,026 ExeContexts, archived 41 ExeContexts
--10831-- Archiving syms at 0x4ff1a40-0x4ff821b in /usr/lib/apache2/modules/mod_mpm_event.so (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 10,042 ExeContexts, archived 106 ExeContexts
--10831-- Archiving syms at 0x4fe01a0-0x4fe2a8f in /usr/lib/apache2/modules/mod_socache_shmcb.so (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 10,050 ExeContexts, archived 80 ExeContexts
--10831-- Archiving syms at 0x4fd7270-0x4fd8957 in /usr/lib/apache2/modules/mod_mime.so (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 10,058 ExeContexts, archived 39 ExeContexts
--10831-- Archiving syms at 0x4fcf2a0-0x4fd0e4a in /usr/lib/apache2/modules/mod_authz_core.so (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 10,067 ExeContexts, archived 37 ExeContexts
--10831-- Archiving syms at 0x4fc91c0-0x4fc9935 in /usr/lib/apache2/modules/mod_authn_core.so (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 10,075 ExeContexts, archived 20 ExeContexts
--10831-- Reading syms from /usr/lib/apache2/modules/mod_authn_core.so
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/apache2/modules/mod_authz_core.so
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/apache2/modules/mod_mime.so
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/apache2/modules/mod_socache_shmcb.so
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/apache2/modules/mod_mpm_event.so
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /home/fiona/mod_gnutls/src/.libs/mod_gnutls.so
--10831-- Reading syms from /usr/lib/libmsv.so.1.0.1
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libgnutls.so.30.26.1
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libjansson.so.4.11.1
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libcurl-nss.so.4.6.0
--10831--   Considering /usr/lib/debug/.build-id/76/114ff497d2528377904f306931bceccf1fa68b.debug ..
--10831--   .. build-id is valid
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.3.0
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libidn2.so.0.3.6
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libunistring.so.2.1.0
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libtasn1.so.6.5.7
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libnettle.so.7.0
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libhogweed.so.5.0
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libgmp.so.10.3.2
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libnghttp2.so.14.19.0
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/librtmp.so.1
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libssh2.so.1.0.1
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libpsl.so.5.3.1
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libnss3.so
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libssl3.so
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libnspr4.so
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2.10.11
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2.10.11
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libbrotlidec.so.1.0.7
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libffi.so.7.1.0
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libgcrypt.so.20.2.5
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libnssutil3.so
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libplc4.so
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libplds4.so
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libkrb5.so.3.3
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libcom_err.so.2.1
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libkeyutils.so.1.8
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libresolv-2.29.so
--10831--   Considering /usr/lib/debug/.build-id/e4/970c89bd004ce0922d937642bbb3db7226a80f.debug ..
--10831--   .. build-id is valid
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libbrotlicommon.so.1.0.7
--10831--    object doesn't have a symbol table
--10831-- Reading syms from /usr/lib/x86_64-linux-gnu/libgpg-error.so.0.27.0
--10831--    object doesn't have a symbol table
==10831== WARNING: new redirection conflicts with existing -- ignoring it
--10831--     old: 0x04aa52d0 (__memcpy_chk_avx_una) R-> (2030.0) 0x0483e950 __memcpy_chk
--10831--     new: 0x04aa52d0 (__memcpy_chk_avx_una) R-> (2024.0) 0x0483e320 __memmove_chk
==10831== WARNING: new redirection conflicts with existing -- ignoring it
--10831--     old: 0x04aa52d0 (__memcpy_chk_avx_una) R-> (2030.0) 0x0483e950 __memcpy_chk
--10831--     new: 0x04aa52d0 (__memcpy_chk_avx_una) R-> (2024.0) 0x0483e320 __memmove_chk
--10831-- REDIR: 0x4aa4510 (libc.so.6:__stpcpy_avx2) redirected to 0x483d180 (stpcpy)
--10832-- Reading syms from /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
--10832--    object doesn't have a symbol table
--10833-- Reading syms from /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
--10833--    object doesn't have a symbol table
--10832-- REDIR: 0x4aa3bb0 (libc.so.6:__strncpy_avx2) redirected to 0x4839f50 (strncpy)
--10832-- REDIR: 0x4a9d4a0 (libc.so.6:__strcspn_sse42) redirected to 0x483ec00 (strcspn)
--10832-- REDIR: 0x4a9e450 (libc.so.6:__rawmemchr_avx2) redirected to 0x483e3c0 (rawmemchr)
--10832-- REDIR: 0x4aa4510 (libc.so.6:__stpcpy_avx2) redirected to 0x483d180 (stpcpy)
--10832-- Archiving syms at 0x502c1d0-0x502cf2a in /usr/lib/libmsv.so.1.0.1 (have_dinfo 1)
--10832-- Scanning and archiving ExeContexts ...
--10833-- Archiving syms at 0x502c1d0-0x502cf2a in /usr/lib/libmsv.so.1.0.1 (have_dinfo 1)
--10833-- Scanning and archiving ExeContexts ...
--10833-- Scanned 15,458 ExeContexts, archived 7 ExeContexts
--10832-- Scanned 27,634 ExeContexts, archived 397 ExeContexts
--10833-- Archiving syms at 0x5065740-0x517aef9 in /usr/lib/x86_64-linux-gnu/libgnutls.so.30.26.1 (have_dinfo 1)
--10832-- Archiving syms at 0x5065740-0x517aef9 in /usr/lib/x86_64-linux-gnu/libgnutls.so.30.26.1 (have_dinfo 1)
--10833-- Scanning and archiving ExeContexts ...
--10832-- Scanning and archiving ExeContexts ...
--10833-- Scanned 15,462 ExeContexts, archived 1,453 ExeContexts
--10832-- Scanned 27,638 ExeContexts, archived 5,190 ExeContexts
--10833-- Archiving syms at 0x51fc210-0x5203a24 in /usr/lib/x86_64-linux-gnu/libjansson.so.4.11.1 (have_dinfo 1)
--10833-- Scanning and archiving ExeContexts ...
--10833-- Scanned 15,462 ExeContexts, archived 8 ExeContexts
--10832-- Archiving syms at 0x51fc210-0x5203a24 in /usr/lib/x86_64-linux-gnu/libjansson.so.4.11.1 (have_dinfo 1)
--10832-- Scanning and archiving ExeContexts ...
--10832-- Scanned 27,638 ExeContexts, archived 466 ExeContexts
--10833-- Archiving syms at 0x5217950-0x5278530 in /usr/lib/x86_64-linux-gnu/libcurl-nss.so.4.6.0 (have_dinfo 1)
--10833-- Scanning and archiving ExeContexts ...
--10833-- Scanned 15,462 ExeContexts, archived 8 ExeContexts
--10832-- Archiving syms at 0x5217950-0x5278530 in /usr/lib/x86_64-linux-gnu/libcurl-nss.so.4.6.0 (have_dinfo 1)
--10832-- Scanning and archiving ExeContexts ...
--10832-- Scanned 27,638 ExeContexts, archived 2,250 ExeContexts
--10833-- Archiving syms at 0x52c6890-0x5359c2c in /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.3.0 (have_dinfo 1)
--10833-- Scanning and archiving ExeContexts ...
--10833-- Scanned 15,462 ExeContexts, archived 40 ExeContexts
--10833-- Archiving syms at 0x53cd310-0x53d0f2e in /usr/lib/x86_64-linux-gnu/libidn2.so.0.3.6 (have_dinfo 1)
--10833-- Scanning and archiving ExeContexts ...
--10833-- Scanned 15,462 ExeContexts, archived 7 ExeContexts
--10832-- Archiving syms at 0x52c6890-0x5359c2c in /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.3.0 (have_dinfo 1)
--10832-- Scanning and archiving ExeContexts ...
--10832-- Scanned 27,638 ExeContexts, archived 40 ExeContexts
--10832-- Archiving syms at 0x53cd310-0x53d0f2e in /usr/lib/x86_64-linux-gnu/libidn2.so.0.3.6 (have_dinfo 1)
--10832-- Scanning and archiving ExeContexts ...
--10832-- Scanned 27,638 ExeContexts, archived 10 ExeContexts
--10833-- Archiving syms at 0x53fd0c0-0x5430b56 in /usr/lib/x86_64-linux-gnu/libunistring.so.2.1.0 (have_dinfo 1)
--10833-- Scanning and archiving ExeContexts ...
--10833-- Scanned 15,462 ExeContexts, archived 8 ExeContexts
--10833-- Archiving syms at 0x55703a0-0x557b0f7 in /usr/lib/x86_64-linux-gnu/libtasn1.so.6.5.7 (have_dinfo 1)
--10833-- Scanning and archiving ExeContexts ...
--10833-- Scanned 15,462 ExeContexts, archived 475 ExeContexts
--10833-- Archiving syms at 0x558d9d0-0x55aa40f in /usr/lib/x86_64-linux-gnu/libnettle.so.7.0 (have_dinfo 1)
--10833-- Scanning and archiving ExeContexts ...
--10833-- Scanned 15,462 ExeContexts, archived 30 ExeContexts
--10832-- Archiving syms at 0x53fd0c0-0x5430b56 in /usr/lib/x86_64-linux-gnu/libunistring.so.2.1.0 (have_dinfo 1)
--10832-- Scanning and archiving ExeContexts ...
--10833-- Archiving syms at 0x55c6e20-0x55d624f in /usr/lib/x86_64-linux-gnu/libhogweed.so.5.0 (have_dinfo 1)
--10833-- Scanning and archiving ExeContexts ...
--10832-- Scanned 27,638 ExeContexts, archived 8 ExeContexts
--10833-- Scanned 15,462 ExeContexts, archived 28 ExeContexts
--10832-- Archiving syms at 0x55703a0-0x557b0f7 in /usr/lib/x86_64-linux-gnu/libtasn1.so.6.5.7 (have_dinfo 1)
--10832-- Scanning and archiving ExeContexts ...
--10832-- Scanned 27,638 ExeContexts, archived 478 ExeContexts
--10833-- Archiving syms at 0x5603600-0x565fbd8 in /usr/lib/x86_64-linux-gnu/libgmp.so.10.3.2 (have_dinfo 1)
--10833-- Scanning and archiving ExeContexts ...
--10833-- Scanned 15,462 ExeContexts, archived 246 ExeContexts
--10832-- Archiving syms at 0x558d9d0-0x55aa40f in /usr/lib/x86_64-linux-gnu/libnettle.so.7.0 (have_dinfo 1)
--10832-- Scanning and archiving ExeContexts ...
--10833-- Archiving syms at 0x567f2c0-0x5691851 in /usr/lib/x86_64-linux-gnu/libnghttp2.so.14.19.0 (have_dinfo 1)
--10833-- Scanning and archiving ExeContexts ...
--10833-- Scanned 15,462 ExeContexts, archived 8 ExeContexts
--10832-- Scanned 27,638 ExeContexts, archived 173 ExeContexts
--10833-- Archiving syms at 0x56a8b60-0x56b7b7f in /usr/lib/x86_64-linux-gnu/librtmp.so.1 (have_dinfo 1)
--10833-- Scanning and archiving ExeContexts ...
--10832-- Archiving syms at 0x55c6e20-0x55d624f in /usr/lib/x86_64-linux-gnu/libhogweed.so.5.0 (have_dinfo 1)
--10832-- Scanning and archiving ExeContexts ...
--10833-- Scanned 15,462 ExeContexts, archived 8 ExeContexts
--10833-- Archiving syms at 0x56c7660-0x56e47e7 in /usr/lib/x86_64-linux-gnu/libssh2.so.1.0.1 (have_dinfo 1)
--10833-- Scanning and archiving ExeContexts ...
--10832-- Scanned 27,638 ExeContexts, archived 889 ExeContexts
--10833-- Scanned 15,462 ExeContexts, archived 8 ExeContexts
--10833-- Archiving syms at 0x56f2250-0x56f3c52 in /usr/lib/x86_64-linux-gnu/libpsl.so.5.3.1 (have_dinfo 1)
--10833-- Scanning and archiving ExeContexts ...
--10833-- Scanned 15,462 ExeContexts, archived 7 ExeContexts
--10832-- Archiving syms at 0x5603600-0x565fbd8 in /usr/lib/x86_64-linux-gnu/libgmp.so.10.3.2 (have_dinfo 1)
--10832-- Scanning and archiving ExeContexts ...
--10832-- Scanned 27,638 ExeContexts, archived 673 ExeContexts
--10832-- Archiving syms at 0x567f2c0-0x5691851 in /usr/lib/x86_64-linux-gnu/libnghttp2.so.14.19.0 (have_dinfo 1)
--10832-- Scanning and archiving ExeContexts ...
--10833-- Archiving syms at 0x571e720-0x5809c88 in /usr/lib/x86_64-linux-gnu/libnss3.so (have_dinfo 1)
--10833-- Scanning and archiving ExeContexts ...
--10832-- Scanned 27,638 ExeContexts, archived 8 ExeContexts
--10833-- Scanned 15,462 ExeContexts, archived 8 ExeContexts
--10832-- Archiving syms at 0x56a8b60-0x56b7b7f in /usr/lib/x86_64-linux-gnu/librtmp.so.1 (have_dinfo 1)
--10832-- Scanning and archiving ExeContexts ...
--10833-- Archiving syms at 0x5860020-0x5896355 in /usr/lib/x86_64-linux-gnu/libssl3.so (have_dinfo 1)
--10833-- Scanning and archiving ExeContexts ...
--10832-- Scanned 27,638 ExeContexts, archived 8 ExeContexts
--10833-- Scanned 15,462 ExeContexts, archived 8 ExeContexts
--10832-- Archiving syms at 0x56c7660-0x56e47e7 in /usr/lib/x86_64-linux-gnu/libssh2.so.1.0.1 (have_dinfo 1)
--10832-- Scanning and archiving ExeContexts ...
--10833-- Archiving syms at 0x58be370-0x58dedcf in /usr/lib/x86_64-linux-gnu/libnspr4.so (have_dinfo 1)
--10833-- Scanning and archiving ExeContexts ...
--10832-- Scanned 27,638 ExeContexts, archived 13 ExeContexts
--10833-- Scanned 15,462 ExeContexts, archived 9 ExeContexts
--10832-- Archiving syms at 0x56f2250-0x56f3c52 in /usr/lib/x86_64-linux-gnu/libpsl.so.5.3.1 (have_dinfo 1)
--10832-- Scanning and archiving ExeContexts ...
--10833-- Archiving syms at 0x58fe3c0-0x592dc36 in /usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2 (have_dinfo 1)
--10833-- Scanning and archiving ExeContexts ...
--10832-- Scanned 27,638 ExeContexts, archived 7 ExeContexts
--10833-- Scanned 15,462 ExeContexts, archived 12 ExeContexts
--10833-- Archiving syms at 0x594df10-0x597d080 in /usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2.10.11 (have_dinfo 1)
--10833-- Scanning and archiving ExeContexts ...
--10833-- Scanned 15,462 ExeContexts, archived 12 ExeContexts
--10833-- Archiving syms at 0x5996670-0x599d39a in /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2.10.11 (have_dinfo 1)
--10833-- Scanning and archiving ExeContexts ...
--10833-- Scanned 15,462 ExeContexts, archived 8 ExeContexts
--10832-- Archiving syms at 0x571e720-0x5809c88 in /usr/lib/x86_64-linux-gnu/libnss3.so (have_dinfo 1)
--10832-- Scanning and archiving ExeContexts ...
--10833-- Archiving syms at 0x59a50e0-0x59abfc0 in /usr/lib/x86_64-linux-gnu/libbrotlidec.so.1.0.7 (have_dinfo 1)
--10833-- Scanning and archiving ExeContexts ...
--10833-- Scanned 15,462 ExeContexts, archived 8 ExeContexts
--10832-- Scanned 27,638 ExeContexts, archived 8 ExeContexts
--10833-- Archiving syms at 0x59b5310-0x59c5eca in /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 (have_dinfo 1)
--10833-- Scanning and archiving ExeContexts ...
--10833-- Scanned 15,462 ExeContexts, archived 8 ExeContexts
--10833-- Archiving syms at 0x59d12d0-0x59d65de in /usr/lib/x86_64-linux-gnu/libffi.so.7.1.0 (have_dinfo 1)
--10833-- Scanning and archiving ExeContexts ...
--10832-- Archiving syms at 0x5860020-0x5896355 in /usr/lib/x86_64-linux-gnu/libssl3.so (have_dinfo 1)
--10832-- Scanning and archiving ExeContexts ...
--10833-- Scanned 15,462 ExeContexts, archived 8 ExeContexts
--10832-- Scanned 27,638 ExeContexts, archived 8 ExeContexts
--10832-- Archiving syms at 0x58be370-0x58dedcf in /usr/lib/x86_64-linux-gnu/libnspr4.so (have_dinfo 1)
--10832-- Scanning and archiving ExeContexts ...
--10832-- Scanned 27,638 ExeContexts, archived 370 ExeContexts
--10833-- Archiving syms at 0x59e7580-0x5ab3f18 in /usr/lib/x86_64-linux-gnu/libgcrypt.so.20.2.5 (have_dinfo 1)
--10833-- Scanning and archiving ExeContexts ...
--10833-- Scanned 15,462 ExeContexts, archived 8 ExeContexts
--10832-- Archiving syms at 0x58fe3c0-0x592dc36 in /usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2 (have_dinfo 1)
--10832-- Scanning and archiving ExeContexts ...
--10833-- Archiving syms at 0x5b05a00-0x5b15d98 in /usr/lib/x86_64-linux-gnu/libnssutil3.so (have_dinfo 1)
--10833-- Scanning and archiving ExeContexts ...
--10833-- Scanned 15,462 ExeContexts, archived 8 ExeContexts
--10832-- Scanned 27,638 ExeContexts, archived 12 ExeContexts
--10833-- Archiving syms at 0x5b2d210-0x5b2e862 in /usr/lib/x86_64-linux-gnu/libplc4.so (have_dinfo 1)
--10833-- Scanning and archiving ExeContexts ...
--10833-- Scanned 15,462 ExeContexts, archived 7 ExeContexts
--10832-- Archiving syms at 0x594df10-0x597d080 in /usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2.10.11 (have_dinfo 1)
--10832-- Scanning and archiving ExeContexts ...
--10833-- Archiving syms at 0x5b33110-0x5b33d78 in /usr/lib/x86_64-linux-gnu/libplds4.so (have_dinfo 1)
--10833-- Scanning and archiving ExeContexts ...
--10833-- Scanned 15,462 ExeContexts, archived 7 ExeContexts
--10832-- Scanned 27,638 ExeContexts, archived 12 ExeContexts
--10832-- Archiving syms at 0x5996670-0x599d39a in /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2.10.11 (have_dinfo 1)
--10832-- Scanning and archiving ExeContexts ...
--10832-- Scanned 27,638 ExeContexts, archived 8 ExeContexts
--10833-- Archiving syms at 0x5b5d930-0x5bbb774 in /usr/lib/x86_64-linux-gnu/libkrb5.so.3.3 (have_dinfo 1)
--10833-- Scanning and archiving ExeContexts ...
--10832-- Archiving syms at 0x59a50e0-0x59abfc0 in /usr/lib/x86_64-linux-gnu/libbrotlidec.so.1.0.7 (have_dinfo 1)
--10832-- Scanning and archiving ExeContexts ...
--10833-- Scanned 15,462 ExeContexts, archived 10 ExeContexts
--10832-- Scanned 27,638 ExeContexts, archived 8 ExeContexts
--10833-- Archiving syms at 0x5c1b580-0x5c36326 in /usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1 (have_dinfo 1)
--10833-- Scanning and archiving ExeContexts ...
--10832-- Archiving syms at 0x59b5310-0x59c5eca in /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 (have_dinfo 1)
--10832-- Scanning and archiving ExeContexts ...
--10833-- Scanned 15,462 ExeContexts, archived 9 ExeContexts
--10833-- Archiving syms at 0x5c4a2c0-0x5c4ae89 in /usr/lib/x86_64-linux-gnu/libcom_err.so.2.1 (have_dinfo 1)
--10833-- Scanning and archiving ExeContexts ...
--10833-- Scanned 15,462 ExeContexts, archived 13 ExeContexts
--10832-- Scanned 27,638 ExeContexts, archived 8 ExeContexts
--10832-- Archiving syms at 0x59d12d0-0x59d65de in /usr/lib/x86_64-linux-gnu/libffi.so.7.1.0 (have_dinfo 1)
--10833-- Archiving syms at 0x5c51640-0x5c571a1 in /usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1 (have_dinfo 1)
--10833-- Scanning and archiving ExeContexts ...
--10832-- Scanning and archiving ExeContexts ...
--10833-- Scanned 15,462 ExeContexts, archived 9 ExeContexts
--10833-- Archiving syms at 0x5c5f210-0x5c60148 in /usr/lib/x86_64-linux-gnu/libkeyutils.so.1.8 (have_dinfo 1)
--10833-- Scanning and archiving ExeContexts ...
--10832-- Scanned 27,638 ExeContexts, archived 8 ExeContexts
--10833-- Scanned 15,462 ExeContexts, archived 7 ExeContexts
--10833-- Archiving syms at 0x5c683a0-0x5c73fe0 in /usr/lib/x86_64-linux-gnu/libresolv-2.29.so (have_dinfo 1)
--10833-- Scanning and archiving ExeContexts ...
--10833-- Scanned 15,462 ExeContexts, archived 8 ExeContexts
--10833-- Archiving syms at 0x5c7f5b0-0x5c8fff4 in /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25 (have_dinfo 1)
--10833-- Scanning and archiving ExeContexts ...
--10833-- Scanned 15,462 ExeContexts, archived 8 ExeContexts
--10832-- Archiving syms at 0x59e7580-0x5ab3f18 in /usr/lib/x86_64-linux-gnu/libgcrypt.so.20.2.5 (have_dinfo 1)
--10832-- Scanning and archiving ExeContexts ...
--10833-- Archiving syms at 0x5c99040-0x5c9931e in /usr/lib/x86_64-linux-gnu/libbrotlicommon.so.1.0.7 (have_dinfo 1)
--10833-- Scanning and archiving ExeContexts ...
--10833-- Scanned 15,462 ExeContexts, archived 7 ExeContexts
--10832-- Scanned 27,638 ExeContexts, archived 111 ExeContexts
--10833-- Archiving syms at 0x5ce8680-0x5cfa45e in /usr/lib/x86_64-linux-gnu/libgpg-error.so.0.27.0 (have_dinfo 1)
--10833-- Scanning and archiving ExeContexts ...
--10833-- Scanned 15,462 ExeContexts, archived 40 ExeContexts
--10832-- Archiving syms at 0x5b05a00-0x5b15d98 in /usr/lib/x86_64-linux-gnu/libnssutil3.so (have_dinfo 1)
--10832-- Scanning and archiving ExeContexts ...
--10833-- Archiving syms at 0x1362e310-0x1363e47d in /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 (have_dinfo 1)
--10833-- Scanning and archiving ExeContexts ...
--10832-- Scanned 27,638 ExeContexts, archived 8 ExeContexts
--10833-- Scanned 15,462 ExeContexts, archived 131 ExeContexts
--10832-- Archiving syms at 0x5b2d210-0x5b2e862 in /usr/lib/x86_64-linux-gnu/libplc4.so (have_dinfo 1)
--10832-- Scanning and archiving ExeContexts ...
==10833== 
==10833== HEAP SUMMARY:
==10833==     in use at exit: 63,286 bytes in 220 blocks
==10833==   total heap usage: 3,932 allocs, 3,712 frees, 643,397 bytes allocated
==10833== 
==10833== Searching for pointers to 220 not-freed blocks
--10832-- Scanned 27,638 ExeContexts, archived 7 ExeContexts
--10832-- Archiving syms at 0x5b33110-0x5b33d78 in /usr/lib/x86_64-linux-gnu/libplds4.so (have_dinfo 1)
--10832-- Scanning and archiving ExeContexts ...
--10832-- Scanned 27,638 ExeContexts, archived 7 ExeContexts
--10832-- Archiving syms at 0x5b5d930-0x5bbb774 in /usr/lib/x86_64-linux-gnu/libkrb5.so.3.3 (have_dinfo 1)
--10832-- Scanning and archiving ExeContexts ...
--10832-- Scanned 27,638 ExeContexts, archived 10 ExeContexts
==10833== Checked 1,840,800 bytes
==10833== 
==10833== LEAK SUMMARY:
==10833==    definitely lost: 0 bytes in 0 blocks
==10833==    indirectly lost: 0 bytes in 0 blocks
==10833==      possibly lost: 0 bytes in 0 blocks
==10833==    still reachable: 63,286 bytes in 220 blocks
==10833==         suppressed: 0 bytes in 0 blocks
==10833== Reachable blocks (those to which a pointer was found) are not shown.
==10833== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==10833== 
==10833== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
--10832-- Archiving syms at 0x5c1b580-0x5c36326 in /usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1 (have_dinfo 1)
--10832-- Scanning and archiving ExeContexts ...
--10832-- Scanned 27,638 ExeContexts, archived 9 ExeContexts
--10832-- Archiving syms at 0x5c4a2c0-0x5c4ae89 in /usr/lib/x86_64-linux-gnu/libcom_err.so.2.1 (have_dinfo 1)
--10832-- Scanning and archiving ExeContexts ...
--10832-- Scanned 27,638 ExeContexts, archived 13 ExeContexts
--10832-- Archiving syms at 0x5c51640-0x5c571a1 in /usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1 (have_dinfo 1)
--10832-- Scanning and archiving ExeContexts ...
--10832-- Scanned 27,638 ExeContexts, archived 9 ExeContexts
--10832-- Archiving syms at 0x5c5f210-0x5c60148 in /usr/lib/x86_64-linux-gnu/libkeyutils.so.1.8 (have_dinfo 1)
--10832-- Scanning and archiving ExeContexts ...
--10832-- Scanned 27,638 ExeContexts, archived 7 ExeContexts
--10832-- Archiving syms at 0x5c683a0-0x5c73fe0 in /usr/lib/x86_64-linux-gnu/libresolv-2.29.so (have_dinfo 1)
--10832-- Scanning and archiving ExeContexts ...
--10832-- Scanned 27,638 ExeContexts, archived 8 ExeContexts
--10832-- Archiving syms at 0x5c7f5b0-0x5c8fff4 in /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25 (have_dinfo 1)
--10832-- Scanning and archiving ExeContexts ...
--10832-- Scanned 27,638 ExeContexts, archived 8 ExeContexts
--10832-- Archiving syms at 0x5c99040-0x5c9931e in /usr/lib/x86_64-linux-gnu/libbrotlicommon.so.1.0.7 (have_dinfo 1)
--10832-- Scanning and archiving ExeContexts ...
--10832-- Scanned 27,638 ExeContexts, archived 7 ExeContexts
--10832-- Archiving syms at 0x5ce8680-0x5cfa45e in /usr/lib/x86_64-linux-gnu/libgpg-error.so.0.27.0 (have_dinfo 1)
--10832-- Scanning and archiving ExeContexts ...
--10832-- Scanned 27,638 ExeContexts, archived 40 ExeContexts
--10832-- Archiving syms at 0x13630310-0x1364047d in /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 (have_dinfo 1)
--10832-- Scanning and archiving ExeContexts ...
--10832-- Scanned 27,638 ExeContexts, archived 131 ExeContexts
==10832== 
==10832== HEAP SUMMARY:
==10832==     in use at exit: 70,571 bytes in 299 blocks
==10832==   total heap usage: 4,885 allocs, 4,586 frees, 1,473,910 bytes allocated
==10832== 
==10832== Searching for pointers to 299 not-freed blocks
==10832== Checked 1,840,800 bytes
==10832== 
==10832== 24 bytes in 1 blocks are definitely lost in loss record 37 of 130
==10832==    at 0x4838B65: calloc (vg_replace_malloc.c:762)
==10832==    by 0x58BEEFE: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x58CC041: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1432)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1428)
==10832==    by 0x52375FF: global_init (easy.c:158)
==10832==    by 0x52377F7: curl_easy_init (easy.c:285)
==10832==    by 0x502CABB: msv_query_agent (in /usr/lib/libmsv.so.1.0.1)
==10832==    by 0x500F85E: mgs_cert_verify (gnutls_hooks.c:1749)
==10832==    by 0x5012DB1: mgs_hook_authz (gnutls_hooks.c:1509)
==10832==    by 0x15A9BF: ap_run_access_checker (in /usr/sbin/apache2)
==10832==    by 0x15CFDA: ap_process_request_internal (in /usr/sbin/apache2)
==10832==    by 0x17D0CF: ap_process_async_request (in /usr/sbin/apache2)
==10832== 
{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   match-leak-kinds: definite
   fun:calloc
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   fun:Curl_nss_init
   fun:Curl_nss_init
   fun:global_init
   fun:curl_easy_init
   fun:msv_query_agent
   fun:mgs_cert_verify
   fun:mgs_hook_authz
   fun:ap_run_access_checker
   fun:ap_process_request_internal
   fun:ap_process_async_request
}
==10832== 24 bytes in 1 blocks are definitely lost in loss record 38 of 130
==10832==    at 0x483677F: malloc (vg_replace_malloc.c:309)
==10832==    by 0x58CBDC2: PR_ErrorInstallTable (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x58CC04B: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1432)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1428)
==10832==    by 0x52375FF: global_init (easy.c:158)
==10832==    by 0x52377F7: curl_easy_init (easy.c:285)
==10832==    by 0x502CABB: msv_query_agent (in /usr/lib/libmsv.so.1.0.1)
==10832==    by 0x500F85E: mgs_cert_verify (gnutls_hooks.c:1749)
==10832==    by 0x5012DB1: mgs_hook_authz (gnutls_hooks.c:1509)
==10832==    by 0x15A9BF: ap_run_access_checker (in /usr/sbin/apache2)
==10832==    by 0x15CFDA: ap_process_request_internal (in /usr/sbin/apache2)
==10832==    by 0x17D0CF: ap_process_async_request (in /usr/sbin/apache2)
==10832== 
{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   match-leak-kinds: definite
   fun:malloc
   fun:PR_ErrorInstallTable
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   fun:Curl_nss_init
   fun:Curl_nss_init
   fun:global_init
   fun:curl_easy_init
   fun:msv_query_agent
   fun:mgs_cert_verify
   fun:mgs_hook_authz
   fun:ap_run_access_checker
   fun:ap_process_request_internal
   fun:ap_process_async_request
}
==10832== 46 (40 direct, 6 indirect) bytes in 1 blocks are definitely lost in loss record 45 of 130
==10832==    at 0x4838B65: calloc (vg_replace_malloc.c:762)
==10832==    by 0x58C6021: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x58CC032: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1432)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1428)
==10832==    by 0x52375FF: global_init (easy.c:158)
==10832==    by 0x52377F7: curl_easy_init (easy.c:285)
==10832==    by 0x502CABB: msv_query_agent (in /usr/lib/libmsv.so.1.0.1)
==10832==    by 0x500F85E: mgs_cert_verify (gnutls_hooks.c:1749)
==10832==    by 0x5012DB1: mgs_hook_authz (gnutls_hooks.c:1509)
==10832==    by 0x15A9BF: ap_run_access_checker (in /usr/sbin/apache2)
==10832==    by 0x15CFDA: ap_process_request_internal (in /usr/sbin/apache2)
==10832==    by 0x17D0CF: ap_process_async_request (in /usr/sbin/apache2)
==10832== 
{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   match-leak-kinds: definite
   fun:calloc
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   fun:Curl_nss_init
   fun:Curl_nss_init
   fun:global_init
   fun:curl_easy_init
   fun:msv_query_agent
   fun:mgs_cert_verify
   fun:mgs_hook_authz
   fun:ap_run_access_checker
   fun:ap_process_request_internal
   fun:ap_process_async_request
}
==10832== 64 bytes in 1 blocks are definitely lost in loss record 51 of 130
==10832==    at 0x4838B65: calloc (vg_replace_malloc.c:762)
==10832==    by 0x58C52A9: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x58CC019: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1432)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1428)
==10832==    by 0x52375FF: global_init (easy.c:158)
==10832==    by 0x52377F7: curl_easy_init (easy.c:285)
==10832==    by 0x502CABB: msv_query_agent (in /usr/lib/libmsv.so.1.0.1)
==10832==    by 0x500F85E: mgs_cert_verify (gnutls_hooks.c:1749)
==10832==    by 0x5012DB1: mgs_hook_authz (gnutls_hooks.c:1509)
==10832==    by 0x15A9BF: ap_run_access_checker (in /usr/sbin/apache2)
==10832==    by 0x15CFDA: ap_process_request_internal (in /usr/sbin/apache2)
==10832==    by 0x17D0CF: ap_process_async_request (in /usr/sbin/apache2)
==10832== 
{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   match-leak-kinds: definite
   fun:calloc
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   fun:Curl_nss_init
   fun:Curl_nss_init
   fun:global_init
   fun:curl_easy_init
   fun:msv_query_agent
   fun:mgs_cert_verify
   fun:mgs_hook_authz
   fun:ap_run_access_checker
   fun:ap_process_request_internal
   fun:ap_process_async_request
}
==10832== 88 (48 direct, 40 indirect) bytes in 1 blocks are definitely lost in loss record 53 of 130
==10832==    at 0x483677F: malloc (vg_replace_malloc.c:309)
==10832==    by 0x58BE587: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x58D8E25: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x58D8F50: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x58CC01E: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1432)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1428)
==10832==    by 0x52375FF: global_init (easy.c:158)
==10832==    by 0x52377F7: curl_easy_init (easy.c:285)
==10832==    by 0x502CABB: msv_query_agent (in /usr/lib/libmsv.so.1.0.1)
==10832==    by 0x500F85E: mgs_cert_verify (gnutls_hooks.c:1749)
==10832==    by 0x5012DB1: mgs_hook_authz (gnutls_hooks.c:1509)
==10832==    by 0x15A9BF: ap_run_access_checker (in /usr/sbin/apache2)
==10832== 
{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   match-leak-kinds: definite
   fun:malloc
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   fun:Curl_nss_init
   fun:Curl_nss_init
   fun:global_init
   fun:curl_easy_init
   fun:msv_query_agent
   fun:mgs_cert_verify
   fun:mgs_hook_authz
   fun:ap_run_access_checker
}
==10832== 88 (48 direct, 40 indirect) bytes in 1 blocks are definitely lost in loss record 54 of 130
==10832==    at 0x483677F: malloc (vg_replace_malloc.c:309)
==10832==    by 0x58BE587: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x58D8E25: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x58D8F6E: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x58CC01E: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1432)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1428)
==10832==    by 0x52375FF: global_init (easy.c:158)
==10832==    by 0x52377F7: curl_easy_init (easy.c:285)
==10832==    by 0x502CABB: msv_query_agent (in /usr/lib/libmsv.so.1.0.1)
==10832==    by 0x500F85E: mgs_cert_verify (gnutls_hooks.c:1749)
==10832==    by 0x5012DB1: mgs_hook_authz (gnutls_hooks.c:1509)
==10832==    by 0x15A9BF: ap_run_access_checker (in /usr/sbin/apache2)
==10832== 
{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   match-leak-kinds: definite
   fun:malloc
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   fun:Curl_nss_init
   fun:Curl_nss_init
   fun:global_init
   fun:curl_easy_init
   fun:msv_query_agent
   fun:mgs_cert_verify
   fun:mgs_hook_authz
   fun:ap_run_access_checker
}
==10832== 88 (48 direct, 40 indirect) bytes in 1 blocks are definitely lost in loss record 55 of 130
==10832==    at 0x483677F: malloc (vg_replace_malloc.c:309)
==10832==    by 0x58BE587: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x58D8E25: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x58D8F8C: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x58CC01E: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1432)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1428)
==10832==    by 0x52375FF: global_init (easy.c:158)
==10832==    by 0x52377F7: curl_easy_init (easy.c:285)
==10832==    by 0x502CABB: msv_query_agent (in /usr/lib/libmsv.so.1.0.1)
==10832==    by 0x500F85E: mgs_cert_verify (gnutls_hooks.c:1749)
==10832==    by 0x5012DB1: mgs_hook_authz (gnutls_hooks.c:1509)
==10832==    by 0x15A9BF: ap_run_access_checker (in /usr/sbin/apache2)
==10832== 
{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   match-leak-kinds: definite
   fun:malloc
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   fun:Curl_nss_init
   fun:Curl_nss_init
   fun:global_init
   fun:curl_easy_init
   fun:msv_query_agent
   fun:mgs_cert_verify
   fun:mgs_hook_authz
   fun:ap_run_access_checker
}
==10832== 168 bytes in 1 blocks are definitely lost in loss record 68 of 130
==10832==    at 0x4838B65: calloc (vg_replace_malloc.c:762)
==10832==    by 0x58D4D7D: PR_NewLock (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x58CB6F8: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x58CBFEB: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1432)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1428)
==10832==    by 0x52375FF: global_init (easy.c:158)
==10832==    by 0x52377F7: curl_easy_init (easy.c:285)
==10832==    by 0x502CABB: msv_query_agent (in /usr/lib/libmsv.so.1.0.1)
==10832==    by 0x500F85E: mgs_cert_verify (gnutls_hooks.c:1749)
==10832==    by 0x5012DB1: mgs_hook_authz (gnutls_hooks.c:1509)
==10832==    by 0x15A9BF: ap_run_access_checker (in /usr/sbin/apache2)
==10832==    by 0x15CFDA: ap_process_request_internal (in /usr/sbin/apache2)
==10832== 
{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   match-leak-kinds: definite
   fun:calloc
   fun:PR_NewLock
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   fun:Curl_nss_init
   fun:Curl_nss_init
   fun:global_init
   fun:curl_easy_init
   fun:msv_query_agent
   fun:mgs_cert_verify
   fun:mgs_hook_authz
   fun:ap_run_access_checker
   fun:ap_process_request_internal
}
==10832== 168 bytes in 1 blocks are definitely lost in loss record 69 of 130
==10832==    at 0x4838B65: calloc (vg_replace_malloc.c:762)
==10832==    by 0x58D4D7D: PR_NewLock (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x58C151E: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x58CBFF0: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1432)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1428)
==10832==    by 0x52375FF: global_init (easy.c:158)
==10832==    by 0x52377F7: curl_easy_init (easy.c:285)
==10832==    by 0x502CABB: msv_query_agent (in /usr/lib/libmsv.so.1.0.1)
==10832==    by 0x500F85E: mgs_cert_verify (gnutls_hooks.c:1749)
==10832==    by 0x5012DB1: mgs_hook_authz (gnutls_hooks.c:1509)
==10832==    by 0x15A9BF: ap_run_access_checker (in /usr/sbin/apache2)
==10832==    by 0x15CFDA: ap_process_request_internal (in /usr/sbin/apache2)
==10832== 
{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   match-leak-kinds: definite
   fun:calloc
   fun:PR_NewLock
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   fun:Curl_nss_init
   fun:Curl_nss_init
   fun:global_init
   fun:curl_easy_init
   fun:msv_query_agent
   fun:mgs_cert_verify
   fun:mgs_hook_authz
   fun:ap_run_access_checker
   fun:ap_process_request_internal
}
==10832== 168 bytes in 1 blocks are definitely lost in loss record 70 of 130
==10832==    at 0x4838B65: calloc (vg_replace_malloc.c:762)
==10832==    by 0x58D4D7D: PR_NewLock (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x58CBFFA: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1432)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1428)
==10832==    by 0x52375FF: global_init (easy.c:158)
==10832==    by 0x52377F7: curl_easy_init (easy.c:285)
==10832==    by 0x502CABB: msv_query_agent (in /usr/lib/libmsv.so.1.0.1)
==10832==    by 0x500F85E: mgs_cert_verify (gnutls_hooks.c:1749)
==10832==    by 0x5012DB1: mgs_hook_authz (gnutls_hooks.c:1509)
==10832==    by 0x15A9BF: ap_run_access_checker (in /usr/sbin/apache2)
==10832==    by 0x15CFDA: ap_process_request_internal (in /usr/sbin/apache2)
==10832==    by 0x17D0CF: ap_process_async_request (in /usr/sbin/apache2)
==10832== 
{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   match-leak-kinds: definite
   fun:calloc
   fun:PR_NewLock
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   fun:Curl_nss_init
   fun:Curl_nss_init
   fun:global_init
   fun:curl_easy_init
   fun:msv_query_agent
   fun:mgs_cert_verify
   fun:mgs_hook_authz
   fun:ap_run_access_checker
   fun:ap_process_request_internal
   fun:ap_process_async_request
}
==10832== 168 bytes in 1 blocks are definitely lost in loss record 71 of 130
==10832==    at 0x4838B65: calloc (vg_replace_malloc.c:762)
==10832==    by 0x58D4D7D: PR_NewLock (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x58C5518: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x58CC019: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1432)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1428)
==10832==    by 0x52375FF: global_init (easy.c:158)
==10832==    by 0x52377F7: curl_easy_init (easy.c:285)
==10832==    by 0x502CABB: msv_query_agent (in /usr/lib/libmsv.so.1.0.1)
==10832==    by 0x500F85E: mgs_cert_verify (gnutls_hooks.c:1749)
==10832==    by 0x5012DB1: mgs_hook_authz (gnutls_hooks.c:1509)
==10832==    by 0x15A9BF: ap_run_access_checker (in /usr/sbin/apache2)
==10832==    by 0x15CFDA: ap_process_request_internal (in /usr/sbin/apache2)
==10832== 
{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   match-leak-kinds: definite
   fun:calloc
   fun:PR_NewLock
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   fun:Curl_nss_init
   fun:Curl_nss_init
   fun:global_init
   fun:curl_easy_init
   fun:msv_query_agent
   fun:mgs_cert_verify
   fun:mgs_hook_authz
   fun:ap_run_access_checker
   fun:ap_process_request_internal
}
==10832== 168 bytes in 1 blocks are definitely lost in loss record 72 of 130
==10832==    at 0x4838B65: calloc (vg_replace_malloc.c:762)
==10832==    by 0x58D4D7D: PR_NewLock (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x58D8F33: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x58CC01E: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1432)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1428)
==10832==    by 0x52375FF: global_init (easy.c:158)
==10832==    by 0x52377F7: curl_easy_init (easy.c:285)
==10832==    by 0x502CABB: msv_query_agent (in /usr/lib/libmsv.so.1.0.1)
==10832==    by 0x500F85E: mgs_cert_verify (gnutls_hooks.c:1749)
==10832==    by 0x5012DB1: mgs_hook_authz (gnutls_hooks.c:1509)
==10832==    by 0x15A9BF: ap_run_access_checker (in /usr/sbin/apache2)
==10832==    by 0x15CFDA: ap_process_request_internal (in /usr/sbin/apache2)
==10832== 
{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   match-leak-kinds: definite
   fun:calloc
   fun:PR_NewLock
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   fun:Curl_nss_init
   fun:Curl_nss_init
   fun:global_init
   fun:curl_easy_init
   fun:msv_query_agent
   fun:mgs_cert_verify
   fun:mgs_hook_authz
   fun:ap_run_access_checker
   fun:ap_process_request_internal
}
==10832== 168 bytes in 1 blocks are definitely lost in loss record 73 of 130
==10832==    at 0x4838B65: calloc (vg_replace_malloc.c:762)
==10832==    by 0x58D4D7D: PR_NewLock (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x58BE73E: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x58D8F3F: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x58CC01E: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1432)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1428)
==10832==    by 0x52375FF: global_init (easy.c:158)
==10832==    by 0x52377F7: curl_easy_init (easy.c:285)
==10832==    by 0x502CABB: msv_query_agent (in /usr/lib/libmsv.so.1.0.1)
==10832==    by 0x500F85E: mgs_cert_verify (gnutls_hooks.c:1749)
==10832==    by 0x5012DB1: mgs_hook_authz (gnutls_hooks.c:1509)
==10832==    by 0x15A9BF: ap_run_access_checker (in /usr/sbin/apache2)
==10832== 
{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   match-leak-kinds: definite
   fun:calloc
   fun:PR_NewLock
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   fun:Curl_nss_init
   fun:Curl_nss_init
   fun:global_init
   fun:curl_easy_init
   fun:msv_query_agent
   fun:mgs_cert_verify
   fun:mgs_hook_authz
   fun:ap_run_access_checker
}
==10832== 168 bytes in 1 blocks are definitely lost in loss record 74 of 130
==10832==    at 0x4838B65: calloc (vg_replace_malloc.c:762)
==10832==    by 0x58D4D7D: PR_NewLock (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x58CD5E8: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x58CC023: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1432)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1428)
==10832==    by 0x52375FF: global_init (easy.c:158)
==10832==    by 0x52377F7: curl_easy_init (easy.c:285)
==10832==    by 0x502CABB: msv_query_agent (in /usr/lib/libmsv.so.1.0.1)
==10832==    by 0x500F85E: mgs_cert_verify (gnutls_hooks.c:1749)
==10832==    by 0x5012DB1: mgs_hook_authz (gnutls_hooks.c:1509)
==10832==    by 0x15A9BF: ap_run_access_checker (in /usr/sbin/apache2)
==10832==    by 0x15CFDA: ap_process_request_internal (in /usr/sbin/apache2)
==10832== 
{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   match-leak-kinds: definite
   fun:calloc
   fun:PR_NewLock
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   fun:Curl_nss_init
   fun:Curl_nss_init
   fun:global_init
   fun:curl_easy_init
   fun:msv_query_agent
   fun:mgs_cert_verify
   fun:mgs_hook_authz
   fun:ap_run_access_checker
   fun:ap_process_request_internal
}
==10832== 168 bytes in 1 blocks are definitely lost in loss record 75 of 130
==10832==    at 0x4838B65: calloc (vg_replace_malloc.c:762)
==10832==    by 0x58D4D7D: PR_NewLock (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x58C1988: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x58CC02D: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1432)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1428)
==10832==    by 0x52375FF: global_init (easy.c:158)
==10832==    by 0x52377F7: curl_easy_init (easy.c:285)
==10832==    by 0x502CABB: msv_query_agent (in /usr/lib/libmsv.so.1.0.1)
==10832==    by 0x500F85E: mgs_cert_verify (gnutls_hooks.c:1749)
==10832==    by 0x5012DB1: mgs_hook_authz (gnutls_hooks.c:1509)
==10832==    by 0x15A9BF: ap_run_access_checker (in /usr/sbin/apache2)
==10832==    by 0x15CFDA: ap_process_request_internal (in /usr/sbin/apache2)
==10832== 
{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   match-leak-kinds: definite
   fun:calloc
   fun:PR_NewLock
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   fun:Curl_nss_init
   fun:Curl_nss_init
   fun:global_init
   fun:curl_easy_init
   fun:msv_query_agent
   fun:mgs_cert_verify
   fun:mgs_hook_authz
   fun:ap_run_access_checker
   fun:ap_process_request_internal
}
==10832== 168 bytes in 1 blocks are definitely lost in loss record 76 of 130
==10832==    at 0x4838B65: calloc (vg_replace_malloc.c:762)
==10832==    by 0x58D51EA: PR_NewMonitor (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x58D52E8: PR_NewNamedMonitor (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x58C60BB: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x58CC032: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1432)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1428)
==10832==    by 0x52375FF: global_init (easy.c:158)
==10832==    by 0x52377F7: curl_easy_init (easy.c:285)
==10832==    by 0x502CABB: msv_query_agent (in /usr/lib/libmsv.so.1.0.1)
==10832==    by 0x500F85E: mgs_cert_verify (gnutls_hooks.c:1749)
==10832==    by 0x5012DB1: mgs_hook_authz (gnutls_hooks.c:1509)
==10832==    by 0x15A9BF: ap_run_access_checker (in /usr/sbin/apache2)
==10832== 
{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   match-leak-kinds: definite
   fun:calloc
   fun:PR_NewMonitor
   fun:PR_NewNamedMonitor
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   fun:Curl_nss_init
   fun:Curl_nss_init
   fun:global_init
   fun:curl_easy_init
   fun:msv_query_agent
   fun:mgs_cert_verify
   fun:mgs_hook_authz
   fun:ap_run_access_checker
}
==10832== 168 bytes in 1 blocks are definitely lost in loss record 77 of 130
==10832==    at 0x4838B65: calloc (vg_replace_malloc.c:762)
==10832==    by 0x58D4D7D: PR_NewLock (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x58CA308: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x58CC03C: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1432)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1428)
==10832==    by 0x52375FF: global_init (easy.c:158)
==10832==    by 0x52377F7: curl_easy_init (easy.c:285)
==10832==    by 0x502CABB: msv_query_agent (in /usr/lib/libmsv.so.1.0.1)
==10832==    by 0x500F85E: mgs_cert_verify (gnutls_hooks.c:1749)
==10832==    by 0x5012DB1: mgs_hook_authz (gnutls_hooks.c:1509)
==10832==    by 0x15A9BF: ap_run_access_checker (in /usr/sbin/apache2)
==10832==    by 0x15CFDA: ap_process_request_internal (in /usr/sbin/apache2)
==10832== 
{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   match-leak-kinds: definite
   fun:calloc
   fun:PR_NewLock
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   fun:Curl_nss_init
   fun:Curl_nss_init
   fun:global_init
   fun:curl_easy_init
   fun:msv_query_agent
   fun:mgs_cert_verify
   fun:mgs_hook_authz
   fun:ap_run_access_checker
   fun:ap_process_request_internal
}
==10832== 168 bytes in 1 blocks are definitely lost in loss record 78 of 130
==10832==    at 0x4838B65: calloc (vg_replace_malloc.c:762)
==10832==    by 0x58D4D7D: PR_NewLock (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x58CA314: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x58CC03C: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1432)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1428)
==10832==    by 0x52375FF: global_init (easy.c:158)
==10832==    by 0x52377F7: curl_easy_init (easy.c:285)
==10832==    by 0x502CABB: msv_query_agent (in /usr/lib/libmsv.so.1.0.1)
==10832==    by 0x500F85E: mgs_cert_verify (gnutls_hooks.c:1749)
==10832==    by 0x5012DB1: mgs_hook_authz (gnutls_hooks.c:1509)
==10832==    by 0x15A9BF: ap_run_access_checker (in /usr/sbin/apache2)
==10832==    by 0x15CFDA: ap_process_request_internal (in /usr/sbin/apache2)
==10832== 
{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   match-leak-kinds: definite
   fun:calloc
   fun:PR_NewLock
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   fun:Curl_nss_init
   fun:Curl_nss_init
   fun:global_init
   fun:curl_easy_init
   fun:msv_query_agent
   fun:mgs_cert_verify
   fun:mgs_hook_authz
   fun:ap_run_access_checker
   fun:ap_process_request_internal
}
==10832== 168 bytes in 1 blocks are definitely lost in loss record 79 of 130
==10832==    at 0x4838B65: calloc (vg_replace_malloc.c:762)
==10832==    by 0x58D4D7D: PR_NewLock (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x58BEEE8: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x58CC041: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1432)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1428)
==10832==    by 0x52375FF: global_init (easy.c:158)
==10832==    by 0x52377F7: curl_easy_init (easy.c:285)
==10832==    by 0x502CABB: msv_query_agent (in /usr/lib/libmsv.so.1.0.1)
==10832==    by 0x500F85E: mgs_cert_verify (gnutls_hooks.c:1749)
==10832==    by 0x5012DB1: mgs_hook_authz (gnutls_hooks.c:1509)
==10832==    by 0x15A9BF: ap_run_access_checker (in /usr/sbin/apache2)
==10832==    by 0x15CFDA: ap_process_request_internal (in /usr/sbin/apache2)
==10832== 
{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   match-leak-kinds: definite
   fun:calloc
   fun:PR_NewLock
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   fun:Curl_nss_init
   fun:Curl_nss_init
   fun:global_init
   fun:curl_easy_init
   fun:msv_query_agent
   fun:mgs_cert_verify
   fun:mgs_hook_authz
   fun:ap_run_access_checker
   fun:ap_process_request_internal
}
==10832== 168 bytes in 1 blocks are definitely lost in loss record 80 of 130
==10832==    at 0x4838B65: calloc (vg_replace_malloc.c:762)
==10832==    by 0x58D4D7D: PR_NewLock (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x58DC5BA: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1432)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1428)
==10832==    by 0x52375FF: global_init (easy.c:158)
==10832==    by 0x52377F7: curl_easy_init (easy.c:285)
==10832==    by 0x502CABB: msv_query_agent (in /usr/lib/libmsv.so.1.0.1)
==10832==    by 0x500F85E: mgs_cert_verify (gnutls_hooks.c:1749)
==10832==    by 0x5012DB1: mgs_hook_authz (gnutls_hooks.c:1509)
==10832==    by 0x15A9BF: ap_run_access_checker (in /usr/sbin/apache2)
==10832==    by 0x15CFDA: ap_process_request_internal (in /usr/sbin/apache2)
==10832==    by 0x17D0CF: ap_process_async_request (in /usr/sbin/apache2)
==10832== 
{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   match-leak-kinds: definite
   fun:calloc
   fun:PR_NewLock
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   fun:Curl_nss_init
   fun:Curl_nss_init
   fun:global_init
   fun:curl_easy_init
   fun:msv_query_agent
   fun:mgs_cert_verify
   fun:mgs_hook_authz
   fun:ap_run_access_checker
   fun:ap_process_request_internal
   fun:ap_process_async_request
}
==10832== 168 bytes in 1 blocks are definitely lost in loss record 81 of 130
==10832==    at 0x4838B65: calloc (vg_replace_malloc.c:762)
==10832==    by 0x58D51EA: PR_NewMonitor (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x58DC5C6: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1432)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1428)
==10832==    by 0x52375FF: global_init (easy.c:158)
==10832==    by 0x52377F7: curl_easy_init (easy.c:285)
==10832==    by 0x502CABB: msv_query_agent (in /usr/lib/libmsv.so.1.0.1)
==10832==    by 0x500F85E: mgs_cert_verify (gnutls_hooks.c:1749)
==10832==    by 0x5012DB1: mgs_hook_authz (gnutls_hooks.c:1509)
==10832==    by 0x15A9BF: ap_run_access_checker (in /usr/sbin/apache2)
==10832==    by 0x15CFDA: ap_process_request_internal (in /usr/sbin/apache2)
==10832==    by 0x17D0CF: ap_process_async_request (in /usr/sbin/apache2)
==10832== 
{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   match-leak-kinds: definite
   fun:calloc
   fun:PR_NewMonitor
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   fun:Curl_nss_init
   fun:Curl_nss_init
   fun:global_init
   fun:curl_easy_init
   fun:msv_query_agent
   fun:mgs_cert_verify
   fun:mgs_hook_authz
   fun:ap_run_access_checker
   fun:ap_process_request_internal
   fun:ap_process_async_request
}
==10832== 168 bytes in 1 blocks are definitely lost in loss record 82 of 130
==10832==    at 0x4838B65: calloc (vg_replace_malloc.c:762)
==10832==    by 0x58D4D7D: PR_NewLock (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x5271CA6: Curl_nss_init (nss.c:1433)
==10832==    by 0x5271CA6: Curl_nss_init (nss.c:1428)
==10832==    by 0x52375FF: global_init (easy.c:158)
==10832==    by 0x52377F7: curl_easy_init (easy.c:285)
==10832==    by 0x502CABB: msv_query_agent (in /usr/lib/libmsv.so.1.0.1)
==10832==    by 0x500F85E: mgs_cert_verify (gnutls_hooks.c:1749)
==10832==    by 0x5012DB1: mgs_hook_authz (gnutls_hooks.c:1509)
==10832==    by 0x15A9BF: ap_run_access_checker (in /usr/sbin/apache2)
==10832==    by 0x15CFDA: ap_process_request_internal (in /usr/sbin/apache2)
==10832==    by 0x17D0CF: ap_process_async_request (in /usr/sbin/apache2)
==10832==    by 0x179532: ??? (in /usr/sbin/apache2)
==10832== 
{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   match-leak-kinds: definite
   fun:calloc
   fun:PR_NewLock
   fun:Curl_nss_init
   fun:Curl_nss_init
   fun:global_init
   fun:curl_easy_init
   fun:msv_query_agent
   fun:mgs_cert_verify
   fun:mgs_hook_authz
   fun:ap_run_access_checker
   fun:ap_process_request_internal
   fun:ap_process_async_request
   obj:/usr/sbin/apache2
}
==10832== 168 bytes in 1 blocks are definitely lost in loss record 83 of 130
==10832==    at 0x4838B65: calloc (vg_replace_malloc.c:762)
==10832==    by 0x58D4D7D: PR_NewLock (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x5271CB2: Curl_nss_init (nss.c:1434)
==10832==    by 0x5271CB2: Curl_nss_init (nss.c:1428)
==10832==    by 0x52375FF: global_init (easy.c:158)
==10832==    by 0x52377F7: curl_easy_init (easy.c:285)
==10832==    by 0x502CABB: msv_query_agent (in /usr/lib/libmsv.so.1.0.1)
==10832==    by 0x500F85E: mgs_cert_verify (gnutls_hooks.c:1749)
==10832==    by 0x5012DB1: mgs_hook_authz (gnutls_hooks.c:1509)
==10832==    by 0x15A9BF: ap_run_access_checker (in /usr/sbin/apache2)
==10832==    by 0x15CFDA: ap_process_request_internal (in /usr/sbin/apache2)
==10832==    by 0x17D0CF: ap_process_async_request (in /usr/sbin/apache2)
==10832==    by 0x179532: ??? (in /usr/sbin/apache2)
==10832== 
{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   match-leak-kinds: definite
   fun:calloc
   fun:PR_NewLock
   fun:Curl_nss_init
   fun:Curl_nss_init
   fun:global_init
   fun:curl_easy_init
   fun:msv_query_agent
   fun:mgs_cert_verify
   fun:mgs_hook_authz
   fun:ap_run_access_checker
   fun:ap_process_request_internal
   fun:ap_process_async_request
   obj:/usr/sbin/apache2
}
==10832== 168 bytes in 1 blocks are definitely lost in loss record 84 of 130
==10832==    at 0x4838B65: calloc (vg_replace_malloc.c:762)
==10832==    by 0x58D4D7D: PR_NewLock (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x5271CBE: Curl_nss_init (nss.c:1435)
==10832==    by 0x5271CBE: Curl_nss_init (nss.c:1428)
==10832==    by 0x52375FF: global_init (easy.c:158)
==10832==    by 0x52377F7: curl_easy_init (easy.c:285)
==10832==    by 0x502CABB: msv_query_agent (in /usr/lib/libmsv.so.1.0.1)
==10832==    by 0x500F85E: mgs_cert_verify (gnutls_hooks.c:1749)
==10832==    by 0x5012DB1: mgs_hook_authz (gnutls_hooks.c:1509)
==10832==    by 0x15A9BF: ap_run_access_checker (in /usr/sbin/apache2)
==10832==    by 0x15CFDA: ap_process_request_internal (in /usr/sbin/apache2)
==10832==    by 0x17D0CF: ap_process_async_request (in /usr/sbin/apache2)
==10832==    by 0x179532: ??? (in /usr/sbin/apache2)
==10832== 
{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   match-leak-kinds: definite
   fun:calloc
   fun:PR_NewLock
   fun:Curl_nss_init
   fun:Curl_nss_init
   fun:global_init
   fun:curl_easy_init
   fun:msv_query_agent
   fun:mgs_cert_verify
   fun:mgs_hook_authz
   fun:ap_run_access_checker
   fun:ap_process_request_internal
   fun:ap_process_async_request
   obj:/usr/sbin/apache2
}
==10832== 168 bytes in 1 blocks are definitely lost in loss record 85 of 130
==10832==    at 0x4838B65: calloc (vg_replace_malloc.c:762)
==10832==    by 0x58D4D7D: PR_NewLock (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x5271CCA: Curl_nss_init (nss.c:1436)
==10832==    by 0x5271CCA: Curl_nss_init (nss.c:1428)
==10832==    by 0x52375FF: global_init (easy.c:158)
==10832==    by 0x52377F7: curl_easy_init (easy.c:285)
==10832==    by 0x502CABB: msv_query_agent (in /usr/lib/libmsv.so.1.0.1)
==10832==    by 0x500F85E: mgs_cert_verify (gnutls_hooks.c:1749)
==10832==    by 0x5012DB1: mgs_hook_authz (gnutls_hooks.c:1509)
==10832==    by 0x15A9BF: ap_run_access_checker (in /usr/sbin/apache2)
==10832==    by 0x15CFDA: ap_process_request_internal (in /usr/sbin/apache2)
==10832==    by 0x17D0CF: ap_process_async_request (in /usr/sbin/apache2)
==10832==    by 0x179532: ??? (in /usr/sbin/apache2)
==10832== 
{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   match-leak-kinds: definite
   fun:calloc
   fun:PR_NewLock
   fun:Curl_nss_init
   fun:Curl_nss_init
   fun:global_init
   fun:curl_easy_init
   fun:msv_query_agent
   fun:mgs_cert_verify
   fun:mgs_hook_authz
   fun:ap_run_access_checker
   fun:ap_process_request_internal
   fun:ap_process_async_request
   obj:/usr/sbin/apache2
}
==10832== 192 (144 direct, 48 indirect) bytes in 6 blocks are definitely lost in loss record 89 of 130
==10832==    at 0x483677F: malloc (vg_replace_malloc.c:309)
==10832==    by 0x59EA9DD: ??? (in /usr/lib/x86_64-linux-gnu/libgcrypt.so.20.2.5)
==10832==    by 0x59EC01B: ??? (in /usr/lib/x86_64-linux-gnu/libgcrypt.so.20.2.5)
==10832==    by 0x5AB0112: ??? (in /usr/lib/x86_64-linux-gnu/libgcrypt.so.20.2.5)
==10832==    by 0x5AB0192: ??? (in /usr/lib/x86_64-linux-gnu/libgcrypt.so.20.2.5)
==10832==    by 0x59EA929: ??? (in /usr/lib/x86_64-linux-gnu/libgcrypt.so.20.2.5)
==10832==    by 0x59EBA5E: ??? (in /usr/lib/x86_64-linux-gnu/libgcrypt.so.20.2.5)
==10832==    by 0x59E7788: gcry_control (in /usr/lib/x86_64-linux-gnu/libgcrypt.so.20.2.5)
==10832==    by 0x56E4793: libssh2_init (in /usr/lib/x86_64-linux-gnu/libssh2.so.1.0.1)
==10832==    by 0x52784EA: Curl_ssh_init (libssh2.c:3326)
==10832==    by 0x5237616: global_init (easy.c:191)
==10832==    by 0x52377F7: curl_easy_init (easy.c:285)
==10832== 
{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   match-leak-kinds: definite
   fun:malloc
   obj:/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.2.5
   obj:/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.2.5
   obj:/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.2.5
   obj:/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.2.5
   obj:/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.2.5
   obj:/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.2.5
   fun:gcry_control
   fun:libssh2_init
   fun:Curl_ssh_init
   fun:global_init
   fun:curl_easy_init
}
==10832== 232 (64 direct, 168 indirect) bytes in 1 blocks are definitely lost in loss record 94 of 130
==10832==    at 0x483677F: malloc (vg_replace_malloc.c:309)
==10832==    by 0x58D4E23: PR_NewCondVar (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x58DB97C: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x58CC00F: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1432)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1428)
==10832==    by 0x52375FF: global_init (easy.c:158)
==10832==    by 0x52377F7: curl_easy_init (easy.c:285)
==10832==    by 0x502CABB: msv_query_agent (in /usr/lib/libmsv.so.1.0.1)
==10832==    by 0x500F85E: mgs_cert_verify (gnutls_hooks.c:1749)
==10832==    by 0x5012DB1: mgs_hook_authz (gnutls_hooks.c:1509)
==10832==    by 0x15A9BF: ap_run_access_checker (in /usr/sbin/apache2)
==10832==    by 0x15CFDA: ap_process_request_internal (in /usr/sbin/apache2)
==10832== 
{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   match-leak-kinds: definite
   fun:malloc
   fun:PR_NewCondVar
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   fun:Curl_nss_init
   fun:Curl_nss_init
   fun:global_init
   fun:curl_easy_init
   fun:msv_query_agent
   fun:mgs_cert_verify
   fun:mgs_hook_authz
   fun:ap_run_access_checker
   fun:ap_process_request_internal
}
==10832== 232 (64 direct, 168 indirect) bytes in 1 blocks are definitely lost in loss record 95 of 130
==10832==    at 0x483677F: malloc (vg_replace_malloc.c:309)
==10832==    by 0x58D4E23: PR_NewCondVar (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x58D8F27: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x58CC01E: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1432)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1428)
==10832==    by 0x52375FF: global_init (easy.c:158)
==10832==    by 0x52377F7: curl_easy_init (easy.c:285)
==10832==    by 0x502CABB: msv_query_agent (in /usr/lib/libmsv.so.1.0.1)
==10832==    by 0x500F85E: mgs_cert_verify (gnutls_hooks.c:1749)
==10832==    by 0x5012DB1: mgs_hook_authz (gnutls_hooks.c:1509)
==10832==    by 0x15A9BF: ap_run_access_checker (in /usr/sbin/apache2)
==10832==    by 0x15CFDA: ap_process_request_internal (in /usr/sbin/apache2)
==10832== 
{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   match-leak-kinds: definite
   fun:malloc
   fun:PR_NewCondVar
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   fun:Curl_nss_init
   fun:Curl_nss_init
   fun:global_init
   fun:curl_easy_init
   fun:msv_query_agent
   fun:mgs_cert_verify
   fun:mgs_hook_authz
   fun:ap_run_access_checker
   fun:ap_process_request_internal
}
==10832== 232 (64 direct, 168 indirect) bytes in 1 blocks are definitely lost in loss record 96 of 130
==10832==    at 0x483677F: malloc (vg_replace_malloc.c:309)
==10832==    by 0x58D4E23: PR_NewCondVar (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x58CBEB7: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x58CC037: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1432)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1428)
==10832==    by 0x52375FF: global_init (easy.c:158)
==10832==    by 0x52377F7: curl_easy_init (easy.c:285)
==10832==    by 0x502CABB: msv_query_agent (in /usr/lib/libmsv.so.1.0.1)
==10832==    by 0x500F85E: mgs_cert_verify (gnutls_hooks.c:1749)
==10832==    by 0x5012DB1: mgs_hook_authz (gnutls_hooks.c:1509)
==10832==    by 0x15A9BF: ap_run_access_checker (in /usr/sbin/apache2)
==10832==    by 0x15CFDA: ap_process_request_internal (in /usr/sbin/apache2)
==10832== 
{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   match-leak-kinds: definite
   fun:malloc
   fun:PR_NewCondVar
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   fun:Curl_nss_init
   fun:Curl_nss_init
   fun:global_init
   fun:curl_easy_init
   fun:msv_query_agent
   fun:mgs_cert_verify
   fun:mgs_hook_authz
   fun:ap_run_access_checker
   fun:ap_process_request_internal
}
==10832== 319 (24 direct, 295 indirect) bytes in 1 blocks are definitely lost in loss record 99 of 130
==10832==    at 0x4838B65: calloc (vg_replace_malloc.c:762)
==10832==    by 0x58C16F5: PR_NewLogModule (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x58CBFC1: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1432)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1428)
==10832==    by 0x52375FF: global_init (easy.c:158)
==10832==    by 0x52377F7: curl_easy_init (easy.c:285)
==10832==    by 0x502CABB: msv_query_agent (in /usr/lib/libmsv.so.1.0.1)
==10832==    by 0x500F85E: mgs_cert_verify (gnutls_hooks.c:1749)
==10832==    by 0x5012DB1: mgs_hook_authz (gnutls_hooks.c:1509)
==10832==    by 0x15A9BF: ap_run_access_checker (in /usr/sbin/apache2)
==10832==    by 0x15CFDA: ap_process_request_internal (in /usr/sbin/apache2)
==10832==    by 0x17D0CF: ap_process_async_request (in /usr/sbin/apache2)
==10832== 
{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   match-leak-kinds: definite
   fun:calloc
   fun:PR_NewLogModule
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   fun:Curl_nss_init
   fun:Curl_nss_init
   fun:global_init
   fun:curl_easy_init
   fun:msv_query_agent
   fun:mgs_cert_verify
   fun:mgs_hook_authz
   fun:ap_run_access_checker
   fun:ap_process_request_internal
   fun:ap_process_async_request
}
==10832== 1,024 bytes in 1 blocks are definitely lost in loss record 111 of 130
==10832==    at 0x4838B65: calloc (vg_replace_malloc.c:762)
==10832==    by 0x58C5AD2: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x58CBFE6: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1432)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1428)
==10832==    by 0x52375FF: global_init (easy.c:158)
==10832==    by 0x52377F7: curl_easy_init (easy.c:285)
==10832==    by 0x502CABB: msv_query_agent (in /usr/lib/libmsv.so.1.0.1)
==10832==    by 0x500F85E: mgs_cert_verify (gnutls_hooks.c:1749)
==10832==    by 0x5012DB1: mgs_hook_authz (gnutls_hooks.c:1509)
==10832==    by 0x15A9BF: ap_run_access_checker (in /usr/sbin/apache2)
==10832==    by 0x15CFDA: ap_process_request_internal (in /usr/sbin/apache2)
==10832==    by 0x17D0CF: ap_process_async_request (in /usr/sbin/apache2)
==10832== 
{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   match-leak-kinds: definite
   fun:calloc
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   fun:Curl_nss_init
   fun:Curl_nss_init
   fun:global_init
   fun:curl_easy_init
   fun:msv_query_agent
   fun:mgs_cert_verify
   fun:mgs_hook_authz
   fun:ap_run_access_checker
   fun:ap_process_request_internal
   fun:ap_process_async_request
}
==10832== 1,608 (264 direct, 1,344 indirect) bytes in 1 blocks are definitely lost in loss record 119 of 130
==10832==    at 0x4838B65: calloc (vg_replace_malloc.c:762)
==10832==    by 0x58C51C2: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x58CC019: ??? (in /usr/lib/x86_64-linux-gnu/libnspr4.so)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1432)
==10832==    by 0x5271CA1: Curl_nss_init (nss.c:1428)
==10832==    by 0x52375FF: global_init (easy.c:158)
==10832==    by 0x52377F7: curl_easy_init (easy.c:285)
==10832==    by 0x502CABB: msv_query_agent (in /usr/lib/libmsv.so.1.0.1)
==10832==    by 0x500F85E: mgs_cert_verify (gnutls_hooks.c:1749)
==10832==    by 0x5012DB1: mgs_hook_authz (gnutls_hooks.c:1509)
==10832==    by 0x15A9BF: ap_run_access_checker (in /usr/sbin/apache2)
==10832==    by 0x15CFDA: ap_process_request_internal (in /usr/sbin/apache2)
==10832==    by 0x17D0CF: ap_process_async_request (in /usr/sbin/apache2)
==10832== 
{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   match-leak-kinds: definite
   fun:calloc
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   obj:/usr/lib/x86_64-linux-gnu/libnspr4.so
   fun:Curl_nss_init
   fun:Curl_nss_init
   fun:global_init
   fun:curl_easy_init
   fun:msv_query_agent
   fun:mgs_cert_verify
   fun:mgs_hook_authz
   fun:ap_run_access_checker
   fun:ap_process_request_internal
   fun:ap_process_async_request
}
==10832== LEAK SUMMARY:
==10832==    definitely lost: 4,968 bytes in 37 blocks
==10832==    indirectly lost: 2,317 bytes in 42 blocks
==10832==      possibly lost: 0 bytes in 0 blocks
==10832==    still reachable: 63,286 bytes in 220 blocks
==10832==         suppressed: 0 bytes in 0 blocks
==10832== Reachable blocks (those to which a pointer was found) are not shown.
==10832== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==10832== 
==10832== ERROR SUMMARY: 32 errors from 32 contexts (suppressed: 0 from 0)
--10831-- Archiving syms at 0x5008290-0x501724e in /home/fiona/mod_gnutls/src/.libs/mod_gnutls.so (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 14,310 ExeContexts, archived 611 ExeContexts
--10831-- Archiving syms at 0x502c1d0-0x502cf2a in /usr/lib/libmsv.so.1.0.1 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 14,315 ExeContexts, archived 7 ExeContexts
--10831-- Archiving syms at 0x51fc210-0x5203a24 in /usr/lib/x86_64-linux-gnu/libjansson.so.4.11.1 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 14,315 ExeContexts, archived 8 ExeContexts
--10831-- Archiving syms at 0x5217950-0x5278530 in /usr/lib/x86_64-linux-gnu/libcurl-nss.so.4.6.0 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 14,315 ExeContexts, archived 8 ExeContexts
--10831-- Archiving syms at 0x567f2c0-0x5691851 in /usr/lib/x86_64-linux-gnu/libnghttp2.so.14.19.0 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 14,315 ExeContexts, archived 8 ExeContexts
--10831-- Archiving syms at 0x56a8b60-0x56b7b7f in /usr/lib/x86_64-linux-gnu/librtmp.so.1 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 14,315 ExeContexts, archived 8 ExeContexts
--10831-- Archiving syms at 0x56c7660-0x56e47e7 in /usr/lib/x86_64-linux-gnu/libssh2.so.1.0.1 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 14,315 ExeContexts, archived 8 ExeContexts
--10831-- Archiving syms at 0x56f2250-0x56f3c52 in /usr/lib/x86_64-linux-gnu/libpsl.so.5.3.1 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 14,315 ExeContexts, archived 7 ExeContexts
--10831-- Archiving syms at 0x5860020-0x5896355 in /usr/lib/x86_64-linux-gnu/libssl3.so (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 14,315 ExeContexts, archived 8 ExeContexts
--10831-- Archiving syms at 0x571e720-0x5809c88 in /usr/lib/x86_64-linux-gnu/libnss3.so (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 14,315 ExeContexts, archived 8 ExeContexts
--10831-- Archiving syms at 0x58fe3c0-0x592dc36 in /usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 14,315 ExeContexts, archived 12 ExeContexts
--10831-- Archiving syms at 0x594df10-0x597d080 in /usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2.10.11 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 14,315 ExeContexts, archived 12 ExeContexts
--10831-- Archiving syms at 0x5065740-0x517aef9 in /usr/lib/x86_64-linux-gnu/libgnutls.so.30.26.1 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 14,315 ExeContexts, archived 1,357 ExeContexts
--10831-- Archiving syms at 0x55c6e20-0x55d624f in /usr/lib/x86_64-linux-gnu/libhogweed.so.5.0 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 14,315 ExeContexts, archived 28 ExeContexts
--10831-- Archiving syms at 0x5603600-0x565fbd8 in /usr/lib/x86_64-linux-gnu/libgmp.so.10.3.2 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 14,315 ExeContexts, archived 246 ExeContexts
--10831-- Archiving syms at 0x558d9d0-0x55aa40f in /usr/lib/x86_64-linux-gnu/libnettle.so.7.0 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 14,315 ExeContexts, archived 30 ExeContexts
--10831-- Archiving syms at 0x55703a0-0x557b0f7 in /usr/lib/x86_64-linux-gnu/libtasn1.so.6.5.7 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 14,315 ExeContexts, archived 477 ExeContexts
--10831-- Archiving syms at 0x53cd310-0x53d0f2e in /usr/lib/x86_64-linux-gnu/libidn2.so.0.3.6 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 14,315 ExeContexts, archived 7 ExeContexts
--10831-- Archiving syms at 0x53fd0c0-0x5430b56 in /usr/lib/x86_64-linux-gnu/libunistring.so.2.1.0 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 14,315 ExeContexts, archived 8 ExeContexts
--10831-- Archiving syms at 0x52c6890-0x5359c2c in /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.3.0 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 14,315 ExeContexts, archived 39 ExeContexts
--10831-- Archiving syms at 0x5996670-0x599d39a in /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2.10.11 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 14,315 ExeContexts, archived 8 ExeContexts
--10831-- Archiving syms at 0x59a50e0-0x59abfc0 in /usr/lib/x86_64-linux-gnu/libbrotlidec.so.1.0.7 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 14,315 ExeContexts, archived 8 ExeContexts
--10831-- Archiving syms at 0x59b5310-0x59c5eca in /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 14,315 ExeContexts, archived 8 ExeContexts
--10831-- Archiving syms at 0x59d12d0-0x59d65de in /usr/lib/x86_64-linux-gnu/libffi.so.7.1.0 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 14,315 ExeContexts, archived 8 ExeContexts
--10831-- Archiving syms at 0x59e7580-0x5ab3f18 in /usr/lib/x86_64-linux-gnu/libgcrypt.so.20.2.5 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 14,315 ExeContexts, archived 8 ExeContexts
--10831-- Archiving syms at 0x5b05a00-0x5b15d98 in /usr/lib/x86_64-linux-gnu/libnssutil3.so (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 14,315 ExeContexts, archived 8 ExeContexts
--10831-- Archiving syms at 0x5b2d210-0x5b2e862 in /usr/lib/x86_64-linux-gnu/libplc4.so (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 14,315 ExeContexts, archived 7 ExeContexts
--10831-- Archiving syms at 0x5b33110-0x5b33d78 in /usr/lib/x86_64-linux-gnu/libplds4.so (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 14,315 ExeContexts, archived 7 ExeContexts
--10831-- Archiving syms at 0x58be370-0x58dedcf in /usr/lib/x86_64-linux-gnu/libnspr4.so (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 14,315 ExeContexts, archived 9 ExeContexts
--10831-- Archiving syms at 0x5b5d930-0x5bbb774 in /usr/lib/x86_64-linux-gnu/libkrb5.so.3.3 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 14,315 ExeContexts, archived 10 ExeContexts
--10831-- Archiving syms at 0x5c1b580-0x5c36326 in /usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 14,315 ExeContexts, archived 9 ExeContexts
--10831-- Archiving syms at 0x5c4a2c0-0x5c4ae89 in /usr/lib/x86_64-linux-gnu/libcom_err.so.2.1 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 14,315 ExeContexts, archived 13 ExeContexts
--10831-- Archiving syms at 0x5c51640-0x5c571a1 in /usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 14,315 ExeContexts, archived 9 ExeContexts
--10831-- Archiving syms at 0x5c5f210-0x5c60148 in /usr/lib/x86_64-linux-gnu/libkeyutils.so.1.8 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 14,315 ExeContexts, archived 7 ExeContexts
--10831-- Archiving syms at 0x5c683a0-0x5c73fe0 in /usr/lib/x86_64-linux-gnu/libresolv-2.29.so (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 14,315 ExeContexts, archived 8 ExeContexts
--10831-- Archiving syms at 0x5c7f5b0-0x5c8fff4 in /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 14,315 ExeContexts, archived 8 ExeContexts
--10831-- Archiving syms at 0x5c99040-0x5c9931e in /usr/lib/x86_64-linux-gnu/libbrotlicommon.so.1.0.7 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 14,315 ExeContexts, archived 7 ExeContexts
--10831-- Archiving syms at 0x5ce8680-0x5cfa45e in /usr/lib/x86_64-linux-gnu/libgpg-error.so.0.27.0 (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 14,315 ExeContexts, archived 40 ExeContexts
--10831-- Archiving syms at 0x4ff1a40-0x4ff821b in /usr/lib/apache2/modules/mod_mpm_event.so (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 14,321 ExeContexts, archived 205 ExeContexts
--10831-- Archiving syms at 0x4fe01a0-0x4fe2a8f in /usr/lib/apache2/modules/mod_socache_shmcb.so (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 14,327 ExeContexts, archived 80 ExeContexts
--10831-- Archiving syms at 0x4fd7270-0x4fd8957 in /usr/lib/apache2/modules/mod_mime.so (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 14,333 ExeContexts, archived 39 ExeContexts
--10831-- Archiving syms at 0x4fcf2a0-0x4fd0e4a in /usr/lib/apache2/modules/mod_authz_core.so (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 14,339 ExeContexts, archived 37 ExeContexts
--10831-- Archiving syms at 0x4fc91c0-0x4fc9935 in /usr/lib/apache2/modules/mod_authn_core.so (have_dinfo 1)
--10831-- Scanning and archiving ExeContexts ...
--10831-- Scanned 14,345 ExeContexts, archived 20 ExeContexts
==10831== 
==10831== HEAP SUMMARY:
==10831==     in use at exit: 4,309 bytes in 11 blocks
==10831==   total heap usage: 3,873 allocs, 3,862 frees, 632,215 bytes allocated
==10831== 
==10831== Searching for pointers to 11 not-freed blocks
==10831== Checked 205,376 bytes
==10831== 
==10831== LEAK SUMMARY:
==10831==    definitely lost: 0 bytes in 0 blocks
==10831==    indirectly lost: 0 bytes in 0 blocks
==10831==      possibly lost: 0 bytes in 0 blocks
==10831==    still reachable: 4,309 bytes in 11 blocks
==10831==         suppressed: 0 bytes in 0 blocks
==10831== Reachable blocks (those to which a pointer was found) are not shown.
==10831== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==10831== 
==10831== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)

Reply via email to