Skip to content

Instantly share code, notes, and snippets.

@ibmibmibm
Last active December 14, 2017 08:14
Show Gist options
  • Save ibmibmibm/166b6e578ede5eed72da6ef6e4c20fd1 to your computer and use it in GitHub Desktop.
Save ibmibmibm/166b6e578ede5eed72da6ef6e4c20fd1 to your computer and use it in GitHub Desktop.
memory leak with multiple call on FilterCall's init
@version: 3.13
@define allow-config-dups 1
source s1 { file("/tmp/test.in1"); };
# source s2 { file("/tmp/test.in2"); };
destination d1 { file("/tmp/test.out1"); };
# destination d2 { file("/tmp/test.out2"); };
filter f_double_init {
program("pattern");
};
# filter f_filter_call {
# filter(f_double_init)
# };
log { source(s1); filter(f_double_init); destination(d1); };
# log { source(s2); filter(f_filter_call); destination(d2); };
==13558== Memcheck, a memory error detector
==13558== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==13558== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info
==13558== Command: debug/usr/bin/syslog-ng -F --module-path=/home/beststeve/workspace/syslog-ng/debug/usr/lib/syslog-ng --persist-file=/home/beststeve/workspace/syslog-ng/debug/var/lib/syslog-ng/syslog-ng.persist --pidfile=/home/beststeve/workspace/syslog-ng/debug/run/syslog-ng.pid --control=/home/beststeve/workspace/syslog-ng/debug/run/syslog-ng.ctl --process-mode=foreground --no-caps -f test.conf
==13558== Parent PID: 24251
==13558==
==13575==
==13575== HEAP SUMMARY:
==13575== in use at exit: 372,977 bytes in 3,894 blocks
==13575== total heap usage: 8,126 allocs, 4,232 frees, 1,127,602 bytes allocated
==13575==
==13575== 1 bytes in 1 blocks are still reachable in loss record 1 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x654DD2F: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x654DE97: g_log_set_handler_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4E8B41F: msg_init (messages.c:275)
==13575== by 0x4E69CB7: app_startup (apphook.c:125)
==13575== by 0x10A2BF: main (main.c:272)
==13575==
==13575== 2 bytes in 1 blocks are still reachable in loss record 2 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4E6BDFE: cfg_args_set (cfg-args.c:100)
==13575== by 0x4EAB8A5: pragma_parse (pragma-grammar.y:419)
==13575== by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
==13575== by 0x4E6E6EF: cfg_lexer_lex (cfg-lexer.c:933)
==13575== by 0x4E6FD48: main_lex (cfg-parser.c:185)
==13575== by 0x4EA4DC4: main_parse (cfg-grammar.c:3115)
==13575== by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
==13575== by 0x4E6B30C: cfg_run_parser (cfg.c:476)
==13575== by 0x4E6B520: cfg_read_config (cfg.c:535)
==13575==
==13575== 4 bytes in 1 blocks are still reachable in loss record 3 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x65647D3: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x65648DB: g_private_get (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652D52D: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x65202AE: g_hash_table_new_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x64F7EC3: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==13575== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==13575== by 0x4000F69: ??? (in /usr/lib/ld-2.26.so)
==13575== by 0x9: ???
==13575== by 0x1FFEFFF35A: ???
==13575== by 0x1FFEFFF372: ???
==13575==
==13575== 4 bytes in 1 blocks are still reachable in loss record 4 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x65647D3: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x65648DB: g_private_get (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x65169A7: g_get_charset (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x65176E3: g_locale_to_utf8 (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x654C4F6: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x654CBBA: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x654D49B: g_option_context_parse (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x10A149: main (main.c:220)
==13575==
==13575== 4 bytes in 1 blocks are still reachable in loss record 5 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4EDA64E: nv_registry_add_alias (nvtable.c:101)
==13575== by 0x4ED7F73: log_msg_registry_init (logmsg.c:1767)
==13575== by 0x4ED81B2: log_msg_global_init (logmsg.c:1809)
==13575== by 0x4E69D04: app_startup (apphook.c:138)
==13575== by 0x10A2BF: main (main.c:272)
==13575==
==13575== 4 bytes in 1 blocks are still reachable in loss record 6 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x65647D3: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x6565053: g_private_replace (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x60CB58A: g_module_open (in /usr/lib/libgmodule-2.0.so.0.5400.0)
==13575== by 0x4E8F531: plugin_dlopen_module_as_filename (plugin.c:250)
==13575== by 0x4E8F5FF: plugin_dlopen_module_as_dir_and_filename (plugin.c:269)
==13575== by 0x4E8FC04: _enumerate_and_dump_plugin_info_in_modules (plugin.c:441)
==13575== by 0x4E9013A: plugin_discover_candidate_modules (plugin.c:546)
==13575== by 0x4E902A7: plugin_load_candidate_modules (plugin.c:582)
==13575== by 0x4E6A715: cfg_load_candidate_modules (cfg.c:197)
==13575== by 0x4E6E9C3: cfg_lexer_lex (cfg-lexer.c:988)
==13575== by 0x4E6FD48: main_lex (cfg-parser.c:185)
==13575==
==13575== 4 bytes in 1 blocks are still reachable in loss record 7 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x65647D3: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x65648DB: g_private_get (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x6550A25: g_static_private_get (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4E8AC34: msg_get_context (messages.c:70)
==13575== by 0x4E8AD17: msg_limit_internal_message (messages.c:105)
==13575== by 0x4E8B06E: msg_event_send_with_suppression (messages.c:182)
==13575== by 0x4E8B10D: msg_event_suppress_recursions_and_send (messages.c:197)
==13575== by 0x4E8F590: plugin_dlopen_module_as_filename (plugin.c:253)
==13575== by 0x4E8F5FF: plugin_dlopen_module_as_dir_and_filename (plugin.c:269)
==13575== by 0x4E8FC04: _enumerate_and_dump_plugin_info_in_modules (plugin.c:441)
==13575== by 0x4E9013A: plugin_discover_candidate_modules (plugin.c:546)
==13575==
==13575== 5 bytes in 1 blocks are still reachable in loss record 8 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4E9115A: path_resolver_add_configure_variable (reloc.c:49)
==13575== by 0x4E911C2: path_resolver_populate_configure_variables (reloc.c:55)
==13575== by 0x4E9154B: path_resolver_new (reloc.c:159)
==13575== by 0x4E915C9: get_installation_path_for (reloc.c:179)
==13575== by 0x4E9B9F9: resolved_configurable_paths_init (resolved-configurable-paths.c:33)
==13575== by 0x10A0E5: main (main.c:213)
==13575==
==13575== 5 bytes in 1 blocks are still reachable in loss record 9 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x654DD2F: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x654DE97: g_log_set_handler_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4E8B445: msg_init (messages.c:276)
==13575== by 0x4E69CB7: app_startup (apphook.c:125)
==13575== by 0x10A2BF: main (main.c:272)
==13575==
==13575== 5 bytes in 1 blocks are still reachable in loss record 10 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4E9128C: path_resolver_resolve (reloc.c:92)
==13575== by 0x4E69FBC: cache_resolver_resolve_elem (cache.h:48)
==13575== by 0x4E6A12D: cache_lookup (cache.c:56)
==13575== by 0x4E915F7: get_installation_path_for (reloc.c:180)
==13575== by 0x4E6B152: cfg_set_global_paths (cfg.c:448)
==13575== by 0x4E6B2F4: cfg_run_parser (cfg.c:474)
==13575== by 0x4E6B520: cfg_read_config (cfg.c:535)
==13575== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==13575== by 0x10A2E8: main (main.c:275)
==13575==
==13575== 5 bytes in 1 blocks are still reachable in loss record 11 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4E6A144: cache_lookup (cache.c:59)
==13575== by 0x4E915F7: get_installation_path_for (reloc.c:180)
==13575== by 0x4E6B152: cfg_set_global_paths (cfg.c:448)
==13575== by 0x4E6B2F4: cfg_run_parser (cfg.c:474)
==13575== by 0x4E6B520: cfg_read_config (cfg.c:535)
==13575== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==13575== by 0x10A2E8: main (main.c:275)
==13575==
==13575== 5 bytes in 1 blocks are still reachable in loss record 12 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4E6BDFE: cfg_args_set (cfg-args.c:100)
==13575== by 0x4E6B16C: cfg_set_global_paths (cfg.c:448)
==13575== by 0x4E6B2F4: cfg_run_parser (cfg.c:474)
==13575== by 0x4E6B520: cfg_read_config (cfg.c:535)
==13575== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==13575== by 0x10A2E8: main (main.c:275)
==13575==
==13575== 8 bytes in 1 blocks are still reachable in loss record 13 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x6557BDB: g_mutex_new (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x6557C45: g_static_mutex_get_mutex_impl (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4EDA448: nv_registry_alloc_handle (nvtable.c:53)
==13575== by 0x4EDA7CD: nv_registry_new (nvtable.c:134)
==13575== by 0x4ED7F48: log_msg_registry_init (logmsg.c:1766)
==13575== by 0x4ED81B2: log_msg_global_init (logmsg.c:1809)
==13575== by 0x4E69D04: app_startup (apphook.c:138)
==13575== by 0x10A2BF: main (main.c:272)
==13575==
==13575== 8 bytes in 1 blocks are still reachable in loss record 14 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4EDA64E: nv_registry_add_alias (nvtable.c:101)
==13575== by 0x4ED7F91: log_msg_registry_init (logmsg.c:1768)
==13575== by 0x4ED81B2: log_msg_global_init (logmsg.c:1809)
==13575== by 0x4E69D04: app_startup (apphook.c:138)
==13575== by 0x10A2BF: main (main.c:272)
==13575==
==13575== 8 bytes in 1 blocks are still reachable in loss record 15 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x6557BDB: g_mutex_new (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x6557C45: g_static_mutex_get_mutex_impl (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4EDE668: log_tags_global_init (tags.c:194)
==13575== by 0x4E69D09: app_startup (apphook.c:139)
==13575== by 0x10A2BF: main (main.c:272)
==13575==
==13575== 8 bytes in 1 blocks are still reachable in loss record 16 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x4EA3C0F: _cfg_lexer_alloc (cfg-lex.c:2842)
==13575== by 0x4EA2C24: _cfg_lexer_ensure_buffer_stack (cfg-lex.c:2322)
==13575== by 0x4EA23F9: _cfg_lexer__switch_to_buffer (cfg-lex.c:2114)
==13575== by 0x4E6EC02: cfg_lexer_new (cfg-lexer.c:1047)
==13575== by 0x4E6B4F8: cfg_read_config (cfg.c:534)
==13575== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==13575== by 0x10A2E8: main (main.c:275)
==13575==
==13575== 8 bytes in 1 blocks are still reachable in loss record 17 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x6557BDB: g_mutex_new (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x6557C45: g_static_mutex_get_mutex_impl (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4E8B194: msg_event_create (messages.c:206)
==13575== by 0x4E8F588: plugin_dlopen_module_as_filename (plugin.c:253)
==13575== by 0x4E8F5FF: plugin_dlopen_module_as_dir_and_filename (plugin.c:269)
==13575== by 0x4E8FC04: _enumerate_and_dump_plugin_info_in_modules (plugin.c:441)
==13575== by 0x4E9013A: plugin_discover_candidate_modules (plugin.c:546)
==13575== by 0x4E902A7: plugin_load_candidate_modules (plugin.c:582)
==13575== by 0x4E6A715: cfg_load_candidate_modules (cfg.c:197)
==13575==
==13575== 9 bytes in 1 blocks are still reachable in loss record 18 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4E9115A: path_resolver_add_configure_variable (reloc.c:49)
==13575== by 0x4E911F6: path_resolver_populate_configure_variables (reloc.c:57)
==13575== by 0x4E9154B: path_resolver_new (reloc.c:159)
==13575== by 0x4E915C9: get_installation_path_for (reloc.c:179)
==13575== by 0x4E9B9F9: resolved_configurable_paths_init (resolved-configurable-paths.c:33)
==13575== by 0x10A0E5: main (main.c:213)
==13575==
==13575== 9 bytes in 1 blocks are still reachable in loss record 19 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4EDA64E: nv_registry_add_alias (nvtable.c:101)
==13575== by 0x4ED7FAF: log_msg_registry_init (logmsg.c:1769)
==13575== by 0x4ED81B2: log_msg_global_init (logmsg.c:1809)
==13575== by 0x4E69D04: app_startup (apphook.c:138)
==13575== by 0x10A2BF: main (main.c:272)
==13575==
==13575== 9 bytes in 1 blocks are still reachable in loss record 20 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4E946B5: str_replace_char (str-utils.c:47)
==13575== by 0x4E94722: __normalize_key (str-utils.c:61)
==13575== by 0x4E6BE0D: cfg_args_set (cfg-args.c:100)
==13575== by 0x4E6B1DE: cfg_set_global_paths (cfg.c:451)
==13575== by 0x4E6B2F4: cfg_run_parser (cfg.c:474)
==13575== by 0x4E6B520: cfg_read_config (cfg.c:535)
==13575== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==13575== by 0x10A2E8: main (main.c:275)
==13575==
==13575== 9 bytes in 1 blocks are still reachable in loss record 21 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x5786CFD: CRYPTO_strdup (o_str.c:36)
==13575== by 0x56EFAD9: module_add (conf_mod.c:239)
==13575== by 0x56F0232: CONF_module_add (conf_mod.c:415)
==13575== by 0x53DEC22: ossl_init_ssl_base (ssl_init.c:105)
==13575== by 0x53DEC22: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==13575== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==13575== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==13575== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==13575== by 0x8C9A24A: ???
==13575== by 0x8C785AB: ???
==13575== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==13575== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==13575==
==13575== 10 bytes in 1 blocks are still reachable in loss record 22 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4E91169: path_resolver_add_configure_variable (reloc.c:49)
==13575== by 0x4E911C2: path_resolver_populate_configure_variables (reloc.c:55)
==13575== by 0x4E9154B: path_resolver_new (reloc.c:159)
==13575== by 0x4E915C9: get_installation_path_for (reloc.c:179)
==13575== by 0x4E9B9F9: resolved_configurable_paths_init (resolved-configurable-paths.c:33)
==13575== by 0x10A0E5: main (main.c:213)
==13575==
==13575== 10 bytes in 1 blocks are still reachable in loss record 23 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4E9115A: path_resolver_add_configure_variable (reloc.c:49)
==13575== by 0x4E911DC: path_resolver_populate_configure_variables (reloc.c:56)
==13575== by 0x4E9154B: path_resolver_new (reloc.c:159)
==13575== by 0x4E915C9: get_installation_path_for (reloc.c:179)
==13575== by 0x4E9B9F9: resolved_configurable_paths_init (resolved-configurable-paths.c:33)
==13575== by 0x10A0E5: main (main.c:213)
==13575==
==13575== 10 bytes in 1 blocks are still reachable in loss record 24 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x65036D6: g_set_prgname (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x654D35A: g_option_context_parse (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x10A149: main (main.c:220)
==13575==
==13575== 10 bytes in 1 blocks are still reachable in loss record 25 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4E6EBBA: cfg_lexer_new (cfg-lexer.c:1045)
==13575== by 0x4E6B4F8: cfg_read_config (cfg.c:534)
==13575== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==13575== by 0x10A2E8: main (main.c:275)
==13575==
==13575== 11 bytes in 1 blocks are still reachable in loss record 26 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4E9115A: path_resolver_add_configure_variable (reloc.c:49)
==13575== by 0x4E9122A: path_resolver_populate_configure_variables (reloc.c:59)
==13575== by 0x4E9154B: path_resolver_new (reloc.c:159)
==13575== by 0x4E915C9: get_installation_path_for (reloc.c:179)
==13575== by 0x4E9B9F9: resolved_configurable_paths_init (resolved-configurable-paths.c:33)
==13575== by 0x10A0E5: main (main.c:213)
==13575==
==13575== 11 bytes in 1 blocks are still reachable in loss record 27 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4E91169: path_resolver_add_configure_variable (reloc.c:49)
==13575== by 0x4E9122A: path_resolver_populate_configure_variables (reloc.c:59)
==13575== by 0x4E9154B: path_resolver_new (reloc.c:159)
==13575== by 0x4E915C9: get_installation_path_for (reloc.c:179)
==13575== by 0x4E9B9F9: resolved_configurable_paths_init (resolved-configurable-paths.c:33)
==13575== by 0x10A0E5: main (main.c:213)
==13575==
==13575== 11 bytes in 1 blocks are still reachable in loss record 28 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4E9128C: path_resolver_resolve (reloc.c:92)
==13575== by 0x4E69FBC: cache_resolver_resolve_elem (cache.h:48)
==13575== by 0x4E6A12D: cache_lookup (cache.c:56)
==13575== by 0x4E915F7: get_installation_path_for (reloc.c:180)
==13575== by 0x4E6B178: cfg_set_global_paths (cfg.c:449)
==13575== by 0x4E6B2F4: cfg_run_parser (cfg.c:474)
==13575== by 0x4E6B520: cfg_read_config (cfg.c:535)
==13575== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==13575== by 0x10A2E8: main (main.c:275)
==13575==
==13575== 11 bytes in 1 blocks are still reachable in loss record 29 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4E6A144: cache_lookup (cache.c:59)
==13575== by 0x4E915F7: get_installation_path_for (reloc.c:180)
==13575== by 0x4E6B178: cfg_set_global_paths (cfg.c:449)
==13575== by 0x4E6B2F4: cfg_run_parser (cfg.c:474)
==13575== by 0x4E6B520: cfg_read_config (cfg.c:535)
==13575== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==13575== by 0x10A2E8: main (main.c:275)
==13575==
==13575== 11 bytes in 1 blocks are still reachable in loss record 30 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4E6BDFE: cfg_args_set (cfg-args.c:100)
==13575== by 0x4E6B192: cfg_set_global_paths (cfg.c:449)
==13575== by 0x4E6B2F4: cfg_run_parser (cfg.c:474)
==13575== by 0x4E6B520: cfg_read_config (cfg.c:535)
==13575== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==13575== by 0x10A2E8: main (main.c:275)
==13575==
==13575== 12 bytes in 1 blocks are still reachable in loss record 31 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4E946B5: str_replace_char (str-utils.c:47)
==13575== by 0x4E94722: __normalize_key (str-utils.c:61)
==13575== by 0x4E6BE0D: cfg_args_set (cfg-args.c:100)
==13575== by 0x4E6B200: cfg_set_global_paths (cfg.c:452)
==13575== by 0x4E6B2F4: cfg_run_parser (cfg.c:474)
==13575== by 0x4E6B520: cfg_read_config (cfg.c:535)
==13575== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==13575== by 0x10A2E8: main (main.c:275)
==13575==
==13575== 13 bytes in 1 blocks are still reachable in loss record 32 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x6515FE7: g_convert_with_iconv (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x6517231: g_convert (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x651770B: g_locale_to_utf8 (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x654C4F6: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x654CDF6: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x654D5E3: g_option_context_parse (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x10A149: main (main.c:220)
==13575==
==13575== 13 bytes in 1 blocks are still reachable in loss record 33 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4E946B5: str_replace_char (str-utils.c:47)
==13575== by 0x4E94722: __normalize_key (str-utils.c:61)
==13575== by 0x4E6BE0D: cfg_args_set (cfg-args.c:100)
==13575== by 0x4E6B273: cfg_set_global_paths (cfg.c:458)
==13575== by 0x4E6B2F4: cfg_run_parser (cfg.c:474)
==13575== by 0x4E6B520: cfg_read_config (cfg.c:535)
==13575== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==13575== by 0x10A2E8: main (main.c:275)
==13575==
==13575== 14 bytes in 1 blocks are still reachable in loss record 34 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4E91169: path_resolver_add_configure_variable (reloc.c:49)
==13575== by 0x4E911F6: path_resolver_populate_configure_variables (reloc.c:57)
==13575== by 0x4E9154B: path_resolver_new (reloc.c:159)
==13575== by 0x4E915C9: get_installation_path_for (reloc.c:179)
==13575== by 0x4E9B9F9: resolved_configurable_paths_init (resolved-configurable-paths.c:33)
==13575== by 0x10A0E5: main (main.c:213)
==13575==
==13575== 14 bytes in 1 blocks are still reachable in loss record 35 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4EDA64E: nv_registry_add_alias (nvtable.c:101)
==13575== by 0x4ED7FCD: log_msg_registry_init (logmsg.c:1770)
==13575== by 0x4ED81B2: log_msg_global_init (logmsg.c:1809)
==13575== by 0x4E69D04: app_startup (apphook.c:138)
==13575== by 0x10A2BF: main (main.c:272)
==13575==
==13575== 15 bytes in 1 blocks are still reachable in loss record 36 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4E91169: path_resolver_add_configure_variable (reloc.c:49)
==13575== by 0x4E911DC: path_resolver_populate_configure_variables (reloc.c:56)
==13575== by 0x4E9154B: path_resolver_new (reloc.c:159)
==13575== by 0x4E915C9: get_installation_path_for (reloc.c:179)
==13575== by 0x4E9B9F9: resolved_configurable_paths_init (resolved-configurable-paths.c:33)
==13575== by 0x10A0E5: main (main.c:213)
==13575==
==13575== 15 bytes in 1 blocks are still reachable in loss record 37 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4E91169: path_resolver_add_configure_variable (reloc.c:49)
==13575== by 0x4E91210: path_resolver_populate_configure_variables (reloc.c:58)
==13575== by 0x4E9154B: path_resolver_new (reloc.c:159)
==13575== by 0x4E915C9: get_installation_path_for (reloc.c:179)
==13575== by 0x4E9B9F9: resolved_configurable_paths_init (resolved-configurable-paths.c:33)
==13575== by 0x10A0E5: main (main.c:213)
==13575==
==13575== 15 bytes in 1 blocks are still reachable in loss record 38 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x6516A2C: g_get_charset (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x65176E3: g_locale_to_utf8 (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x654C4F6: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x654CBBA: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x654D49B: g_option_context_parse (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x10A149: main (main.c:220)
==13575==
==13575== 15 bytes in 1 blocks are still reachable in loss record 39 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x6516A71: g_get_charset (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x65176E3: g_locale_to_utf8 (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x654C4F6: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x654CBBA: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x654D49B: g_option_context_parse (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x10A149: main (main.c:220)
==13575==
==13575== 15 bytes in 1 blocks are still reachable in loss record 40 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4E946B5: str_replace_char (str-utils.c:47)
==13575== by 0x4E94722: __normalize_key (str-utils.c:61)
==13575== by 0x4E6BE0D: cfg_args_set (cfg-args.c:100)
==13575== by 0x4E6B16C: cfg_set_global_paths (cfg.c:448)
==13575== by 0x4E6B2F4: cfg_run_parser (cfg.c:474)
==13575== by 0x4E6B520: cfg_read_config (cfg.c:535)
==13575== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==13575== by 0x10A2E8: main (main.c:275)
==13575==
==13575== 15 bytes in 1 blocks are still reachable in loss record 41 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4E946B5: str_replace_char (str-utils.c:47)
==13575== by 0x4E94722: __normalize_key (str-utils.c:61)
==13575== by 0x4E6BE0D: cfg_args_set (cfg-args.c:100)
==13575== by 0x4E6B192: cfg_set_global_paths (cfg.c:449)
==13575== by 0x4E6B2F4: cfg_run_parser (cfg.c:474)
==13575== by 0x4E6B520: cfg_read_config (cfg.c:535)
==13575== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==13575== by 0x10A2E8: main (main.c:275)
==13575==
==13575== 15 bytes in 1 blocks are still reachable in loss record 42 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4E9128C: path_resolver_resolve (reloc.c:92)
==13575== by 0x4E69FBC: cache_resolver_resolve_elem (cache.h:48)
==13575== by 0x4E6A12D: cache_lookup (cache.c:56)
==13575== by 0x4E915F7: get_installation_path_for (reloc.c:180)
==13575== by 0x4E6B23D: cfg_set_global_paths (cfg.c:455)
==13575== by 0x4E6B2F4: cfg_run_parser (cfg.c:474)
==13575== by 0x4E6B520: cfg_read_config (cfg.c:535)
==13575== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==13575== by 0x10A2E8: main (main.c:275)
==13575==
==13575== 15 bytes in 1 blocks are still reachable in loss record 43 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4E6A144: cache_lookup (cache.c:59)
==13575== by 0x4E915F7: get_installation_path_for (reloc.c:180)
==13575== by 0x4E6B23D: cfg_set_global_paths (cfg.c:455)
==13575== by 0x4E6B2F4: cfg_run_parser (cfg.c:474)
==13575== by 0x4E6B520: cfg_read_config (cfg.c:535)
==13575== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==13575== by 0x10A2E8: main (main.c:275)
==13575==
==13575== 16 bytes in 1 blocks are still reachable in loss record 44 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4E9115A: path_resolver_add_configure_variable (reloc.c:49)
==13575== by 0x4E91210: path_resolver_populate_configure_variables (reloc.c:58)
==13575== by 0x4E9154B: path_resolver_new (reloc.c:159)
==13575== by 0x4E915C9: get_installation_path_for (reloc.c:179)
==13575== by 0x4E9B9F9: resolved_configurable_paths_init (resolved-configurable-paths.c:33)
==13575== by 0x10A0E5: main (main.c:213)
==13575==
==13575== 16 bytes in 1 blocks are still reachable in loss record 45 of 879
==13575== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4E6A03B: cache_new (cache.c:34)
==13575== by 0x4E915D1: get_installation_path_for (reloc.c:179)
==13575== by 0x4E9B9F9: resolved_configurable_paths_init (resolved-configurable-paths.c:33)
==13575== by 0x10A0E5: main (main.c:213)
==13575==
==13575== 16 bytes in 1 blocks are still reachable in loss record 46 of 879
==13575== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4E6BED6: cfg_args_new (cfg-args.c:121)
==13575== by 0x4E6AF54: cfg_new (cfg.c:391)
==13575== by 0x4E89421: main_loop_read_and_init_config (mainloop.c:504)
==13575== by 0x10A2E8: main (main.c:275)
==13575==
==13575== 16 bytes in 1 blocks are still reachable in loss record 47 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x5779F7C: OPENSSL_atexit (init.c:667)
==13575== by 0x53DEC2E: ossl_init_ssl_base (ssl_init.c:110)
==13575== by 0x53DEC2E: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==13575== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==13575== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==13575== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==13575== by 0x8C9A24A: ???
==13575== by 0x8C785AB: ???
==13575== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==13575== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==13575== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==13575== by 0x4013AFD: dl_open_worker (in /usr/lib/ld-2.26.so)
==13575==
==13575== 17 bytes in 1 blocks are still reachable in loss record 48 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4E91169: path_resolver_add_configure_variable (reloc.c:49)
==13575== by 0x4E91244: path_resolver_populate_configure_variables (reloc.c:60)
==13575== by 0x4E9154B: path_resolver_new (reloc.c:159)
==13575== by 0x4E915C9: get_installation_path_for (reloc.c:179)
==13575== by 0x4E9B9F9: resolved_configurable_paths_init (resolved-configurable-paths.c:33)
==13575== by 0x10A0E5: main (main.c:213)
==13575==
==13575== 18 bytes in 1 blocks are still reachable in loss record 49 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4E946B5: str_replace_char (str-utils.c:47)
==13575== by 0x4E94722: __normalize_key (str-utils.c:61)
==13575== by 0x4E6BE0D: cfg_args_set (cfg-args.c:100)
==13575== by 0x4E6B1B8: cfg_set_global_paths (cfg.c:450)
==13575== by 0x4E6B2F4: cfg_run_parser (cfg.c:474)
==13575== by 0x4E6B520: cfg_read_config (cfg.c:535)
==13575== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==13575== by 0x10A2E8: main (main.c:275)
==13575==
==13575== 18 bytes in 1 blocks are still reachable in loss record 50 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4E946B5: str_replace_char (str-utils.c:47)
==13575== by 0x4E94722: __normalize_key (str-utils.c:61)
==13575== by 0x4E6BE0D: cfg_args_set (cfg-args.c:100)
==13575== by 0x4EAB8A5: pragma_parse (pragma-grammar.y:419)
==13575== by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
==13575== by 0x4E6E6EF: cfg_lexer_lex (cfg-lexer.c:933)
==13575== by 0x4E6FD48: main_lex (cfg-parser.c:185)
==13575== by 0x4EA4DC4: main_parse (cfg-grammar.c:3115)
==13575== by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
==13575==
==13575== 19 bytes in 1 blocks are still reachable in loss record 51 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4E9115A: path_resolver_add_configure_variable (reloc.c:49)
==13575== by 0x4E91244: path_resolver_populate_configure_variables (reloc.c:60)
==13575== by 0x4E9154B: path_resolver_new (reloc.c:159)
==13575== by 0x4E915C9: get_installation_path_for (reloc.c:179)
==13575== by 0x4E9B9F9: resolved_configurable_paths_init (resolved-configurable-paths.c:33)
==13575== by 0x10A0E5: main (main.c:213)
==13575==
==13575== 19 bytes in 1 blocks are still reachable in loss record 52 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4E9128C: path_resolver_resolve (reloc.c:92)
==13575== by 0x4E69FBC: cache_resolver_resolve_elem (cache.h:48)
==13575== by 0x4E6A12D: cache_lookup (cache.c:56)
==13575== by 0x4E915F7: get_installation_path_for (reloc.c:180)
==13575== by 0x4E9BA2C: resolved_configurable_paths_init (resolved-configurable-paths.c:35)
==13575== by 0x10A0E5: main (main.c:213)
==13575==
==13575== 19 bytes in 1 blocks are still reachable in loss record 53 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4E6A144: cache_lookup (cache.c:59)
==13575== by 0x4E915F7: get_installation_path_for (reloc.c:180)
==13575== by 0x4E9BA2C: resolved_configurable_paths_init (resolved-configurable-paths.c:35)
==13575== by 0x10A0E5: main (main.c:213)
==13575==
==13575== 19 bytes in 1 blocks are still reachable in loss record 54 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652B050: g_strconcat (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4E91420: path_resolver_resolve (reloc.c:129)
==13575== by 0x4E69FBC: cache_resolver_resolve_elem (cache.h:48)
==13575== by 0x4E6A12D: cache_lookup (cache.c:56)
==13575== by 0x4E915F7: get_installation_path_for (reloc.c:180)
==13575== by 0x4E9BA46: resolved_configurable_paths_init (resolved-configurable-paths.c:36)
==13575== by 0x10A0E5: main (main.c:213)
==13575==
==13575== 19 bytes in 1 blocks are still reachable in loss record 55 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4E946B5: str_replace_char (str-utils.c:47)
==13575== by 0x4E94722: __normalize_key (str-utils.c:61)
==13575== by 0x4E6BE0D: cfg_args_set (cfg-args.c:100)
==13575== by 0x4E6B222: cfg_set_global_paths (cfg.c:453)
==13575== by 0x4E6B2F4: cfg_run_parser (cfg.c:474)
==13575== by 0x4E6B520: cfg_read_config (cfg.c:535)
==13575== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==13575== by 0x10A2E8: main (main.c:275)
==13575==
==13575== 23 bytes in 1 blocks are still reachable in loss record 56 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4E6C394: cfg_lexer_push_context (cfg-lexer.c:82)
==13575== by 0x4E703D1: cfg_parser_parse (cfg-parser.c:302)
==13575== by 0x4E6B30C: cfg_run_parser (cfg.c:476)
==13575== by 0x4E6B520: cfg_read_config (cfg.c:535)
==13575== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==13575== by 0x10A2E8: main (main.c:275)
==13575==
==13575== 24 bytes in 1 blocks are still reachable in loss record 57 of 879
==13575== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x6516B5A: g_get_charset (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x65176E3: g_locale_to_utf8 (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x654C4F6: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x654CBBA: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x654D49B: g_option_context_parse (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x10A149: main (main.c:220)
==13575==
==13575== 24 bytes in 1 blocks are still reachable in loss record 58 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x67F2086: evt_ctx_tag_hook_add (evtctx.c:138)
==13575== by 0x67F2178: evt_ctx_init (evtctx.c:163)
==13575== by 0x4E8B478: msg_init (messages.c:283)
==13575== by 0x4E69CB7: app_startup (apphook.c:125)
==13575== by 0x10A2BF: main (main.c:272)
==13575==
==13575== 24 bytes in 1 blocks are still reachable in loss record 59 of 879
==13575== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4E69A49: register_application_hook (apphook.c:63)
==13575== by 0x4E6980E: afinter_global_init (afinter.c:484)
==13575== by 0x4E69CEB: app_startup (apphook.c:133)
==13575== by 0x10A2BF: main (main.c:272)
==13575==
==13575== 24 bytes in 1 blocks are still reachable in loss record 60 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x653A3B4: g_list_append (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4E69A84: register_application_hook (apphook.c:69)
==13575== by 0x4E6980E: afinter_global_init (afinter.c:484)
==13575== by 0x4E69CEB: app_startup (apphook.c:133)
==13575== by 0x10A2BF: main (main.c:272)
==13575==
==13575== 24 bytes in 1 blocks are still reachable in loss record 61 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x653A3B4: g_list_append (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4ED13CE: control_register_command (control-commands.c:55)
==13575== by 0x4ECD5D1: stats_register_control_commands (stats-control.c:49)
==13575== by 0x4ECD413: stats_init (stats.c:243)
==13575== by 0x4E69CFA: app_startup (apphook.c:136)
==13575== by 0x10A2BF: main (main.c:272)
==13575==
==13575== 24 bytes in 1 blocks are still reachable in loss record 62 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x653A3B4: g_list_append (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4ED13CE: control_register_command (control-commands.c:55)
==13575== by 0x4ECD5EE: stats_register_control_commands (stats-control.c:50)
==13575== by 0x4ECD413: stats_init (stats.c:243)
==13575== by 0x4E69CFA: app_startup (apphook.c:136)
==13575== by 0x10A2BF: main (main.c:272)
==13575==
==13575== 24 bytes in 1 blocks are still reachable in loss record 63 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x65301C3: g_string_sized_new (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4E6B4DC: cfg_read_config (cfg.c:532)
==13575== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==13575== by 0x10A2E8: main (main.c:275)
==13575==
==13575== 24 bytes in 1 blocks are still reachable in loss record 64 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x65301C3: g_string_sized_new (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4E6EA9C: cfg_lexer_init (cfg-lexer.c:1017)
==13575== by 0x4E6EB87: cfg_lexer_new (cfg-lexer.c:1040)
==13575== by 0x4E6B4F8: cfg_read_config (cfg.c:534)
==13575== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==13575== by 0x10A2E8: main (main.c:275)
==13575==
==13575== 24 bytes in 1 blocks are still reachable in loss record 65 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x65301C3: g_string_sized_new (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4E6EAB4: cfg_lexer_init (cfg-lexer.c:1018)
==13575== by 0x4E6EB87: cfg_lexer_new (cfg-lexer.c:1040)
==13575== by 0x4E6B4F8: cfg_read_config (cfg.c:534)
==13575== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==13575== by 0x10A2E8: main (main.c:275)
==13575==
==13575== 24 bytes in 1 blocks are still reachable in loss record 66 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x65301C3: g_string_sized_new (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4E6EACC: cfg_lexer_init (cfg-lexer.c:1019)
==13575== by 0x4E6EB87: cfg_lexer_new (cfg-lexer.c:1040)
==13575== by 0x4E6B4F8: cfg_read_config (cfg.c:534)
==13575== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==13575== by 0x10A2E8: main (main.c:275)
==13575==
==13575== 24 bytes in 1 blocks are still reachable in loss record 67 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x653A366: g_list_prepend (in /usr/lib/libglib-2.0.so.0.5400.0)
==13575== by 0x4E6C402: cfg_lexer_push_context (cfg-lexer.c:86)
==13575== by 0x4E703D1: cfg_parser_parse (cfg-parser.c:302)
==13575== by 0x4E6B30C: cfg_run_parser (cfg.c:476)
==13575== by 0x4E6B520: cfg_read_config (cfg.c:535)
==13575== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==13575== by 0x10A2E8: main (main.c:275)
==13575==
==13575== 24 bytes in 1 blocks are still reachable in loss record 68 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==13575== by 0x5771792: EVP_add_cipher (names.c:24)
==13575== by 0x575F33F: openssl_add_all_ciphers_int (c_allc.c:21)
==13575== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==13575== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==13575== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==13575== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==13575== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==13575== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==13575== by 0x8C9A24A: ???
==13575== by 0x8C785AB: ???
==13575== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==13575==
==13575== 24 bytes in 1 blocks are still reachable in loss record 69 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==13575== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==13575== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==13575== by 0x5771792: EVP_add_cipher (names.c:24)
==13575== by 0x575F33F: openssl_add_all_ciphers_int (c_allc.c:21)
==13575== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==13575== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==13575== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==13575== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==13575== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==13575== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==13575== by 0x8C9A24A: ???
==13575== by 0x8C785AB: ???
==13575==
==13575== 24 bytes in 1 blocks are still reachable in loss record 70 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==13575== by 0x575F33F: openssl_add_all_ciphers_int (c_allc.c:21)
==13575== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==13575== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==13575== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==13575== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==13575== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==13575== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==13575== by 0x8C9A24A: ???
==13575== by 0x8C785AB: ???
==13575== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==13575== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==13575==
==13575== 24 bytes in 1 blocks are still reachable in loss record 71 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==13575== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==13575== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==13575== by 0x575F33F: openssl_add_all_ciphers_int (c_allc.c:21)
==13575== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==13575== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==13575== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==13575== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==13575== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==13575== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==13575== by 0x8C9A24A: ???
==13575== by 0x8C785AB: ???
==13575== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==13575==
==13575== 24 bytes in 1 blocks are still reachable in loss record 72 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==13575== by 0x5771792: EVP_add_cipher (names.c:24)
==13575== by 0x575F34C: openssl_add_all_ciphers_int (c_allc.c:22)
==13575== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==13575== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==13575== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==13575== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==13575== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==13575== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==13575== by 0x8C9A24A: ???
==13575== by 0x8C785AB: ???
==13575== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==13575==
==13575== 24 bytes in 1 blocks are still reachable in loss record 73 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==13575== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==13575== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==13575== by 0x5771792: EVP_add_cipher (names.c:24)
==13575== by 0x575F34C: openssl_add_all_ciphers_int (c_allc.c:22)
==13575== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==13575== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==13575== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==13575== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==13575== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==13575== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==13575== by 0x8C9A24A: ???
==13575== by 0x8C785AB: ???
==13575==
==13575== 24 bytes in 1 blocks are still reachable in loss record 74 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==13575== by 0x575F34C: openssl_add_all_ciphers_int (c_allc.c:22)
==13575== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==13575== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==13575== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==13575== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==13575== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==13575== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==13575== by 0x8C9A24A: ???
==13575== by 0x8C785AB: ???
==13575== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==13575== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==13575==
==13575== 24 bytes in 1 blocks are still reachable in loss record 75 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==13575== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==13575== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==13575== by 0x575F34C: openssl_add_all_ciphers_int (c_allc.c:22)
==13575== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==13575== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==13575== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==13575== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==13575== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==13575== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==13575== by 0x8C9A24A: ???
==13575== by 0x8C785AB: ???
==13575== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==13575==
==13575== 24 bytes in 1 blocks are still reachable in loss record 76 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==13575== by 0x5771792: EVP_add_cipher (names.c:24)
==13575== by 0x575F359: openssl_add_all_ciphers_int (c_allc.c:23)
==13575== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==13575== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==13575== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==13575== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==13575== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==13575== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==13575== by 0x8C9A24A: ???
==13575== by 0x8C785AB: ???
==13575== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==13575==
==13575== 24 bytes in 1 blocks are still reachable in loss record 77 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==13575== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==13575== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==13575== by 0x5771792: EVP_add_cipher (names.c:24)
==13575== by 0x575F359: openssl_add_all_ciphers_int (c_allc.c:23)
==13575== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==13575== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==13575== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==13575== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==13575== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==13575== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==13575== by 0x8C9A24A: ???
==13575== by 0x8C785AB: ???
==13575==
==13575== 24 bytes in 1 blocks are still reachable in loss record 78 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==13575== by 0x575F359: openssl_add_all_ciphers_int (c_allc.c:23)
==13575== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==13575== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==13575== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==13575== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==13575== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==13575== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==13575== by 0x8C9A24A: ???
==13575== by 0x8C785AB: ???
==13575== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==13575== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==13575==
==13575== 24 bytes in 1 blocks are still reachable in loss record 79 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==13575== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==13575== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==13575== by 0x575F359: openssl_add_all_ciphers_int (c_allc.c:23)
==13575== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==13575== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==13575== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==13575== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==13575== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==13575== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==13575== by 0x8C9A24A: ???
==13575== by 0x8C785AB: ???
==13575== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==13575==
==13575== 24 bytes in 1 blocks are still reachable in loss record 80 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==13575== by 0x5771792: EVP_add_cipher (names.c:24)
==13575== by 0x575F366: openssl_add_all_ciphers_int (c_allc.c:24)
==13575== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==13575== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==13575== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==13575== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==13575== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==13575== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==13575== by 0x8C9A24A: ???
==13575== by 0x8C785AB: ???
==13575== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==13575==
==13575== 24 bytes in 1 blocks are still reachable in loss record 81 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==13575== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==13575== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==13575== by 0x5771792: EVP_add_cipher (names.c:24)
==13575== by 0x575F366: openssl_add_all_ciphers_int (c_allc.c:24)
==13575== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==13575== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==13575== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==13575== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==13575== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==13575== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==13575== by 0x8C9A24A: ???
==13575== by 0x8C785AB: ???
==13575==
==13575== 24 bytes in 1 blocks are still reachable in loss record 82 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==13575== by 0x575F366: openssl_add_all_ciphers_int (c_allc.c:24)
==13575== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==13575== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==13575== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==13575== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==13575== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==13575== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==13575== by 0x8C9A24A: ???
==13575== by 0x8C785AB: ???
==13575== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==13575== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==13575==
==13575== 24 bytes in 1 blocks are still reachable in loss record 83 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==13575== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==13575== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==13575== by 0x575F366: openssl_add_all_ciphers_int (c_allc.c:24)
==13575== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==13575== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==13575== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==13575== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==13575== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==13575== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==13575== by 0x8C9A24A: ???
==13575== by 0x8C785AB: ???
==13575== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==13575==
==13575== 24 bytes in 1 blocks are still reachable in loss record 84 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==13575== by 0x5771792: EVP_add_cipher (names.c:24)
==13575== by 0x575F373: openssl_add_all_ciphers_int (c_allc.c:25)
==13575== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==13575== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==13575== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==13575== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==13575== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==13575== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==13575== by 0x8C9A24A: ???
==13575== by 0x8C785AB: ???
==13575== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==13575==
==13575== 24 bytes in 1 blocks are still reachable in loss record 85 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==13575== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==13575== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==13575== by 0x5771792: EVP_add_cipher (names.c:24)
==13575== by 0x575F373: openssl_add_all_ciphers_int (c_allc.c:25)
==13575== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==13575== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==13575== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==13575== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==13575== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==13575== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==13575== by 0x8C9A24A: ???
==13575== by 0x8C785AB: ???
==13575==
==13575== 24 bytes in 1 blocks are still reachable in loss record 86 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==13575== by 0x575F373: openssl_add_all_ciphers_int (c_allc.c:25)
==13575== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==13575== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==13575== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==13575== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==13575== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==13575== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==13575== by 0x8C9A24A: ???
==13575== by 0x8C785AB: ???
==13575== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==13575== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==13575==
==13575== 24 bytes in 1 blocks are still reachable in loss record 87 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==13575== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==13575== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==13575== by 0x575F373: openssl_add_all_ciphers_int (c_allc.c:25)
==13575== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==13575== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==13575== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==13575== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==13575== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==13575== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==13575== by 0x8C9A24A: ???
==13575== by 0x8C785AB: ???
==13575== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==13575==
==13575== 24 bytes in 1 blocks are still reachable in loss record 88 of 879
==13575== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13575== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==13575== by 0x5771792: EVP_add_cipher (names.c:24)
==13575== by 0x575F380: openssl_add_all_ciphers_int (c_allc.c:26)
==13575== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==13575== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==13575== by 0x707EDBE: __pthread_once_
--- log-not-fixed.log 2017-12-14 16:09:28.951406048 +0800
+++ log-fixed.log 2017-12-14 16:09:24.119433690 +0800
@@ -12775,10 +12775,10 @@ Syscall param epoll_pwait(sigmask) point
HEAP SUMMARY:
- in use at exit: 44,952 bytes in 211 blocks
- total heap usage: 5,537 allocs, 5,326 frees, 770,901 bytes allocated
+ in use at exit: 44,242 bytes in 204 blocks
+ total heap usage: 4,890 allocs, 4,686 frees, 720,312 bytes allocated
-4 bytes in 1 blocks are still reachable in loss record 1 of 49
+4 bytes in 1 blocks are still reachable in loss record 1 of 42
at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x65647D3: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
by 0x65648DB: g_private_get (in /usr/lib/libglib-2.0.so.0.5400.0)
@@ -12792,7 +12792,7 @@ HEAP SUMMARY:
by 0x1FFEFFF35A: ???
by 0x1FFEFFF372: ???
-4 bytes in 1 blocks are still reachable in loss record 2 of 49
+4 bytes in 1 blocks are still reachable in loss record 2 of 42
at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x65647D3: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
by 0x65648DB: g_private_get (in /usr/lib/libglib-2.0.so.0.5400.0)
@@ -12803,7 +12803,7 @@ HEAP SUMMARY:
by 0x654D49B: g_option_context_parse (in /usr/lib/libglib-2.0.so.0.5400.0)
by 0x10A149: main (main.c:220)
-4 bytes in 1 blocks are still reachable in loss record 3 of 49
+4 bytes in 1 blocks are still reachable in loss record 3 of 42
at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x65647D3: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
by 0x6565053: g_private_replace (in /usr/lib/libglib-2.0.so.0.5400.0)
@@ -12817,7 +12817,7 @@ HEAP SUMMARY:
by 0x4E6B520: cfg_read_config (cfg.c:535)
by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
-4 bytes in 1 blocks are still reachable in loss record 4 of 49
+4 bytes in 1 blocks are still reachable in loss record 4 of 42
at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x65647D3: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
by 0x65648DB: g_private_get (in /usr/lib/libglib-2.0.so.0.5400.0)
@@ -12831,21 +12831,7 @@ HEAP SUMMARY:
by 0x8A471DC: log_pipe_init (logpipe.h:270)
by 0x8A475E4: affile_sd_init (affile-source.c:122)
-5 bytes in 1 blocks are still reachable in loss record 5 of 49
- at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
- by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
- by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
- by 0x4E7C540: log_matcher_options_set_type (logmatcher.c:863)
- by 0x4E7C65D: log_matcher_options_init (logmatcher.c:910)
- by 0x4EB7ECF: filter_re_compile_pattern (filter-re.c:82)
- by 0x4EBAAB8: filter_expr_parse (filter-expr-grammar.y:526)
- by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
- by 0x4EA5989: main_parse (cfg-grammar.y:632)
- by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
- by 0x4E6B30C: cfg_run_parser (cfg.c:476)
- by 0x4E6B520: cfg_read_config (cfg.c:535)
-
-8 bytes in 1 blocks are still reachable in loss record 6 of 49
+8 bytes in 1 blocks are still reachable in loss record 5 of 42
at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
@@ -12858,7 +12844,7 @@ HEAP SUMMARY:
by 0x4E69D04: app_startup (apphook.c:138)
by 0x10A2BF: main (main.c:272)
-8 bytes in 1 blocks are still reachable in loss record 7 of 49
+8 bytes in 1 blocks are still reachable in loss record 6 of 42
at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
@@ -12868,7 +12854,7 @@ HEAP SUMMARY:
by 0x4E69D09: app_startup (apphook.c:139)
by 0x10A2BF: main (main.c:272)
-8 bytes in 1 blocks are still reachable in loss record 8 of 49
+8 bytes in 1 blocks are still reachable in loss record 7 of 42
at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
@@ -12882,7 +12868,7 @@ HEAP SUMMARY:
by 0x4E70721: log_pipe_init (logpipe.h:270)
by 0x4E7295F: cfg_tree_start (cfg-tree.c:1126)
-8 bytes in 1 blocks are still reachable in loss record 9 of 49
+8 bytes in 1 blocks are still reachable in loss record 8 of 42
at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
@@ -12896,7 +12882,7 @@ HEAP SUMMARY:
by 0x4E895D3: main_loop_run (mainloop.c:550)
by 0x10A35A: main (main.c:304)
-10 bytes in 1 blocks are still reachable in loss record 10 of 49
+10 bytes in 1 blocks are still reachable in loss record 9 of 42
at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
@@ -12904,7 +12890,7 @@ HEAP SUMMARY:
by 0x654D35A: g_option_context_parse (in /usr/lib/libglib-2.0.so.0.5400.0)
by 0x10A149: main (main.c:220)
-13 bytes in 1 blocks are still reachable in loss record 11 of 49
+13 bytes in 1 blocks are still reachable in loss record 10 of 42
at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
by 0x6515FE7: g_convert_with_iconv (in /usr/lib/libglib-2.0.so.0.5400.0)
@@ -12915,7 +12901,7 @@ HEAP SUMMARY:
by 0x654D5E3: g_option_context_parse (in /usr/lib/libglib-2.0.so.0.5400.0)
by 0x10A149: main (main.c:220)
-15 bytes in 1 blocks are still reachable in loss record 12 of 49
+15 bytes in 1 blocks are still reachable in loss record 11 of 42
at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
@@ -12926,7 +12912,7 @@ HEAP SUMMARY:
by 0x654D49B: g_option_context_parse (in /usr/lib/libglib-2.0.so.0.5400.0)
by 0x10A149: main (main.c:220)
-15 bytes in 1 blocks are still reachable in loss record 13 of 49
+15 bytes in 1 blocks are still reachable in loss record 12 of 42
at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
@@ -12937,7 +12923,7 @@ HEAP SUMMARY:
by 0x654D49B: g_option_context_parse (in /usr/lib/libglib-2.0.so.0.5400.0)
by 0x10A149: main (main.c:220)
-24 bytes in 1 blocks are still reachable in loss record 14 of 49
+24 bytes in 1 blocks are still reachable in loss record 13 of 42
at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
by 0x6516B5A: g_get_charset (in /usr/lib/libglib-2.0.so.0.5400.0)
@@ -12947,7 +12933,7 @@ HEAP SUMMARY:
by 0x654D49B: g_option_context_parse (in /usr/lib/libglib-2.0.so.0.5400.0)
by 0x10A149: main (main.c:220)
-32 bytes in 1 blocks are still reachable in loss record 15 of 49
+32 bytes in 1 blocks are still reachable in loss record 14 of 42
at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
by 0x652030B: g_hash_table_new_full (in /usr/lib/libglib-2.0.so.0.5400.0)
@@ -12961,7 +12947,7 @@ HEAP SUMMARY:
by 0x1FFEFFF375: ???
by 0x1FFEFFF3BF: ???
-32 bytes in 1 blocks are still reachable in loss record 16 of 49
+32 bytes in 1 blocks are still reachable in loss record 15 of 42
at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x6E6D63B: ??? (in /usr/lib/libdl-2.26.so)
by 0x6E6CF21: dlopen (in /usr/lib/libdl-2.26.so)
@@ -12975,7 +12961,7 @@ HEAP SUMMARY:
by 0x4E6B520: cfg_read_config (cfg.c:535)
by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
-32 bytes in 1 blocks are still reachable in loss record 17 of 49
+32 bytes in 1 blocks are still reachable in loss record 16 of 42
at 0x4C2CD8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x4C2F195: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x654BDA8: g_realloc (in /usr/lib/libglib-2.0.so.0.5400.0)
@@ -12989,7 +12975,7 @@ HEAP SUMMARY:
by 0x8A436F1: _reader_open_file (file-reader.c:187)
by 0x8A43B03: _init (file-reader.c:285)
-40 bytes in 1 blocks are still reachable in loss record 18 of 49
+40 bytes in 1 blocks are still reachable in loss record 17 of 42
at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x6564750: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
by 0x65653C7: g_rec_mutex_lock (in /usr/lib/libglib-2.0.so.0.5400.0)
@@ -13003,7 +12989,7 @@ HEAP SUMMARY:
by 0x4E6B520: cfg_read_config (cfg.c:535)
by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
-40 bytes in 1 blocks are still reachable in loss record 19 of 49
+40 bytes in 1 blocks are still reachable in loss record 18 of 42
at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
by 0x60CBAA3: g_module_open (in /usr/lib/libgmodule-2.0.so.0.5400.0)
@@ -13017,7 +13003,7 @@ HEAP SUMMARY:
by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
by 0x10A2E8: main (main.c:275)
-40 bytes in 1 blocks are still reachable in loss record 20 of 49
+40 bytes in 1 blocks are still reachable in loss record 19 of 42
at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
by 0x60CB702: g_module_open (in /usr/lib/libgmodule-2.0.so.0.5400.0)
@@ -13031,7 +13017,7 @@ HEAP SUMMARY:
by 0x4E6B30C: cfg_run_parser (cfg.c:476)
by 0x4E6B520: cfg_read_config (cfg.c:535)
-40 bytes in 1 blocks are still reachable in loss record 21 of 49
+40 bytes in 1 blocks are still reachable in loss record 20 of 42
at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
by 0x60CB702: g_module_open (in /usr/lib/libgmodule-2.0.so.0.5400.0)
@@ -13045,7 +13031,7 @@ HEAP SUMMARY:
by 0x8A43DFD: file_reader_options_init (file-reader.c:356)
by 0x8A474FD: affile_sd_init (affile-source.c:106)
-40 bytes in 1 blocks are still reachable in loss record 22 of 49
+40 bytes in 1 blocks are still reachable in loss record 21 of 42
at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
@@ -13059,7 +13045,7 @@ HEAP SUMMARY:
by 0x8A43B03: _init (file-reader.c:285)
by 0x8A471DC: log_pipe_init (logpipe.h:270)
-48 bytes in 1 blocks are still reachable in loss record 23 of 49
+48 bytes in 1 blocks are still reachable in loss record 22 of 42
at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x4011E25: tls_get_addr_tail (in /usr/lib/ld-2.26.so)
by 0x40174E7: __tls_get_addr (in /usr/lib/ld-2.26.so)
@@ -13073,7 +13059,7 @@ HEAP SUMMARY:
by 0x4E7924C: get_local_fqdn_hostname_from_dns (hostname-unix.c:69)
by 0x4E79482: detect_local_fqdn_hostname (hostname.c:137)
-63 bytes in 1 blocks are still reachable in loss record 24 of 49
+63 bytes in 1 blocks are still reachable in loss record 23 of 42
at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
by 0x6515FE7: g_convert_with_iconv (in /usr/lib/libglib-2.0.so.0.5400.0)
@@ -13084,7 +13070,7 @@ HEAP SUMMARY:
by 0x654D78D: g_option_context_parse (in /usr/lib/libglib-2.0.so.0.5400.0)
by 0x10A149: main (main.c:220)
-64 bytes in 1 blocks are still reachable in loss record 25 of 49
+64 bytes in 1 blocks are still reachable in loss record 24 of 42
at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
by 0x65202F5: g_hash_table_new_full (in /usr/lib/libglib-2.0.so.0.5400.0)
@@ -13098,21 +13084,7 @@ HEAP SUMMARY:
by 0x1FFEFFF375: ???
by 0x1FFEFFF3BF: ???
-64 bytes in 1 blocks are still reachable in loss record 26 of 49
- at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
- by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
- by 0x4E7C320: log_matcher_pcre_re_new (logmatcher.c:786)
- by 0x4E7C456: log_matcher_new (logmatcher.c:831)
- by 0x4EB7EE6: filter_re_compile_pattern (filter-re.c:83)
- by 0x4EBAAB8: filter_expr_parse (filter-expr-grammar.y:526)
- by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
- by 0x4EA5989: main_parse (cfg-grammar.y:632)
- by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
- by 0x4E6B30C: cfg_run_parser (cfg.c:476)
- by 0x4E6B520: cfg_read_config (cfg.c:535)
- by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
-
-73 bytes in 1 blocks are still reachable in loss record 27 of 49
+73 bytes in 1 blocks are still reachable in loss record 25 of 42
at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
@@ -13126,7 +13098,7 @@ HEAP SUMMARY:
by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
by 0x4E6B30C: cfg_run_parser (cfg.c:476)
-79 bytes in 1 blocks are still reachable in loss record 28 of 49
+79 bytes in 1 blocks are still reachable in loss record 26 of 42
at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
@@ -13140,21 +13112,7 @@ HEAP SUMMARY:
by 0x4E807C1: log_reader_options_init (logreader.c:600)
by 0x8A43DFD: file_reader_options_init (file-reader.c:356)
-85 bytes in 1 blocks are still reachable in loss record 29 of 49
- at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
- by 0x6C0991E: pcre_compile2 (in /usr/lib/libpcre.so.1.2.9)
- by 0x4E7B897: log_matcher_pcre_re_compile (logmatcher.c:522)
- by 0x4EB7B13: log_matcher_compile (logmatcher.h:78)
- by 0x4EB7F0C: filter_re_compile_pattern (filter-re.c:84)
- by 0x4EBAAB8: filter_expr_parse (filter-expr-grammar.y:526)
- by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
- by 0x4EA5989: main_parse (cfg-grammar.y:632)
- by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
- by 0x4E6B30C: cfg_run_parser (cfg.c:476)
- by 0x4E6B520: cfg_read_config (cfg.c:535)
- by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
-
-88 bytes in 1 blocks are still reachable in loss record 30 of 49
+88 bytes in 1 blocks are still reachable in loss record 27 of 42
at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
@@ -13168,48 +13126,7 @@ HEAP SUMMARY:
by 0x1FFEFFF372: ???
by 0x1FFEFFF375: ???
-88 bytes in 1 blocks are still reachable in loss record 31 of 49
- at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
- by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
- by 0x4EB7FD1: filter_re_new (filter-re.c:103)
- by 0x4EBAA03: filter_expr_parse (filter-expr-grammar.y:514)
- by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
- by 0x4EA5989: main_parse (cfg-grammar.y:632)
- by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
- by 0x4E6B30C: cfg_run_parser (cfg.c:476)
- by 0x4E6B520: cfg_read_config (cfg.c:535)
- by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
- by 0x10A2E8: main (main.c:275)
-
-96 bytes in 1 blocks are still reachable in loss record 32 of 49
- at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
- by 0x6C47D6A: ??? (in /usr/lib/libpcre.so.1.2.9)
- by 0x6C4B741: pcre_study (in /usr/lib/libpcre.so.1.2.9)
- by 0x4E7B901: log_matcher_pcre_re_compile (logmatcher.c:531)
- by 0x4EB7B13: log_matcher_compile (logmatcher.h:78)
- by 0x4EB7F0C: filter_re_compile_pattern (filter-re.c:84)
- by 0x4EBAAB8: filter_expr_parse (filter-expr-grammar.y:526)
- by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
- by 0x4EA5989: main_parse (cfg-grammar.y:632)
- by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
- by 0x4E6B30C: cfg_run_parser (cfg.c:476)
- by 0x4E6B520: cfg_read_config (cfg.c:535)
-
-108 bytes in 1 blocks are still reachable in loss record 33 of 49
- at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
- by 0x6C4B5BB: pcre_study (in /usr/lib/libpcre.so.1.2.9)
- by 0x4E7B901: log_matcher_pcre_re_compile (logmatcher.c:531)
- by 0x4EB7B13: log_matcher_compile (logmatcher.h:78)
- by 0x4EB7F0C: filter_re_compile_pattern (filter-re.c:84)
- by 0x4EBAAB8: filter_expr_parse (filter-expr-grammar.y:526)
- by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
- by 0x4EA5989: main_parse (cfg-grammar.y:632)
- by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
- by 0x4E6B30C: cfg_run_parser (cfg.c:476)
- by 0x4E6B520: cfg_read_config (cfg.c:535)
- by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
-
-132 bytes in 1 blocks are still reachable in loss record 34 of 49
+132 bytes in 1 blocks are still reachable in loss record 28 of 42
at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
by 0x4E8AC4E: msg_get_context (messages.c:73)
@@ -13223,7 +13140,7 @@ HEAP SUMMARY:
by 0x4E70721: log_pipe_init (logpipe.h:270)
by 0x4E7295F: cfg_tree_start (cfg-tree.c:1126)
-152 bytes in 2 blocks are still reachable in loss record 35 of 49
+152 bytes in 2 blocks are still reachable in loss record 29 of 42
at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x401ABEA: strdup (in /usr/lib/ld-2.26.so)
by 0x40086CC: _dl_map_object (in /usr/lib/ld-2.26.so)
@@ -13237,7 +13154,7 @@ HEAP SUMMARY:
by 0x60CB665: g_module_open (in /usr/lib/libgmodule-2.0.so.0.5400.0)
by 0x4E8F531: plugin_dlopen_module_as_filename (plugin.c:250)
-152 bytes in 2 blocks are still reachable in loss record 36 of 49
+152 bytes in 2 blocks are still reachable in loss record 30 of 42
at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x400B508: _dl_new_object (in /usr/lib/ld-2.26.so)
by 0x4005984: _dl_map_object_from_fd (in /usr/lib/ld-2.26.so)
@@ -13251,14 +13168,14 @@ HEAP SUMMARY:
by 0x6E6CF21: dlopen (in /usr/lib/libdl-2.26.so)
by 0x60CB665: g_module_open (in /usr/lib/libgmodule-2.0.so.0.5400.0)
-168 bytes in 1 blocks are possibly lost in loss record 37 of 49
+168 bytes in 1 blocks are possibly lost in loss record 31 of 42
at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x4EE16B6: iv_work_pool_create (iv_work.c:228)
by 0x4E8AA90: main_loop_io_worker_init (mainloop-io-worker.c:97)
by 0x4E8939F: main_loop_init (mainloop.c:487)
by 0x10A2DC: main (main.c:274)
-207 bytes in 3 blocks are still reachable in loss record 38 of 49
+207 bytes in 3 blocks are still reachable in loss record 32 of 42
at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
by 0x6515FE7: g_convert_with_iconv (in /usr/lib/libglib-2.0.so.0.5400.0)
@@ -13269,7 +13186,7 @@ HEAP SUMMARY:
by 0x654D49B: g_option_context_parse (in /usr/lib/libglib-2.0.so.0.5400.0)
by 0x10A149: main (main.c:220)
-264 bytes in 1 blocks are still reachable in loss record 39 of 49
+264 bytes in 1 blocks are still reachable in loss record 33 of 42
at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x40130E6: add_to_global (in /usr/lib/ld-2.26.so)
by 0x4013E55: dl_open_worker (in /usr/lib/ld-2.26.so)
@@ -13283,21 +13200,7 @@ HEAP SUMMARY:
by 0x4E8F531: plugin_dlopen_module_as_filename (plugin.c:250)
by 0x4E8F7D9: plugin_dlopen_module_on_path (plugin.c:331)
-264 bytes in 1 blocks are still reachable in loss record 40 of 49
- at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
- by 0x6BFE9F6: ??? (in /usr/lib/libpcre.so.1.2.9)
- by 0x6C48B11: ??? (in /usr/lib/libpcre.so.1.2.9)
- by 0x6C4B741: pcre_study (in /usr/lib/libpcre.so.1.2.9)
- by 0x4E7B901: log_matcher_pcre_re_compile (logmatcher.c:531)
- by 0x4EB7B13: log_matcher_compile (logmatcher.h:78)
- by 0x4EB7F0C: filter_re_compile_pattern (filter-re.c:84)
- by 0x4EBAAB8: filter_expr_parse (filter-expr-grammar.y:526)
- by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
- by 0x4EA5989: main_parse (cfg-grammar.y:632)
- by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
- by 0x4E6B30C: cfg_run_parser (cfg.c:476)
-
-336 bytes in 2 blocks are still reachable in loss record 41 of 49
+336 bytes in 2 blocks are still reachable in loss record 34 of 42
at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x4010FA3: _dl_check_map_versions (in /usr/lib/ld-2.26.so)
by 0x40138C2: dl_open_worker (in /usr/lib/ld-2.26.so)
@@ -13311,13 +13214,13 @@ HEAP SUMMARY:
by 0x4E8F531: plugin_dlopen_module_as_filename (plugin.c:250)
by 0x4E8F7D9: plugin_dlopen_module_on_path (plugin.c:331)
-1,552 bytes in 1 blocks are still reachable in loss record 42 of 49
+1,552 bytes in 1 blocks are still reachable in loss record 35 of 42
at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x4EE3DBD: iv_init (iv_main_posix.c:60)
by 0x4E69CC8: app_startup (apphook.c:127)
by 0x10A2BF: main (main.c:272)
-2,032 bytes in 1 blocks are still reachable in loss record 43 of 49
+2,032 bytes in 1 blocks are still reachable in loss record 36 of 42
at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
by 0x652D77E: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
@@ -13331,7 +13234,7 @@ HEAP SUMMARY:
by 0x1FFEFFF372: ???
by 0x1FFEFFF375: ???
-2,488 bytes in 2 blocks are still reachable in loss record 44 of 49
+2,488 bytes in 2 blocks are still reachable in loss record 37 of 42
at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x400B221: _dl_new_object (in /usr/lib/ld-2.26.so)
by 0x4005984: _dl_map_object_from_fd (in /usr/lib/ld-2.26.so)
@@ -13345,7 +13248,7 @@ HEAP SUMMARY:
by 0x6E6CF21: dlopen (in /usr/lib/libdl-2.26.so)
by 0x60CB665: g_module_open (in /usr/lib/libgmodule-2.0.so.0.5400.0)
-4,096 bytes in 1 blocks are definitely lost in loss record 45 of 49
+4,096 bytes in 1 blocks are definitely lost in loss record 38 of 42
at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x8806E28: ???
by 0x88223E1: ???
@@ -13359,25 +13262,25 @@ HEAP SUMMARY:
by 0x4E7964C: hostname_reinit (hostname.c:189)
by 0x4E79688: hostname_global_init (hostname.c:198)
-6,899 bytes in 157 blocks are indirectly lost in loss record 46 of 49
+6,899 bytes in 157 blocks are indirectly lost in loss record 39 of 42
at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
by 0x4E763CB: g_process_set_argv_space (gprocess.c:535)
by 0x10A0D4: main (main.c:209)
-7,280 bytes in 1 blocks are still reachable in loss record 47 of 49
+7,280 bytes in 1 blocks are still reachable in loss record 40 of 42
at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x4E76364: g_process_set_argv_space (gprocess.c:527)
by 0x10A0D4: main (main.c:209)
-8,163 (1,264 direct, 6,899 indirect) bytes in 1 blocks are definitely lost in loss record 48 of 49
+8,163 (1,264 direct, 6,899 indirect) bytes in 1 blocks are definitely lost in loss record 41 of 42
at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
by 0x4E7620A: g_process_set_argv_space (gprocess.c:508)
by 0x10A0D4: main (main.c:209)
-16,384 bytes in 1 blocks are still reachable in loss record 49 of 49
+16,384 bytes in 1 blocks are still reachable in loss record 42 of 42
at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
by 0x64F7ED5: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
@@ -13395,8 +13298,8 @@ LEAK SUMMARY:
definitely lost: 5,360 bytes in 2 blocks
indirectly lost: 6,899 bytes in 157 blocks
possibly lost: 168 bytes in 1 blocks
- still reachable: 32,525 bytes in 51 blocks
+ still reachable: 31,815 bytes in 44 blocks
suppressed: 0 bytes in 0 blocks
For counts of detected and suppressed errors, rerun with: -v
-ERROR SUMMARY: 29 errors from 4 contexts (suppressed: 0 from 0)
+ERROR SUMMARY: 11 errors from 4 contexts (suppressed: 0 from 0)
@version: 3.13
@define allow-config-dups 1
source s1 { file("/tmp/test.in1"); };
source s2 { file("/tmp/test.in2"); };
destination d1 { file("/tmp/test.out1"); };
destination d2 { file("/tmp/test.out2"); };
filter f_double_init {
program("pattern");
};
filter f_filter_call {
filter(f_double_init)
};
log { source(s1); filter(f_double_init); destination(d1); };
log { source(s2); filter(f_filter_call); destination(d2); };
This file has been truncated, but you can view the full file.
==12461== Memcheck, a memory error detector
==12461== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==12461== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info
==12461== Command: debug/usr/bin/syslog-ng -F --module-path=/home/beststeve/workspace/syslog-ng/debug/usr/lib/syslog-ng --persist-file=/home/beststeve/workspace/syslog-ng/debug/var/lib/syslog-ng/syslog-ng.persist --pidfile=/home/beststeve/workspace/syslog-ng/debug/run/syslog-ng.pid --control=/home/beststeve/workspace/syslog-ng/debug/run/syslog-ng.ctl --process-mode=foreground --no-caps -f test.conf
==12461== Parent PID: 24251
==12461==
==12476==
==12476== HEAP SUMMARY:
==12476== in use at exit: 372,977 bytes in 3,894 blocks
==12476== total heap usage: 8,126 allocs, 4,232 frees, 1,127,602 bytes allocated
==12476==
==12476== 1 bytes in 1 blocks are still reachable in loss record 1 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x654DD2F: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x654DE97: g_log_set_handler_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E8B41F: msg_init (messages.c:275)
==12476== by 0x4E69CB7: app_startup (apphook.c:125)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 2 bytes in 1 blocks are still reachable in loss record 2 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E6BDFE: cfg_args_set (cfg-args.c:100)
==12476== by 0x4EAB8A5: pragma_parse (pragma-grammar.y:419)
==12476== by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
==12476== by 0x4E6E6EF: cfg_lexer_lex (cfg-lexer.c:933)
==12476== by 0x4E6FD48: main_lex (cfg-parser.c:185)
==12476== by 0x4EA4DC4: main_parse (cfg-grammar.c:3115)
==12476== by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
==12476== by 0x4E6B30C: cfg_run_parser (cfg.c:476)
==12476== by 0x4E6B520: cfg_read_config (cfg.c:535)
==12476==
==12476== 4 bytes in 1 blocks are still reachable in loss record 3 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x65647D3: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65648DB: g_private_get (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652D52D: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65202AE: g_hash_table_new_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x64F7EC3: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476== by 0x4000F69: ??? (in /usr/lib/ld-2.26.so)
==12476== by 0x9: ???
==12476== by 0x1FFEFFF35A: ???
==12476== by 0x1FFEFFF372: ???
==12476==
==12476== 4 bytes in 1 blocks are still reachable in loss record 4 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x65647D3: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65648DB: g_private_get (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65169A7: g_get_charset (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65176E3: g_locale_to_utf8 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x654C4F6: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x654CBBA: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x654D49B: g_option_context_parse (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x10A149: main (main.c:220)
==12476==
==12476== 4 bytes in 1 blocks are still reachable in loss record 5 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4EDA64E: nv_registry_add_alias (nvtable.c:101)
==12476== by 0x4ED7F73: log_msg_registry_init (logmsg.c:1767)
==12476== by 0x4ED81B2: log_msg_global_init (logmsg.c:1809)
==12476== by 0x4E69D04: app_startup (apphook.c:138)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 4 bytes in 1 blocks are still reachable in loss record 6 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x65647D3: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x6565053: g_private_replace (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x60CB58A: g_module_open (in /usr/lib/libgmodule-2.0.so.0.5400.0)
==12476== by 0x4E8F531: plugin_dlopen_module_as_filename (plugin.c:250)
==12476== by 0x4E8F5FF: plugin_dlopen_module_as_dir_and_filename (plugin.c:269)
==12476== by 0x4E8FC04: _enumerate_and_dump_plugin_info_in_modules (plugin.c:441)
==12476== by 0x4E9013A: plugin_discover_candidate_modules (plugin.c:546)
==12476== by 0x4E902A7: plugin_load_candidate_modules (plugin.c:582)
==12476== by 0x4E6A715: cfg_load_candidate_modules (cfg.c:197)
==12476== by 0x4E6E9C3: cfg_lexer_lex (cfg-lexer.c:988)
==12476== by 0x4E6FD48: main_lex (cfg-parser.c:185)
==12476==
==12476== 4 bytes in 1 blocks are still reachable in loss record 7 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x65647D3: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65648DB: g_private_get (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x6550A25: g_static_private_get (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E8AC34: msg_get_context (messages.c:70)
==12476== by 0x4E8AD17: msg_limit_internal_message (messages.c:105)
==12476== by 0x4E8B06E: msg_event_send_with_suppression (messages.c:182)
==12476== by 0x4E8B10D: msg_event_suppress_recursions_and_send (messages.c:197)
==12476== by 0x4E8F590: plugin_dlopen_module_as_filename (plugin.c:253)
==12476== by 0x4E8F5FF: plugin_dlopen_module_as_dir_and_filename (plugin.c:269)
==12476== by 0x4E8FC04: _enumerate_and_dump_plugin_info_in_modules (plugin.c:441)
==12476== by 0x4E9013A: plugin_discover_candidate_modules (plugin.c:546)
==12476==
==12476== 5 bytes in 1 blocks are still reachable in loss record 8 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E9115A: path_resolver_add_configure_variable (reloc.c:49)
==12476== by 0x4E911C2: path_resolver_populate_configure_variables (reloc.c:55)
==12476== by 0x4E9154B: path_resolver_new (reloc.c:159)
==12476== by 0x4E915C9: get_installation_path_for (reloc.c:179)
==12476== by 0x4E9B9F9: resolved_configurable_paths_init (resolved-configurable-paths.c:33)
==12476== by 0x10A0E5: main (main.c:213)
==12476==
==12476== 5 bytes in 1 blocks are still reachable in loss record 9 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x654DD2F: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x654DE97: g_log_set_handler_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E8B445: msg_init (messages.c:276)
==12476== by 0x4E69CB7: app_startup (apphook.c:125)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 5 bytes in 1 blocks are still reachable in loss record 10 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E9128C: path_resolver_resolve (reloc.c:92)
==12476== by 0x4E69FBC: cache_resolver_resolve_elem (cache.h:48)
==12476== by 0x4E6A12D: cache_lookup (cache.c:56)
==12476== by 0x4E915F7: get_installation_path_for (reloc.c:180)
==12476== by 0x4E6B152: cfg_set_global_paths (cfg.c:448)
==12476== by 0x4E6B2F4: cfg_run_parser (cfg.c:474)
==12476== by 0x4E6B520: cfg_read_config (cfg.c:535)
==12476== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 5 bytes in 1 blocks are still reachable in loss record 11 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E6A144: cache_lookup (cache.c:59)
==12476== by 0x4E915F7: get_installation_path_for (reloc.c:180)
==12476== by 0x4E6B152: cfg_set_global_paths (cfg.c:448)
==12476== by 0x4E6B2F4: cfg_run_parser (cfg.c:474)
==12476== by 0x4E6B520: cfg_read_config (cfg.c:535)
==12476== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 5 bytes in 1 blocks are still reachable in loss record 12 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E6BDFE: cfg_args_set (cfg-args.c:100)
==12476== by 0x4E6B16C: cfg_set_global_paths (cfg.c:448)
==12476== by 0x4E6B2F4: cfg_run_parser (cfg.c:474)
==12476== by 0x4E6B520: cfg_read_config (cfg.c:535)
==12476== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 8 bytes in 1 blocks are still reachable in loss record 13 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x6557BDB: g_mutex_new (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x6557C45: g_static_mutex_get_mutex_impl (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4EDA448: nv_registry_alloc_handle (nvtable.c:53)
==12476== by 0x4EDA7CD: nv_registry_new (nvtable.c:134)
==12476== by 0x4ED7F48: log_msg_registry_init (logmsg.c:1766)
==12476== by 0x4ED81B2: log_msg_global_init (logmsg.c:1809)
==12476== by 0x4E69D04: app_startup (apphook.c:138)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 8 bytes in 1 blocks are still reachable in loss record 14 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4EDA64E: nv_registry_add_alias (nvtable.c:101)
==12476== by 0x4ED7F91: log_msg_registry_init (logmsg.c:1768)
==12476== by 0x4ED81B2: log_msg_global_init (logmsg.c:1809)
==12476== by 0x4E69D04: app_startup (apphook.c:138)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 8 bytes in 1 blocks are still reachable in loss record 15 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x6557BDB: g_mutex_new (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x6557C45: g_static_mutex_get_mutex_impl (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4EDE668: log_tags_global_init (tags.c:194)
==12476== by 0x4E69D09: app_startup (apphook.c:139)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 8 bytes in 1 blocks are still reachable in loss record 16 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x4EA3C0F: _cfg_lexer_alloc (cfg-lex.c:2842)
==12476== by 0x4EA2C24: _cfg_lexer_ensure_buffer_stack (cfg-lex.c:2322)
==12476== by 0x4EA23F9: _cfg_lexer__switch_to_buffer (cfg-lex.c:2114)
==12476== by 0x4E6EC02: cfg_lexer_new (cfg-lexer.c:1047)
==12476== by 0x4E6B4F8: cfg_read_config (cfg.c:534)
==12476== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 8 bytes in 1 blocks are still reachable in loss record 17 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x6557BDB: g_mutex_new (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x6557C45: g_static_mutex_get_mutex_impl (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E8B194: msg_event_create (messages.c:206)
==12476== by 0x4E8F588: plugin_dlopen_module_as_filename (plugin.c:253)
==12476== by 0x4E8F5FF: plugin_dlopen_module_as_dir_and_filename (plugin.c:269)
==12476== by 0x4E8FC04: _enumerate_and_dump_plugin_info_in_modules (plugin.c:441)
==12476== by 0x4E9013A: plugin_discover_candidate_modules (plugin.c:546)
==12476== by 0x4E902A7: plugin_load_candidate_modules (plugin.c:582)
==12476== by 0x4E6A715: cfg_load_candidate_modules (cfg.c:197)
==12476==
==12476== 9 bytes in 1 blocks are still reachable in loss record 18 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E9115A: path_resolver_add_configure_variable (reloc.c:49)
==12476== by 0x4E911F6: path_resolver_populate_configure_variables (reloc.c:57)
==12476== by 0x4E9154B: path_resolver_new (reloc.c:159)
==12476== by 0x4E915C9: get_installation_path_for (reloc.c:179)
==12476== by 0x4E9B9F9: resolved_configurable_paths_init (resolved-configurable-paths.c:33)
==12476== by 0x10A0E5: main (main.c:213)
==12476==
==12476== 9 bytes in 1 blocks are still reachable in loss record 19 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4EDA64E: nv_registry_add_alias (nvtable.c:101)
==12476== by 0x4ED7FAF: log_msg_registry_init (logmsg.c:1769)
==12476== by 0x4ED81B2: log_msg_global_init (logmsg.c:1809)
==12476== by 0x4E69D04: app_startup (apphook.c:138)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 9 bytes in 1 blocks are still reachable in loss record 20 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E946B5: str_replace_char (str-utils.c:47)
==12476== by 0x4E94722: __normalize_key (str-utils.c:61)
==12476== by 0x4E6BE0D: cfg_args_set (cfg-args.c:100)
==12476== by 0x4E6B1DE: cfg_set_global_paths (cfg.c:451)
==12476== by 0x4E6B2F4: cfg_run_parser (cfg.c:474)
==12476== by 0x4E6B520: cfg_read_config (cfg.c:535)
==12476== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 9 bytes in 1 blocks are still reachable in loss record 21 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5786CFD: CRYPTO_strdup (o_str.c:36)
==12476== by 0x56EFAD9: module_add (conf_mod.c:239)
==12476== by 0x56F0232: CONF_module_add (conf_mod.c:415)
==12476== by 0x53DEC22: ossl_init_ssl_base (ssl_init.c:105)
==12476== by 0x53DEC22: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 10 bytes in 1 blocks are still reachable in loss record 22 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E91169: path_resolver_add_configure_variable (reloc.c:49)
==12476== by 0x4E911C2: path_resolver_populate_configure_variables (reloc.c:55)
==12476== by 0x4E9154B: path_resolver_new (reloc.c:159)
==12476== by 0x4E915C9: get_installation_path_for (reloc.c:179)
==12476== by 0x4E9B9F9: resolved_configurable_paths_init (resolved-configurable-paths.c:33)
==12476== by 0x10A0E5: main (main.c:213)
==12476==
==12476== 10 bytes in 1 blocks are still reachable in loss record 23 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E9115A: path_resolver_add_configure_variable (reloc.c:49)
==12476== by 0x4E911DC: path_resolver_populate_configure_variables (reloc.c:56)
==12476== by 0x4E9154B: path_resolver_new (reloc.c:159)
==12476== by 0x4E915C9: get_installation_path_for (reloc.c:179)
==12476== by 0x4E9B9F9: resolved_configurable_paths_init (resolved-configurable-paths.c:33)
==12476== by 0x10A0E5: main (main.c:213)
==12476==
==12476== 10 bytes in 1 blocks are still reachable in loss record 24 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65036D6: g_set_prgname (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x654D35A: g_option_context_parse (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x10A149: main (main.c:220)
==12476==
==12476== 10 bytes in 1 blocks are still reachable in loss record 25 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E6EBBA: cfg_lexer_new (cfg-lexer.c:1045)
==12476== by 0x4E6B4F8: cfg_read_config (cfg.c:534)
==12476== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 11 bytes in 1 blocks are still reachable in loss record 26 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E9115A: path_resolver_add_configure_variable (reloc.c:49)
==12476== by 0x4E9122A: path_resolver_populate_configure_variables (reloc.c:59)
==12476== by 0x4E9154B: path_resolver_new (reloc.c:159)
==12476== by 0x4E915C9: get_installation_path_for (reloc.c:179)
==12476== by 0x4E9B9F9: resolved_configurable_paths_init (resolved-configurable-paths.c:33)
==12476== by 0x10A0E5: main (main.c:213)
==12476==
==12476== 11 bytes in 1 blocks are still reachable in loss record 27 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E91169: path_resolver_add_configure_variable (reloc.c:49)
==12476== by 0x4E9122A: path_resolver_populate_configure_variables (reloc.c:59)
==12476== by 0x4E9154B: path_resolver_new (reloc.c:159)
==12476== by 0x4E915C9: get_installation_path_for (reloc.c:179)
==12476== by 0x4E9B9F9: resolved_configurable_paths_init (resolved-configurable-paths.c:33)
==12476== by 0x10A0E5: main (main.c:213)
==12476==
==12476== 11 bytes in 1 blocks are still reachable in loss record 28 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E9128C: path_resolver_resolve (reloc.c:92)
==12476== by 0x4E69FBC: cache_resolver_resolve_elem (cache.h:48)
==12476== by 0x4E6A12D: cache_lookup (cache.c:56)
==12476== by 0x4E915F7: get_installation_path_for (reloc.c:180)
==12476== by 0x4E6B178: cfg_set_global_paths (cfg.c:449)
==12476== by 0x4E6B2F4: cfg_run_parser (cfg.c:474)
==12476== by 0x4E6B520: cfg_read_config (cfg.c:535)
==12476== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 11 bytes in 1 blocks are still reachable in loss record 29 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E6A144: cache_lookup (cache.c:59)
==12476== by 0x4E915F7: get_installation_path_for (reloc.c:180)
==12476== by 0x4E6B178: cfg_set_global_paths (cfg.c:449)
==12476== by 0x4E6B2F4: cfg_run_parser (cfg.c:474)
==12476== by 0x4E6B520: cfg_read_config (cfg.c:535)
==12476== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 11 bytes in 1 blocks are still reachable in loss record 30 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E6BDFE: cfg_args_set (cfg-args.c:100)
==12476== by 0x4E6B192: cfg_set_global_paths (cfg.c:449)
==12476== by 0x4E6B2F4: cfg_run_parser (cfg.c:474)
==12476== by 0x4E6B520: cfg_read_config (cfg.c:535)
==12476== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 12 bytes in 1 blocks are still reachable in loss record 31 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E946B5: str_replace_char (str-utils.c:47)
==12476== by 0x4E94722: __normalize_key (str-utils.c:61)
==12476== by 0x4E6BE0D: cfg_args_set (cfg-args.c:100)
==12476== by 0x4E6B200: cfg_set_global_paths (cfg.c:452)
==12476== by 0x4E6B2F4: cfg_run_parser (cfg.c:474)
==12476== by 0x4E6B520: cfg_read_config (cfg.c:535)
==12476== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 13 bytes in 1 blocks are still reachable in loss record 32 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x6515FE7: g_convert_with_iconv (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x6517231: g_convert (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x651770B: g_locale_to_utf8 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x654C4F6: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x654CDF6: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x654D5E3: g_option_context_parse (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x10A149: main (main.c:220)
==12476==
==12476== 13 bytes in 1 blocks are still reachable in loss record 33 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E946B5: str_replace_char (str-utils.c:47)
==12476== by 0x4E94722: __normalize_key (str-utils.c:61)
==12476== by 0x4E6BE0D: cfg_args_set (cfg-args.c:100)
==12476== by 0x4E6B273: cfg_set_global_paths (cfg.c:458)
==12476== by 0x4E6B2F4: cfg_run_parser (cfg.c:474)
==12476== by 0x4E6B520: cfg_read_config (cfg.c:535)
==12476== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 14 bytes in 1 blocks are still reachable in loss record 34 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E91169: path_resolver_add_configure_variable (reloc.c:49)
==12476== by 0x4E911F6: path_resolver_populate_configure_variables (reloc.c:57)
==12476== by 0x4E9154B: path_resolver_new (reloc.c:159)
==12476== by 0x4E915C9: get_installation_path_for (reloc.c:179)
==12476== by 0x4E9B9F9: resolved_configurable_paths_init (resolved-configurable-paths.c:33)
==12476== by 0x10A0E5: main (main.c:213)
==12476==
==12476== 14 bytes in 1 blocks are still reachable in loss record 35 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4EDA64E: nv_registry_add_alias (nvtable.c:101)
==12476== by 0x4ED7FCD: log_msg_registry_init (logmsg.c:1770)
==12476== by 0x4ED81B2: log_msg_global_init (logmsg.c:1809)
==12476== by 0x4E69D04: app_startup (apphook.c:138)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 15 bytes in 1 blocks are still reachable in loss record 36 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E91169: path_resolver_add_configure_variable (reloc.c:49)
==12476== by 0x4E911DC: path_resolver_populate_configure_variables (reloc.c:56)
==12476== by 0x4E9154B: path_resolver_new (reloc.c:159)
==12476== by 0x4E915C9: get_installation_path_for (reloc.c:179)
==12476== by 0x4E9B9F9: resolved_configurable_paths_init (resolved-configurable-paths.c:33)
==12476== by 0x10A0E5: main (main.c:213)
==12476==
==12476== 15 bytes in 1 blocks are still reachable in loss record 37 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E91169: path_resolver_add_configure_variable (reloc.c:49)
==12476== by 0x4E91210: path_resolver_populate_configure_variables (reloc.c:58)
==12476== by 0x4E9154B: path_resolver_new (reloc.c:159)
==12476== by 0x4E915C9: get_installation_path_for (reloc.c:179)
==12476== by 0x4E9B9F9: resolved_configurable_paths_init (resolved-configurable-paths.c:33)
==12476== by 0x10A0E5: main (main.c:213)
==12476==
==12476== 15 bytes in 1 blocks are still reachable in loss record 38 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x6516A2C: g_get_charset (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65176E3: g_locale_to_utf8 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x654C4F6: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x654CBBA: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x654D49B: g_option_context_parse (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x10A149: main (main.c:220)
==12476==
==12476== 15 bytes in 1 blocks are still reachable in loss record 39 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x6516A71: g_get_charset (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65176E3: g_locale_to_utf8 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x654C4F6: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x654CBBA: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x654D49B: g_option_context_parse (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x10A149: main (main.c:220)
==12476==
==12476== 15 bytes in 1 blocks are still reachable in loss record 40 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E946B5: str_replace_char (str-utils.c:47)
==12476== by 0x4E94722: __normalize_key (str-utils.c:61)
==12476== by 0x4E6BE0D: cfg_args_set (cfg-args.c:100)
==12476== by 0x4E6B16C: cfg_set_global_paths (cfg.c:448)
==12476== by 0x4E6B2F4: cfg_run_parser (cfg.c:474)
==12476== by 0x4E6B520: cfg_read_config (cfg.c:535)
==12476== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 15 bytes in 1 blocks are still reachable in loss record 41 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E946B5: str_replace_char (str-utils.c:47)
==12476== by 0x4E94722: __normalize_key (str-utils.c:61)
==12476== by 0x4E6BE0D: cfg_args_set (cfg-args.c:100)
==12476== by 0x4E6B192: cfg_set_global_paths (cfg.c:449)
==12476== by 0x4E6B2F4: cfg_run_parser (cfg.c:474)
==12476== by 0x4E6B520: cfg_read_config (cfg.c:535)
==12476== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 15 bytes in 1 blocks are still reachable in loss record 42 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E9128C: path_resolver_resolve (reloc.c:92)
==12476== by 0x4E69FBC: cache_resolver_resolve_elem (cache.h:48)
==12476== by 0x4E6A12D: cache_lookup (cache.c:56)
==12476== by 0x4E915F7: get_installation_path_for (reloc.c:180)
==12476== by 0x4E6B23D: cfg_set_global_paths (cfg.c:455)
==12476== by 0x4E6B2F4: cfg_run_parser (cfg.c:474)
==12476== by 0x4E6B520: cfg_read_config (cfg.c:535)
==12476== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 15 bytes in 1 blocks are still reachable in loss record 43 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E6A144: cache_lookup (cache.c:59)
==12476== by 0x4E915F7: get_installation_path_for (reloc.c:180)
==12476== by 0x4E6B23D: cfg_set_global_paths (cfg.c:455)
==12476== by 0x4E6B2F4: cfg_run_parser (cfg.c:474)
==12476== by 0x4E6B520: cfg_read_config (cfg.c:535)
==12476== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 16 bytes in 1 blocks are still reachable in loss record 44 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E9115A: path_resolver_add_configure_variable (reloc.c:49)
==12476== by 0x4E91210: path_resolver_populate_configure_variables (reloc.c:58)
==12476== by 0x4E9154B: path_resolver_new (reloc.c:159)
==12476== by 0x4E915C9: get_installation_path_for (reloc.c:179)
==12476== by 0x4E9B9F9: resolved_configurable_paths_init (resolved-configurable-paths.c:33)
==12476== by 0x10A0E5: main (main.c:213)
==12476==
==12476== 16 bytes in 1 blocks are still reachable in loss record 45 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E6A03B: cache_new (cache.c:34)
==12476== by 0x4E915D1: get_installation_path_for (reloc.c:179)
==12476== by 0x4E9B9F9: resolved_configurable_paths_init (resolved-configurable-paths.c:33)
==12476== by 0x10A0E5: main (main.c:213)
==12476==
==12476== 16 bytes in 1 blocks are still reachable in loss record 46 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E6BED6: cfg_args_new (cfg-args.c:121)
==12476== by 0x4E6AF54: cfg_new (cfg.c:391)
==12476== by 0x4E89421: main_loop_read_and_init_config (mainloop.c:504)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 16 bytes in 1 blocks are still reachable in loss record 47 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5779F7C: OPENSSL_atexit (init.c:667)
==12476== by 0x53DEC2E: ossl_init_ssl_base (ssl_init.c:110)
==12476== by 0x53DEC2E: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476== by 0x4013AFD: dl_open_worker (in /usr/lib/ld-2.26.so)
==12476==
==12476== 17 bytes in 1 blocks are still reachable in loss record 48 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E91169: path_resolver_add_configure_variable (reloc.c:49)
==12476== by 0x4E91244: path_resolver_populate_configure_variables (reloc.c:60)
==12476== by 0x4E9154B: path_resolver_new (reloc.c:159)
==12476== by 0x4E915C9: get_installation_path_for (reloc.c:179)
==12476== by 0x4E9B9F9: resolved_configurable_paths_init (resolved-configurable-paths.c:33)
==12476== by 0x10A0E5: main (main.c:213)
==12476==
==12476== 18 bytes in 1 blocks are still reachable in loss record 49 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E946B5: str_replace_char (str-utils.c:47)
==12476== by 0x4E94722: __normalize_key (str-utils.c:61)
==12476== by 0x4E6BE0D: cfg_args_set (cfg-args.c:100)
==12476== by 0x4E6B1B8: cfg_set_global_paths (cfg.c:450)
==12476== by 0x4E6B2F4: cfg_run_parser (cfg.c:474)
==12476== by 0x4E6B520: cfg_read_config (cfg.c:535)
==12476== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 18 bytes in 1 blocks are still reachable in loss record 50 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E946B5: str_replace_char (str-utils.c:47)
==12476== by 0x4E94722: __normalize_key (str-utils.c:61)
==12476== by 0x4E6BE0D: cfg_args_set (cfg-args.c:100)
==12476== by 0x4EAB8A5: pragma_parse (pragma-grammar.y:419)
==12476== by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
==12476== by 0x4E6E6EF: cfg_lexer_lex (cfg-lexer.c:933)
==12476== by 0x4E6FD48: main_lex (cfg-parser.c:185)
==12476== by 0x4EA4DC4: main_parse (cfg-grammar.c:3115)
==12476== by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
==12476==
==12476== 19 bytes in 1 blocks are still reachable in loss record 51 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E9115A: path_resolver_add_configure_variable (reloc.c:49)
==12476== by 0x4E91244: path_resolver_populate_configure_variables (reloc.c:60)
==12476== by 0x4E9154B: path_resolver_new (reloc.c:159)
==12476== by 0x4E915C9: get_installation_path_for (reloc.c:179)
==12476== by 0x4E9B9F9: resolved_configurable_paths_init (resolved-configurable-paths.c:33)
==12476== by 0x10A0E5: main (main.c:213)
==12476==
==12476== 19 bytes in 1 blocks are still reachable in loss record 52 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E9128C: path_resolver_resolve (reloc.c:92)
==12476== by 0x4E69FBC: cache_resolver_resolve_elem (cache.h:48)
==12476== by 0x4E6A12D: cache_lookup (cache.c:56)
==12476== by 0x4E915F7: get_installation_path_for (reloc.c:180)
==12476== by 0x4E9BA2C: resolved_configurable_paths_init (resolved-configurable-paths.c:35)
==12476== by 0x10A0E5: main (main.c:213)
==12476==
==12476== 19 bytes in 1 blocks are still reachable in loss record 53 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E6A144: cache_lookup (cache.c:59)
==12476== by 0x4E915F7: get_installation_path_for (reloc.c:180)
==12476== by 0x4E9BA2C: resolved_configurable_paths_init (resolved-configurable-paths.c:35)
==12476== by 0x10A0E5: main (main.c:213)
==12476==
==12476== 19 bytes in 1 blocks are still reachable in loss record 54 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B050: g_strconcat (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E91420: path_resolver_resolve (reloc.c:129)
==12476== by 0x4E69FBC: cache_resolver_resolve_elem (cache.h:48)
==12476== by 0x4E6A12D: cache_lookup (cache.c:56)
==12476== by 0x4E915F7: get_installation_path_for (reloc.c:180)
==12476== by 0x4E9BA46: resolved_configurable_paths_init (resolved-configurable-paths.c:36)
==12476== by 0x10A0E5: main (main.c:213)
==12476==
==12476== 19 bytes in 1 blocks are still reachable in loss record 55 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E946B5: str_replace_char (str-utils.c:47)
==12476== by 0x4E94722: __normalize_key (str-utils.c:61)
==12476== by 0x4E6BE0D: cfg_args_set (cfg-args.c:100)
==12476== by 0x4E6B222: cfg_set_global_paths (cfg.c:453)
==12476== by 0x4E6B2F4: cfg_run_parser (cfg.c:474)
==12476== by 0x4E6B520: cfg_read_config (cfg.c:535)
==12476== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 23 bytes in 1 blocks are still reachable in loss record 56 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E6C394: cfg_lexer_push_context (cfg-lexer.c:82)
==12476== by 0x4E703D1: cfg_parser_parse (cfg-parser.c:302)
==12476== by 0x4E6B30C: cfg_run_parser (cfg.c:476)
==12476== by 0x4E6B520: cfg_read_config (cfg.c:535)
==12476== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 57 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x6516B5A: g_get_charset (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65176E3: g_locale_to_utf8 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x654C4F6: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x654CBBA: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x654D49B: g_option_context_parse (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x10A149: main (main.c:220)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 58 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x67F2086: evt_ctx_tag_hook_add (evtctx.c:138)
==12476== by 0x67F2178: evt_ctx_init (evtctx.c:163)
==12476== by 0x4E8B478: msg_init (messages.c:283)
==12476== by 0x4E69CB7: app_startup (apphook.c:125)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 59 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E69A49: register_application_hook (apphook.c:63)
==12476== by 0x4E6980E: afinter_global_init (afinter.c:484)
==12476== by 0x4E69CEB: app_startup (apphook.c:133)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 60 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x653A3B4: g_list_append (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E69A84: register_application_hook (apphook.c:69)
==12476== by 0x4E6980E: afinter_global_init (afinter.c:484)
==12476== by 0x4E69CEB: app_startup (apphook.c:133)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 61 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x653A3B4: g_list_append (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4ED13CE: control_register_command (control-commands.c:55)
==12476== by 0x4ECD5D1: stats_register_control_commands (stats-control.c:49)
==12476== by 0x4ECD413: stats_init (stats.c:243)
==12476== by 0x4E69CFA: app_startup (apphook.c:136)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 62 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x653A3B4: g_list_append (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4ED13CE: control_register_command (control-commands.c:55)
==12476== by 0x4ECD5EE: stats_register_control_commands (stats-control.c:50)
==12476== by 0x4ECD413: stats_init (stats.c:243)
==12476== by 0x4E69CFA: app_startup (apphook.c:136)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 63 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65301C3: g_string_sized_new (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E6B4DC: cfg_read_config (cfg.c:532)
==12476== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 64 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65301C3: g_string_sized_new (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E6EA9C: cfg_lexer_init (cfg-lexer.c:1017)
==12476== by 0x4E6EB87: cfg_lexer_new (cfg-lexer.c:1040)
==12476== by 0x4E6B4F8: cfg_read_config (cfg.c:534)
==12476== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 65 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65301C3: g_string_sized_new (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E6EAB4: cfg_lexer_init (cfg-lexer.c:1018)
==12476== by 0x4E6EB87: cfg_lexer_new (cfg-lexer.c:1040)
==12476== by 0x4E6B4F8: cfg_read_config (cfg.c:534)
==12476== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 66 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65301C3: g_string_sized_new (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E6EACC: cfg_lexer_init (cfg-lexer.c:1019)
==12476== by 0x4E6EB87: cfg_lexer_new (cfg-lexer.c:1040)
==12476== by 0x4E6B4F8: cfg_read_config (cfg.c:534)
==12476== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 67 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x653A366: g_list_prepend (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E6C402: cfg_lexer_push_context (cfg-lexer.c:86)
==12476== by 0x4E703D1: cfg_parser_parse (cfg-parser.c:302)
==12476== by 0x4E6B30C: cfg_run_parser (cfg.c:476)
==12476== by 0x4E6B520: cfg_read_config (cfg.c:535)
==12476== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 68 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F33F: openssl_add_all_ciphers_int (c_allc.c:21)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 69 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F33F: openssl_add_all_ciphers_int (c_allc.c:21)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 70 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F33F: openssl_add_all_ciphers_int (c_allc.c:21)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 71 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F33F: openssl_add_all_ciphers_int (c_allc.c:21)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 72 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F34C: openssl_add_all_ciphers_int (c_allc.c:22)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 73 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F34C: openssl_add_all_ciphers_int (c_allc.c:22)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 74 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F34C: openssl_add_all_ciphers_int (c_allc.c:22)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 75 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F34C: openssl_add_all_ciphers_int (c_allc.c:22)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 76 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F359: openssl_add_all_ciphers_int (c_allc.c:23)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 77 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F359: openssl_add_all_ciphers_int (c_allc.c:23)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 78 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F359: openssl_add_all_ciphers_int (c_allc.c:23)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 79 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F359: openssl_add_all_ciphers_int (c_allc.c:23)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 80 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F366: openssl_add_all_ciphers_int (c_allc.c:24)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 81 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F366: openssl_add_all_ciphers_int (c_allc.c:24)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 82 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F366: openssl_add_all_ciphers_int (c_allc.c:24)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 83 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F366: openssl_add_all_ciphers_int (c_allc.c:24)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 84 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F373: openssl_add_all_ciphers_int (c_allc.c:25)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 85 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F373: openssl_add_all_ciphers_int (c_allc.c:25)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 86 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F373: openssl_add_all_ciphers_int (c_allc.c:25)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 87 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F373: openssl_add_all_ciphers_int (c_allc.c:25)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 88 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F380: openssl_add_all_ciphers_int (c_allc.c:26)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 89 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F380: openssl_add_all_ciphers_int (c_allc.c:26)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 90 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F380: openssl_add_all_ciphers_int (c_allc.c:26)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 91 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F380: openssl_add_all_ciphers_int (c_allc.c:26)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 92 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F38D: openssl_add_all_ciphers_int (c_allc.c:27)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 93 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F38D: openssl_add_all_ciphers_int (c_allc.c:27)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 94 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F38D: openssl_add_all_ciphers_int (c_allc.c:27)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 95 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F38D: openssl_add_all_ciphers_int (c_allc.c:27)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 96 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F39A: openssl_add_all_ciphers_int (c_allc.c:29)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 97 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F39A: openssl_add_all_ciphers_int (c_allc.c:29)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 98 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F39A: openssl_add_all_ciphers_int (c_allc.c:29)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 99 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F39A: openssl_add_all_ciphers_int (c_allc.c:29)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 100 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F3A7: openssl_add_all_ciphers_int (c_allc.c:30)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 101 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F3A7: openssl_add_all_ciphers_int (c_allc.c:30)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 102 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F3A7: openssl_add_all_ciphers_int (c_allc.c:30)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 103 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F3A7: openssl_add_all_ciphers_int (c_allc.c:30)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 104 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F3B4: openssl_add_all_ciphers_int (c_allc.c:31)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 105 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F3B4: openssl_add_all_ciphers_int (c_allc.c:31)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 106 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F3B4: openssl_add_all_ciphers_int (c_allc.c:31)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 107 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F3B4: openssl_add_all_ciphers_int (c_allc.c:31)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 108 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F3C1: openssl_add_all_ciphers_int (c_allc.c:33)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 109 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F3C1: openssl_add_all_ciphers_int (c_allc.c:33)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 110 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F3C1: openssl_add_all_ciphers_int (c_allc.c:33)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 111 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F3C1: openssl_add_all_ciphers_int (c_allc.c:33)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 112 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F3D9: openssl_add_all_ciphers_int (c_allc.c:34)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 113 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F3D9: openssl_add_all_ciphers_int (c_allc.c:34)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 114 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F3F1: openssl_add_all_ciphers_int (c_allc.c:35)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 115 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F3F1: openssl_add_all_ciphers_int (c_allc.c:35)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 116 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F3FE: openssl_add_all_ciphers_int (c_allc.c:37)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 117 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F3FE: openssl_add_all_ciphers_int (c_allc.c:37)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 118 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F416: openssl_add_all_ciphers_int (c_allc.c:38)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 119 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F416: openssl_add_all_ciphers_int (c_allc.c:38)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 120 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F42E: openssl_add_all_ciphers_int (c_allc.c:39)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 121 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F42E: openssl_add_all_ciphers_int (c_allc.c:39)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 122 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F43B: openssl_add_all_ciphers_int (c_allc.c:40)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 123 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F43B: openssl_add_all_ciphers_int (c_allc.c:40)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 124 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F43B: openssl_add_all_ciphers_int (c_allc.c:40)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 125 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F43B: openssl_add_all_ciphers_int (c_allc.c:40)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 126 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F448: openssl_add_all_ciphers_int (c_allc.c:41)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 127 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F448: openssl_add_all_ciphers_int (c_allc.c:41)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 128 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F460: openssl_add_all_ciphers_int (c_allc.c:42)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 129 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F460: openssl_add_all_ciphers_int (c_allc.c:42)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 130 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F478: openssl_add_all_ciphers_int (c_allc.c:43)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 131 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F478: openssl_add_all_ciphers_int (c_allc.c:43)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 132 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F485: openssl_add_all_ciphers_int (c_allc.c:45)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 133 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F485: openssl_add_all_ciphers_int (c_allc.c:45)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 134 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F485: openssl_add_all_ciphers_int (c_allc.c:45)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 135 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F485: openssl_add_all_ciphers_int (c_allc.c:45)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 136 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F492: openssl_add_all_ciphers_int (c_allc.c:46)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 137 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F492: openssl_add_all_ciphers_int (c_allc.c:46)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 138 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F492: openssl_add_all_ciphers_int (c_allc.c:46)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 139 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F492: openssl_add_all_ciphers_int (c_allc.c:46)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 140 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F4AA: openssl_add_all_ciphers_int (c_allc.c:47)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 141 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F4AA: openssl_add_all_ciphers_int (c_allc.c:47)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 142 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F4C2: openssl_add_all_ciphers_int (c_allc.c:48)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 143 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F4C2: openssl_add_all_ciphers_int (c_allc.c:48)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 144 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F4CF: openssl_add_all_ciphers_int (c_allc.c:49)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 145 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F4CF: openssl_add_all_ciphers_int (c_allc.c:49)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 146 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F4CF: openssl_add_all_ciphers_int (c_allc.c:49)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 147 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F4CF: openssl_add_all_ciphers_int (c_allc.c:49)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 148 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F4E7: openssl_add_all_ciphers_int (c_allc.c:50)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 149 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F4E7: openssl_add_all_ciphers_int (c_allc.c:50)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 150 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F4FF: openssl_add_all_ciphers_int (c_allc.c:51)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 151 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F4FF: openssl_add_all_ciphers_int (c_allc.c:51)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 152 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F50C: openssl_add_all_ciphers_int (c_allc.c:52)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 153 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F50C: openssl_add_all_ciphers_int (c_allc.c:52)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 154 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F524: openssl_add_all_ciphers_int (c_allc.c:53)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 155 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F524: openssl_add_all_ciphers_int (c_allc.c:53)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 156 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F531: openssl_add_all_ciphers_int (c_allc.c:57)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 157 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F531: openssl_add_all_ciphers_int (c_allc.c:57)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 158 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F53E: openssl_add_all_ciphers_int (c_allc.c:58)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 159 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F53E: openssl_add_all_ciphers_int (c_allc.c:58)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 160 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F53E: openssl_add_all_ciphers_int (c_allc.c:58)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 161 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F53E: openssl_add_all_ciphers_int (c_allc.c:58)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 162 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F54B: openssl_add_all_ciphers_int (c_allc.c:60)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 163 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F54B: openssl_add_all_ciphers_int (c_allc.c:60)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 164 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F558: openssl_add_all_ciphers_int (c_allc.c:65)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 165 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F558: openssl_add_all_ciphers_int (c_allc.c:65)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 166 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F558: openssl_add_all_ciphers_int (c_allc.c:65)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 167 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F558: openssl_add_all_ciphers_int (c_allc.c:65)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 168 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F565: openssl_add_all_ciphers_int (c_allc.c:66)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 169 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F565: openssl_add_all_ciphers_int (c_allc.c:66)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 170 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F565: openssl_add_all_ciphers_int (c_allc.c:66)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 171 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F565: openssl_add_all_ciphers_int (c_allc.c:66)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 172 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F572: openssl_add_all_ciphers_int (c_allc.c:67)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 173 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F572: openssl_add_all_ciphers_int (c_allc.c:67)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 174 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F572: openssl_add_all_ciphers_int (c_allc.c:67)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 175 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F572: openssl_add_all_ciphers_int (c_allc.c:67)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 176 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F57F: openssl_add_all_ciphers_int (c_allc.c:68)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 177 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F57F: openssl_add_all_ciphers_int (c_allc.c:68)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 178 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F597: openssl_add_all_ciphers_int (c_allc.c:69)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 179 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F597: openssl_add_all_ciphers_int (c_allc.c:69)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 180 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F5AF: openssl_add_all_ciphers_int (c_allc.c:70)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 181 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F5AF: openssl_add_all_ciphers_int (c_allc.c:70)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 182 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F5BC: openssl_add_all_ciphers_int (c_allc.c:74)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 183 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F5BC: openssl_add_all_ciphers_int (c_allc.c:74)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 184 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F5BC: openssl_add_all_ciphers_int (c_allc.c:74)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 185 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F5BC: openssl_add_all_ciphers_int (c_allc.c:74)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 186 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F5C9: openssl_add_all_ciphers_int (c_allc.c:75)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 187 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F5C9: openssl_add_all_ciphers_int (c_allc.c:75)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 188 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F5C9: openssl_add_all_ciphers_int (c_allc.c:75)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 189 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F5C9: openssl_add_all_ciphers_int (c_allc.c:75)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 190 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F5D6: openssl_add_all_ciphers_int (c_allc.c:76)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 191 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F5D6: openssl_add_all_ciphers_int (c_allc.c:76)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 192 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F5D6: openssl_add_all_ciphers_int (c_allc.c:76)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 193 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F5D6: openssl_add_all_ciphers_int (c_allc.c:76)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 194 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F5E3: openssl_add_all_ciphers_int (c_allc.c:77)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 195 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F5E3: openssl_add_all_ciphers_int (c_allc.c:77)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 196 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F5FB: openssl_add_all_ciphers_int (c_allc.c:78)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 197 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F5FB: openssl_add_all_ciphers_int (c_allc.c:78)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 198 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F613: openssl_add_all_ciphers_int (c_allc.c:79)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 199 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F613: openssl_add_all_ciphers_int (c_allc.c:79)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 200 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F620: openssl_add_all_ciphers_int (c_allc.c:83)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 201 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F620: openssl_add_all_ciphers_int (c_allc.c:83)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 202 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F620: openssl_add_all_ciphers_int (c_allc.c:83)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 203 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F620: openssl_add_all_ciphers_int (c_allc.c:83)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 204 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F62D: openssl_add_all_ciphers_int (c_allc.c:84)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 205 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F62D: openssl_add_all_ciphers_int (c_allc.c:84)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 206 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F62D: openssl_add_all_ciphers_int (c_allc.c:84)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 207 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F62D: openssl_add_all_ciphers_int (c_allc.c:84)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 208 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F63A: openssl_add_all_ciphers_int (c_allc.c:85)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 209 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F63A: openssl_add_all_ciphers_int (c_allc.c:85)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 210 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F63A: openssl_add_all_ciphers_int (c_allc.c:85)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 211 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F63A: openssl_add_all_ciphers_int (c_allc.c:85)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 212 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F647: openssl_add_all_ciphers_int (c_allc.c:86)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 213 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F647: openssl_add_all_ciphers_int (c_allc.c:86)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 214 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F654: openssl_add_all_ciphers_int (c_allc.c:87)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 215 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F654: openssl_add_all_ciphers_int (c_allc.c:87)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 216 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F661: openssl_add_all_ciphers_int (c_allc.c:88)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 217 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F661: openssl_add_all_ciphers_int (c_allc.c:88)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 218 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F661: openssl_add_all_ciphers_int (c_allc.c:88)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 219 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F661: openssl_add_all_ciphers_int (c_allc.c:88)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 220 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F679: openssl_add_all_ciphers_int (c_allc.c:89)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 221 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F679: openssl_add_all_ciphers_int (c_allc.c:89)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 222 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F691: openssl_add_all_ciphers_int (c_allc.c:90)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 223 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F691: openssl_add_all_ciphers_int (c_allc.c:90)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 224 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F6A9: openssl_add_all_ciphers_int (c_allc.c:91)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 225 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F6A9: openssl_add_all_ciphers_int (c_allc.c:91)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 226 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F6C1: openssl_add_all_ciphers_int (c_allc.c:92)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 227 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F6C1: openssl_add_all_ciphers_int (c_allc.c:92)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 228 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F6D9: openssl_add_all_ciphers_int (c_allc.c:93)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 229 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F6D9: openssl_add_all_ciphers_int (c_allc.c:93)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 230 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F6E6: openssl_add_all_ciphers_int (c_allc.c:97)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 231 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F6E6: openssl_add_all_ciphers_int (c_allc.c:97)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 232 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F6E6: openssl_add_all_ciphers_int (c_allc.c:97)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 233 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F6E6: openssl_add_all_ciphers_int (c_allc.c:97)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 234 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F6F3: openssl_add_all_ciphers_int (c_allc.c:98)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 235 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F6F3: openssl_add_all_ciphers_int (c_allc.c:98)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 236 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F6F3: openssl_add_all_ciphers_int (c_allc.c:98)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 237 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F6F3: openssl_add_all_ciphers_int (c_allc.c:98)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 238 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F700: openssl_add_all_ciphers_int (c_allc.c:99)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 239 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F700: openssl_add_all_ciphers_int (c_allc.c:99)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 240 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F700: openssl_add_all_ciphers_int (c_allc.c:99)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 241 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F700: openssl_add_all_ciphers_int (c_allc.c:99)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 242 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F70D: openssl_add_all_ciphers_int (c_allc.c:100)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 243 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F70D: openssl_add_all_ciphers_int (c_allc.c:100)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 244 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F70D: openssl_add_all_ciphers_int (c_allc.c:100)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 245 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F70D: openssl_add_all_ciphers_int (c_allc.c:100)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 246 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F725: openssl_add_all_ciphers_int (c_allc.c:101)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 247 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F725: openssl_add_all_ciphers_int (c_allc.c:101)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 248 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F73D: openssl_add_all_ciphers_int (c_allc.c:102)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 249 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F73D: openssl_add_all_ciphers_int (c_allc.c:102)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 250 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F755: openssl_add_all_ciphers_int (c_allc.c:103)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 251 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F755: openssl_add_all_ciphers_int (c_allc.c:103)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 252 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F762: openssl_add_all_ciphers_int (c_allc.c:107)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 253 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F762: openssl_add_all_ciphers_int (c_allc.c:107)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 254 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F762: openssl_add_all_ciphers_int (c_allc.c:107)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 255 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F762: openssl_add_all_ciphers_int (c_allc.c:107)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 256 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F76F: openssl_add_all_ciphers_int (c_allc.c:108)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 257 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F76F: openssl_add_all_ciphers_int (c_allc.c:108)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 258 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F76F: openssl_add_all_ciphers_int (c_allc.c:108)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 259 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F76F: openssl_add_all_ciphers_int (c_allc.c:108)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 260 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F77C: openssl_add_all_ciphers_int (c_allc.c:109)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 261 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F77C: openssl_add_all_ciphers_int (c_allc.c:109)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 262 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F77C: openssl_add_all_ciphers_int (c_allc.c:109)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 263 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F77C: openssl_add_all_ciphers_int (c_allc.c:109)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 264 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F789: openssl_add_all_ciphers_int (c_allc.c:110)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 265 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F789: openssl_add_all_ciphers_int (c_allc.c:110)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 266 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F789: openssl_add_all_ciphers_int (c_allc.c:110)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 267 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F789: openssl_add_all_ciphers_int (c_allc.c:110)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 268 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F7A1: openssl_add_all_ciphers_int (c_allc.c:111)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 269 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F7A1: openssl_add_all_ciphers_int (c_allc.c:111)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 270 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F7B9: openssl_add_all_ciphers_int (c_allc.c:112)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 271 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F7B9: openssl_add_all_ciphers_int (c_allc.c:112)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 272 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F7D1: openssl_add_all_ciphers_int (c_allc.c:113)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 273 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F7D1: openssl_add_all_ciphers_int (c_allc.c:113)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 274 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F7E9: openssl_add_all_ciphers_int (c_allc.c:114)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 275 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F7E9: openssl_add_all_ciphers_int (c_allc.c:114)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 276 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F7F6: openssl_add_all_ciphers_int (c_allc.c:126)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 277 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F7F6: openssl_add_all_ciphers_int (c_allc.c:126)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 278 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F7F6: openssl_add_all_ciphers_int (c_allc.c:126)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 279 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F7F6: openssl_add_all_ciphers_int (c_allc.c:126)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 280 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F803: openssl_add_all_ciphers_int (c_allc.c:127)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 281 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F803: openssl_add_all_ciphers_int (c_allc.c:127)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 282 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F810: openssl_add_all_ciphers_int (c_allc.c:128)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 283 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F810: openssl_add_all_ciphers_int (c_allc.c:128)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 284 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F810: openssl_add_all_ciphers_int (c_allc.c:128)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 285 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F810: openssl_add_all_ciphers_int (c_allc.c:128)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 286 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F81D: openssl_add_all_ciphers_int (c_allc.c:129)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 287 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F81D: openssl_add_all_ciphers_int (c_allc.c:129)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 288 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F81D: openssl_add_all_ciphers_int (c_allc.c:129)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 289 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F81D: openssl_add_all_ciphers_int (c_allc.c:129)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 290 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F82A: openssl_add_all_ciphers_int (c_allc.c:130)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 291 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F82A: openssl_add_all_ciphers_int (c_allc.c:130)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 292 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F82A: openssl_add_all_ciphers_int (c_allc.c:130)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 293 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F82A: openssl_add_all_ciphers_int (c_allc.c:130)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 294 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F837: openssl_add_all_ciphers_int (c_allc.c:131)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 295 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F837: openssl_add_all_ciphers_int (c_allc.c:131)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 296 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F837: openssl_add_all_ciphers_int (c_allc.c:131)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 297 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F837: openssl_add_all_ciphers_int (c_allc.c:131)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 298 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F844: openssl_add_all_ciphers_int (c_allc.c:132)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 299 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F844: openssl_add_all_ciphers_int (c_allc.c:132)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 300 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F844: openssl_add_all_ciphers_int (c_allc.c:132)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 301 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F844: openssl_add_all_ciphers_int (c_allc.c:132)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 302 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F851: openssl_add_all_ciphers_int (c_allc.c:133)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 303 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F851: openssl_add_all_ciphers_int (c_allc.c:133)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 304 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F85E: openssl_add_all_ciphers_int (c_allc.c:135)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 305 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F85E: openssl_add_all_ciphers_int (c_allc.c:135)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 306 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F85E: openssl_add_all_ciphers_int (c_allc.c:135)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 307 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F85E: openssl_add_all_ciphers_int (c_allc.c:135)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 308 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F86B: openssl_add_all_ciphers_int (c_allc.c:137)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 309 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F86B: openssl_add_all_ciphers_int (c_allc.c:137)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 310 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F86B: openssl_add_all_ciphers_int (c_allc.c:137)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 311 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F86B: openssl_add_all_ciphers_int (c_allc.c:137)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 312 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F878: openssl_add_all_ciphers_int (c_allc.c:138)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 313 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F878: openssl_add_all_ciphers_int (c_allc.c:138)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 314 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F885: openssl_add_all_ciphers_int (c_allc.c:139)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 315 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F885: openssl_add_all_ciphers_int (c_allc.c:139)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 316 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F89D: openssl_add_all_ciphers_int (c_allc.c:140)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 317 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F89D: openssl_add_all_ciphers_int (c_allc.c:140)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 318 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F8AA: openssl_add_all_ciphers_int (c_allc.c:141)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 319 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F8AA: openssl_add_all_ciphers_int (c_allc.c:141)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 320 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F8C2: openssl_add_all_ciphers_int (c_allc.c:142)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 321 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F8C2: openssl_add_all_ciphers_int (c_allc.c:142)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 322 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F8DA: openssl_add_all_ciphers_int (c_allc.c:143)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 323 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F8DA: openssl_add_all_ciphers_int (c_allc.c:143)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 324 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F8E7: openssl_add_all_ciphers_int (c_allc.c:144)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 325 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F8E7: openssl_add_all_ciphers_int (c_allc.c:144)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 326 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F8E7: openssl_add_all_ciphers_int (c_allc.c:144)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 327 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F8E7: openssl_add_all_ciphers_int (c_allc.c:144)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 328 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F8F4: openssl_add_all_ciphers_int (c_allc.c:145)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 329 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F8F4: openssl_add_all_ciphers_int (c_allc.c:145)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 330 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F901: openssl_add_all_ciphers_int (c_allc.c:146)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 331 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F901: openssl_add_all_ciphers_int (c_allc.c:146)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 332 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F901: openssl_add_all_ciphers_int (c_allc.c:146)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 333 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F901: openssl_add_all_ciphers_int (c_allc.c:146)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 334 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F90E: openssl_add_all_ciphers_int (c_allc.c:147)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 335 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F90E: openssl_add_all_ciphers_int (c_allc.c:147)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 336 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F90E: openssl_add_all_ciphers_int (c_allc.c:147)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 337 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F90E: openssl_add_all_ciphers_int (c_allc.c:147)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 338 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F91B: openssl_add_all_ciphers_int (c_allc.c:148)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 339 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F91B: openssl_add_all_ciphers_int (c_allc.c:148)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 340 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F91B: openssl_add_all_ciphers_int (c_allc.c:148)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 341 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F91B: openssl_add_all_ciphers_int (c_allc.c:148)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 342 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F928: openssl_add_all_ciphers_int (c_allc.c:149)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 343 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F928: openssl_add_all_ciphers_int (c_allc.c:149)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 344 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F928: openssl_add_all_ciphers_int (c_allc.c:149)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 345 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F928: openssl_add_all_ciphers_int (c_allc.c:149)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 346 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F935: openssl_add_all_ciphers_int (c_allc.c:150)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 347 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F935: openssl_add_all_ciphers_int (c_allc.c:150)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 348 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F935: openssl_add_all_ciphers_int (c_allc.c:150)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 349 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F935: openssl_add_all_ciphers_int (c_allc.c:150)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 350 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F942: openssl_add_all_ciphers_int (c_allc.c:151)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 351 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F942: openssl_add_all_ciphers_int (c_allc.c:151)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 352 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F942: openssl_add_all_ciphers_int (c_allc.c:151)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 353 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F942: openssl_add_all_ciphers_int (c_allc.c:151)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 354 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F94F: openssl_add_all_ciphers_int (c_allc.c:153)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 355 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F94F: openssl_add_all_ciphers_int (c_allc.c:153)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 356 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F94F: openssl_add_all_ciphers_int (c_allc.c:153)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 357 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F94F: openssl_add_all_ciphers_int (c_allc.c:153)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 358 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F95C: openssl_add_all_ciphers_int (c_allc.c:155)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 359 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F95C: openssl_add_all_ciphers_int (c_allc.c:155)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 360 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F95C: openssl_add_all_ciphers_int (c_allc.c:155)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 361 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F95C: openssl_add_all_ciphers_int (c_allc.c:155)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 362 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F969: openssl_add_all_ciphers_int (c_allc.c:156)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 363 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F969: openssl_add_all_ciphers_int (c_allc.c:156)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 364 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F981: openssl_add_all_ciphers_int (c_allc.c:157)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 365 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F981: openssl_add_all_ciphers_int (c_allc.c:157)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 366 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F98E: openssl_add_all_ciphers_int (c_allc.c:158)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 367 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F98E: openssl_add_all_ciphers_int (c_allc.c:158)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 368 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F9A6: openssl_add_all_ciphers_int (c_allc.c:159)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 369 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F9A6: openssl_add_all_ciphers_int (c_allc.c:159)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 370 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F9BE: openssl_add_all_ciphers_int (c_allc.c:160)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 371 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F9BE: openssl_add_all_ciphers_int (c_allc.c:160)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 372 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F9CB: openssl_add_all_ciphers_int (c_allc.c:161)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 373 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F9CB: openssl_add_all_ciphers_int (c_allc.c:161)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 374 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F9CB: openssl_add_all_ciphers_int (c_allc.c:161)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 375 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F9CB: openssl_add_all_ciphers_int (c_allc.c:161)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 376 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F9D8: openssl_add_all_ciphers_int (c_allc.c:162)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 377 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F9D8: openssl_add_all_ciphers_int (c_allc.c:162)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 378 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F9E5: openssl_add_all_ciphers_int (c_allc.c:163)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 379 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F9E5: openssl_add_all_ciphers_int (c_allc.c:163)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 380 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F9E5: openssl_add_all_ciphers_int (c_allc.c:163)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 381 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F9E5: openssl_add_all_ciphers_int (c_allc.c:163)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 382 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F9F2: openssl_add_all_ciphers_int (c_allc.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 383 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F9F2: openssl_add_all_ciphers_int (c_allc.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 384 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F9F2: openssl_add_all_ciphers_int (c_allc.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 385 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F9F2: openssl_add_all_ciphers_int (c_allc.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 386 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F9FF: openssl_add_all_ciphers_int (c_allc.c:165)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 387 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F9FF: openssl_add_all_ciphers_int (c_allc.c:165)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 388 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575F9FF: openssl_add_all_ciphers_int (c_allc.c:165)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 389 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575F9FF: openssl_add_all_ciphers_int (c_allc.c:165)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 390 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FA0C: openssl_add_all_ciphers_int (c_allc.c:166)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 391 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FA0C: openssl_add_all_ciphers_int (c_allc.c:166)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 392 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575FA0C: openssl_add_all_ciphers_int (c_allc.c:166)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 393 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FA0C: openssl_add_all_ciphers_int (c_allc.c:166)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 394 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FA19: openssl_add_all_ciphers_int (c_allc.c:167)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 395 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FA19: openssl_add_all_ciphers_int (c_allc.c:167)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 396 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575FA19: openssl_add_all_ciphers_int (c_allc.c:167)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 397 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FA19: openssl_add_all_ciphers_int (c_allc.c:167)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 398 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FA26: openssl_add_all_ciphers_int (c_allc.c:168)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 399 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FA26: openssl_add_all_ciphers_int (c_allc.c:168)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 400 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FA33: openssl_add_all_ciphers_int (c_allc.c:170)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 401 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FA33: openssl_add_all_ciphers_int (c_allc.c:170)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 402 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575FA33: openssl_add_all_ciphers_int (c_allc.c:170)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 403 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FA33: openssl_add_all_ciphers_int (c_allc.c:170)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 404 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FA40: openssl_add_all_ciphers_int (c_allc.c:172)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 405 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FA40: openssl_add_all_ciphers_int (c_allc.c:172)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 406 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575FA40: openssl_add_all_ciphers_int (c_allc.c:172)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 407 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FA40: openssl_add_all_ciphers_int (c_allc.c:172)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 408 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FA4D: openssl_add_all_ciphers_int (c_allc.c:173)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 409 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FA4D: openssl_add_all_ciphers_int (c_allc.c:173)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 410 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FA5A: openssl_add_all_ciphers_int (c_allc.c:174)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 411 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575FA5A: openssl_add_all_ciphers_int (c_allc.c:174)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 412 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575FA72: openssl_add_all_ciphers_int (c_allc.c:175)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 413 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FA72: openssl_add_all_ciphers_int (c_allc.c:175)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 414 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FA7F: openssl_add_all_ciphers_int (c_allc.c:176)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 415 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575FA7F: openssl_add_all_ciphers_int (c_allc.c:176)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 416 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575FA97: openssl_add_all_ciphers_int (c_allc.c:177)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 417 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FA97: openssl_add_all_ciphers_int (c_allc.c:177)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 418 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575FAAF: openssl_add_all_ciphers_int (c_allc.c:178)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 419 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FAAF: openssl_add_all_ciphers_int (c_allc.c:178)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 420 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FABC: openssl_add_all_ciphers_int (c_allc.c:179)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 421 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FABC: openssl_add_all_ciphers_int (c_allc.c:179)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 422 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FAC9: openssl_add_all_ciphers_int (c_allc.c:180)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 423 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FAC9: openssl_add_all_ciphers_int (c_allc.c:180)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 424 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FAD6: openssl_add_all_ciphers_int (c_allc.c:181)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 425 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FAD6: openssl_add_all_ciphers_int (c_allc.c:181)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 426 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FAE3: openssl_add_all_ciphers_int (c_allc.c:182)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 427 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FAE3: openssl_add_all_ciphers_int (c_allc.c:182)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 428 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FAF0: openssl_add_all_ciphers_int (c_allc.c:185)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 429 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FAF0: openssl_add_all_ciphers_int (c_allc.c:185)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 430 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575FAF0: openssl_add_all_ciphers_int (c_allc.c:185)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 431 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FAF0: openssl_add_all_ciphers_int (c_allc.c:185)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 432 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FAFD: openssl_add_all_ciphers_int (c_allc.c:186)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 433 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FAFD: openssl_add_all_ciphers_int (c_allc.c:186)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 434 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FB0A: openssl_add_all_ciphers_int (c_allc.c:187)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 435 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FB0A: openssl_add_all_ciphers_int (c_allc.c:187)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 436 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575FB0A: openssl_add_all_ciphers_int (c_allc.c:187)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 437 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FB0A: openssl_add_all_ciphers_int (c_allc.c:187)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 438 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FB17: openssl_add_all_ciphers_int (c_allc.c:188)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 439 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FB17: openssl_add_all_ciphers_int (c_allc.c:188)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 440 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575FB17: openssl_add_all_ciphers_int (c_allc.c:188)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 441 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FB17: openssl_add_all_ciphers_int (c_allc.c:188)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 442 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FB24: openssl_add_all_ciphers_int (c_allc.c:189)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 443 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FB24: openssl_add_all_ciphers_int (c_allc.c:189)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 444 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575FB24: openssl_add_all_ciphers_int (c_allc.c:189)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 445 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FB24: openssl_add_all_ciphers_int (c_allc.c:189)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 446 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FB31: openssl_add_all_ciphers_int (c_allc.c:190)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 447 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FB31: openssl_add_all_ciphers_int (c_allc.c:190)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 448 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575FB31: openssl_add_all_ciphers_int (c_allc.c:190)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 449 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FB31: openssl_add_all_ciphers_int (c_allc.c:190)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 450 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575FB49: openssl_add_all_ciphers_int (c_allc.c:191)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 451 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FB49: openssl_add_all_ciphers_int (c_allc.c:191)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 452 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575FB61: openssl_add_all_ciphers_int (c_allc.c:192)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 453 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FB61: openssl_add_all_ciphers_int (c_allc.c:192)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 454 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FB6E: openssl_add_all_ciphers_int (c_allc.c:193)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 455 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FB6E: openssl_add_all_ciphers_int (c_allc.c:193)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 456 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575FB6E: openssl_add_all_ciphers_int (c_allc.c:193)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 457 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FB6E: openssl_add_all_ciphers_int (c_allc.c:193)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 458 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FB7B: openssl_add_all_ciphers_int (c_allc.c:194)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 459 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FB7B: openssl_add_all_ciphers_int (c_allc.c:194)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 460 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575FB7B: openssl_add_all_ciphers_int (c_allc.c:194)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 461 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FB7B: openssl_add_all_ciphers_int (c_allc.c:194)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 462 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FB88: openssl_add_all_ciphers_int (c_allc.c:195)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 463 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FB88: openssl_add_all_ciphers_int (c_allc.c:195)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 464 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575FB88: openssl_add_all_ciphers_int (c_allc.c:195)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 465 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FB88: openssl_add_all_ciphers_int (c_allc.c:195)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 466 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FB95: openssl_add_all_ciphers_int (c_allc.c:196)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 467 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FB95: openssl_add_all_ciphers_int (c_allc.c:196)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 468 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575FB95: openssl_add_all_ciphers_int (c_allc.c:196)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 469 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FB95: openssl_add_all_ciphers_int (c_allc.c:196)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 470 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FBA2: openssl_add_all_ciphers_int (c_allc.c:197)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 471 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FBA2: openssl_add_all_ciphers_int (c_allc.c:197)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 472 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575FBA2: openssl_add_all_ciphers_int (c_allc.c:197)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 473 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FBA2: openssl_add_all_ciphers_int (c_allc.c:197)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 474 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FBAF: openssl_add_all_ciphers_int (c_allc.c:198)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 475 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FBAF: openssl_add_all_ciphers_int (c_allc.c:198)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 476 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575FBAF: openssl_add_all_ciphers_int (c_allc.c:198)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 477 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FBAF: openssl_add_all_ciphers_int (c_allc.c:198)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 478 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575FBC7: openssl_add_all_ciphers_int (c_allc.c:199)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 479 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FBC7: openssl_add_all_ciphers_int (c_allc.c:199)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 480 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575FBDF: openssl_add_all_ciphers_int (c_allc.c:200)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 481 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FBDF: openssl_add_all_ciphers_int (c_allc.c:200)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 482 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FBEC: openssl_add_all_ciphers_int (c_allc.c:201)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 483 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FBEC: openssl_add_all_ciphers_int (c_allc.c:201)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 484 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575FBEC: openssl_add_all_ciphers_int (c_allc.c:201)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 485 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FBEC: openssl_add_all_ciphers_int (c_allc.c:201)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 486 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FBF9: openssl_add_all_ciphers_int (c_allc.c:202)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 487 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FBF9: openssl_add_all_ciphers_int (c_allc.c:202)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 488 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FC06: openssl_add_all_ciphers_int (c_allc.c:203)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 489 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FC06: openssl_add_all_ciphers_int (c_allc.c:203)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 490 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575FC06: openssl_add_all_ciphers_int (c_allc.c:203)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 491 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FC06: openssl_add_all_ciphers_int (c_allc.c:203)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 492 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FC13: openssl_add_all_ciphers_int (c_allc.c:204)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 493 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FC13: openssl_add_all_ciphers_int (c_allc.c:204)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 494 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575FC13: openssl_add_all_ciphers_int (c_allc.c:204)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 495 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FC13: openssl_add_all_ciphers_int (c_allc.c:204)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 496 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FC20: openssl_add_all_ciphers_int (c_allc.c:205)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 497 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FC20: openssl_add_all_ciphers_int (c_allc.c:205)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 498 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575FC20: openssl_add_all_ciphers_int (c_allc.c:205)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 499 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FC20: openssl_add_all_ciphers_int (c_allc.c:205)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 500 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FC2D: openssl_add_all_ciphers_int (c_allc.c:206)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 501 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FC2D: openssl_add_all_ciphers_int (c_allc.c:206)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 502 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575FC2D: openssl_add_all_ciphers_int (c_allc.c:206)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 503 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FC2D: openssl_add_all_ciphers_int (c_allc.c:206)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 504 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575FC45: openssl_add_all_ciphers_int (c_allc.c:207)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 505 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FC45: openssl_add_all_ciphers_int (c_allc.c:207)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 506 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575FC5D: openssl_add_all_ciphers_int (c_allc.c:208)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 507 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FC5D: openssl_add_all_ciphers_int (c_allc.c:208)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 508 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FC6A: openssl_add_all_ciphers_int (c_allc.c:209)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 509 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FC6A: openssl_add_all_ciphers_int (c_allc.c:209)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 510 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575FC6A: openssl_add_all_ciphers_int (c_allc.c:209)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 511 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FC6A: openssl_add_all_ciphers_int (c_allc.c:209)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 512 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FC77: openssl_add_all_ciphers_int (c_allc.c:210)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 513 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FC77: openssl_add_all_ciphers_int (c_allc.c:210)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 514 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575FC77: openssl_add_all_ciphers_int (c_allc.c:210)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 515 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FC77: openssl_add_all_ciphers_int (c_allc.c:210)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 516 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FC84: openssl_add_all_ciphers_int (c_allc.c:211)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 517 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FC84: openssl_add_all_ciphers_int (c_allc.c:211)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 518 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575FC84: openssl_add_all_ciphers_int (c_allc.c:211)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 519 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FC84: openssl_add_all_ciphers_int (c_allc.c:211)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 520 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FC91: openssl_add_all_ciphers_int (c_allc.c:215)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 521 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575FC91: openssl_add_all_ciphers_int (c_allc.c:215)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 522 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575FC91: openssl_add_all_ciphers_int (c_allc.c:215)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 523 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FC91: openssl_add_all_ciphers_int (c_allc.c:215)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 524 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 525 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779D02: OPENSSL_init_crypto (init.c:540)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 526 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771801: EVP_add_digest (names.c:39)
==12476== by 0x575FCCF: openssl_add_all_digests_int (c_alld.c:20)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 527 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771801: EVP_add_digest (names.c:39)
==12476== by 0x575FCCF: openssl_add_all_digests_int (c_alld.c:20)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 528 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771826: EVP_add_digest (names.c:42)
==12476== by 0x575FCCF: openssl_add_all_digests_int (c_alld.c:20)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 529 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771826: EVP_add_digest (names.c:42)
==12476== by 0x575FCCF: openssl_add_all_digests_int (c_alld.c:20)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 530 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x577184A: EVP_add_digest (names.c:48)
==12476== by 0x575FCCF: openssl_add_all_digests_int (c_alld.c:20)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 531 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x577184A: EVP_add_digest (names.c:48)
==12476== by 0x575FCCF: openssl_add_all_digests_int (c_alld.c:20)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 532 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575FCCF: openssl_add_all_digests_int (c_alld.c:20)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 533 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FCCF: openssl_add_all_digests_int (c_alld.c:20)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 534 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771801: EVP_add_digest (names.c:39)
==12476== by 0x575FCDC: openssl_add_all_digests_int (c_alld.c:23)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 535 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771826: EVP_add_digest (names.c:42)
==12476== by 0x575FCDC: openssl_add_all_digests_int (c_alld.c:23)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 536 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x577184A: EVP_add_digest (names.c:48)
==12476== by 0x575FCDC: openssl_add_all_digests_int (c_alld.c:23)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 537 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FCDC: openssl_add_all_digests_int (c_alld.c:23)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 538 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FCF4: openssl_add_all_digests_int (c_alld.c:24)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 539 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771801: EVP_add_digest (names.c:39)
==12476== by 0x575FD01: openssl_add_all_digests_int (c_alld.c:25)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 540 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771826: EVP_add_digest (names.c:42)
==12476== by 0x575FD01: openssl_add_all_digests_int (c_alld.c:25)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 541 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771801: EVP_add_digest (names.c:39)
==12476== by 0x575FD0E: openssl_add_all_digests_int (c_alld.c:27)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 542 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771826: EVP_add_digest (names.c:42)
==12476== by 0x575FD0E: openssl_add_all_digests_int (c_alld.c:27)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 543 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x577184A: EVP_add_digest (names.c:48)
==12476== by 0x575FD0E: openssl_add_all_digests_int (c_alld.c:27)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 544 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FD0E: openssl_add_all_digests_int (c_alld.c:27)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 545 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FD26: openssl_add_all_digests_int (c_alld.c:28)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 546 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FD3E: openssl_add_all_digests_int (c_alld.c:29)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 547 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771801: EVP_add_digest (names.c:39)
==12476== by 0x575FD4B: openssl_add_all_digests_int (c_alld.c:31)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 548 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771801: EVP_add_digest (names.c:39)
==12476== by 0x575FD4B: openssl_add_all_digests_int (c_alld.c:31)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 549 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771826: EVP_add_digest (names.c:42)
==12476== by 0x575FD4B: openssl_add_all_digests_int (c_alld.c:31)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 550 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771826: EVP_add_digest (names.c:42)
==12476== by 0x575FD4B: openssl_add_all_digests_int (c_alld.c:31)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 551 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x577184A: EVP_add_digest (names.c:48)
==12476== by 0x575FD4B: openssl_add_all_digests_int (c_alld.c:31)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 552 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x577184A: EVP_add_digest (names.c:48)
==12476== by 0x575FD4B: openssl_add_all_digests_int (c_alld.c:31)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 553 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575FD4B: openssl_add_all_digests_int (c_alld.c:31)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 554 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FD4B: openssl_add_all_digests_int (c_alld.c:31)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 555 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771801: EVP_add_digest (names.c:39)
==12476== by 0x575FD58: openssl_add_all_digests_int (c_alld.c:34)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 556 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771801: EVP_add_digest (names.c:39)
==12476== by 0x575FD58: openssl_add_all_digests_int (c_alld.c:34)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 557 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771826: EVP_add_digest (names.c:42)
==12476== by 0x575FD58: openssl_add_all_digests_int (c_alld.c:34)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 558 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771826: EVP_add_digest (names.c:42)
==12476== by 0x575FD58: openssl_add_all_digests_int (c_alld.c:34)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 559 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x577184A: EVP_add_digest (names.c:48)
==12476== by 0x575FD58: openssl_add_all_digests_int (c_alld.c:34)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 560 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x577184A: EVP_add_digest (names.c:48)
==12476== by 0x575FD58: openssl_add_all_digests_int (c_alld.c:34)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 561 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575FD58: openssl_add_all_digests_int (c_alld.c:34)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 562 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FD58: openssl_add_all_digests_int (c_alld.c:34)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 563 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575FD70: openssl_add_all_digests_int (c_alld.c:35)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 564 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FD70: openssl_add_all_digests_int (c_alld.c:35)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 565 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x575FD88: openssl_add_all_digests_int (c_alld.c:36)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 566 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FD88: openssl_add_all_digests_int (c_alld.c:36)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 567 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771801: EVP_add_digest (names.c:39)
==12476== by 0x575FD95: openssl_add_all_digests_int (c_alld.c:38)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 568 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771826: EVP_add_digest (names.c:42)
==12476== by 0x575FD95: openssl_add_all_digests_int (c_alld.c:38)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 569 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x577184A: EVP_add_digest (names.c:48)
==12476== by 0x575FD95: openssl_add_all_digests_int (c_alld.c:38)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 570 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FD95: openssl_add_all_digests_int (c_alld.c:38)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 571 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771801: EVP_add_digest (names.c:39)
==12476== by 0x575FDA2: openssl_add_all_digests_int (c_alld.c:39)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 572 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771826: EVP_add_digest (names.c:42)
==12476== by 0x575FDA2: openssl_add_all_digests_int (c_alld.c:39)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 573 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x577184A: EVP_add_digest (names.c:48)
==12476== by 0x575FDA2: openssl_add_all_digests_int (c_alld.c:39)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 574 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FDA2: openssl_add_all_digests_int (c_alld.c:39)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 575 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771801: EVP_add_digest (names.c:39)
==12476== by 0x575FDAF: openssl_add_all_digests_int (c_alld.c:40)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 576 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771826: EVP_add_digest (names.c:42)
==12476== by 0x575FDAF: openssl_add_all_digests_int (c_alld.c:40)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 577 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x577184A: EVP_add_digest (names.c:48)
==12476== by 0x575FDAF: openssl_add_all_digests_int (c_alld.c:40)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 578 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FDAF: openssl_add_all_digests_int (c_alld.c:40)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 579 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771801: EVP_add_digest (names.c:39)
==12476== by 0x575FDBC: openssl_add_all_digests_int (c_alld.c:41)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 580 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771826: EVP_add_digest (names.c:42)
==12476== by 0x575FDBC: openssl_add_all_digests_int (c_alld.c:41)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 581 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x577184A: EVP_add_digest (names.c:48)
==12476== by 0x575FDBC: openssl_add_all_digests_int (c_alld.c:41)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 582 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FDBC: openssl_add_all_digests_int (c_alld.c:41)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 583 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771801: EVP_add_digest (names.c:39)
==12476== by 0x575FDC9: openssl_add_all_digests_int (c_alld.c:43)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 584 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771826: EVP_add_digest (names.c:42)
==12476== by 0x575FDC9: openssl_add_all_digests_int (c_alld.c:43)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 585 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771801: EVP_add_digest (names.c:39)
==12476== by 0x575FDD6: openssl_add_all_digests_int (c_alld.c:46)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 586 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771801: EVP_add_digest (names.c:39)
==12476== by 0x575FDD6: openssl_add_all_digests_int (c_alld.c:46)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 587 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771826: EVP_add_digest (names.c:42)
==12476== by 0x575FDD6: openssl_add_all_digests_int (c_alld.c:46)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 588 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771826: EVP_add_digest (names.c:42)
==12476== by 0x575FDD6: openssl_add_all_digests_int (c_alld.c:46)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 589 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771801: EVP_add_digest (names.c:39)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 590 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771801: EVP_add_digest (names.c:39)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 591 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771826: EVP_add_digest (names.c:42)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 592 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x5771826: EVP_add_digest (names.c:42)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 593 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x53DEA5F: ossl_init_ssl_base (ssl_init.c:32)
==12476== by 0x53DEA5F: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 594 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x53DEA5F: ossl_init_ssl_base (ssl_init.c:32)
==12476== by 0x53DEA5F: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476== by 0x4013AFD: dl_open_worker (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 595 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x53DEA6C: ossl_init_ssl_base (ssl_init.c:33)
==12476== by 0x53DEA6C: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 596 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x53DEA6C: ossl_init_ssl_base (ssl_init.c:33)
==12476== by 0x53DEA6C: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476== by 0x4013AFD: dl_open_worker (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 597 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x53DEA79: ossl_init_ssl_base (ssl_init.c:36)
==12476== by 0x53DEA79: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 598 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x53DEA79: ossl_init_ssl_base (ssl_init.c:36)
==12476== by 0x53DEA79: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476== by 0x4013AFD: dl_open_worker (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 599 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x53DEA86: ossl_init_ssl_base (ssl_init.c:39)
==12476== by 0x53DEA86: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 600 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x53DEA86: ossl_init_ssl_base (ssl_init.c:39)
==12476== by 0x53DEA86: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476== by 0x4013AFD: dl_open_worker (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 601 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x53DEA93: ossl_init_ssl_base (ssl_init.c:41)
==12476== by 0x53DEA93: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 602 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x53DEA93: ossl_init_ssl_base (ssl_init.c:41)
==12476== by 0x53DEA93: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476== by 0x4013AFD: dl_open_worker (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 603 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x53DEAA0: ossl_init_ssl_base (ssl_init.c:45)
==12476== by 0x53DEAA0: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 604 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x53DEAA0: ossl_init_ssl_base (ssl_init.c:45)
==12476== by 0x53DEAA0: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476== by 0x4013AFD: dl_open_worker (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 605 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x53DEAAD: ossl_init_ssl_base (ssl_init.c:50)
==12476== by 0x53DEAAD: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 606 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x53DEAAD: ossl_init_ssl_base (ssl_init.c:50)
==12476== by 0x53DEAAD: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476== by 0x4013AFD: dl_open_worker (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 607 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x53DEABA: ossl_init_ssl_base (ssl_init.c:52)
==12476== by 0x53DEABA: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 608 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x53DEABA: ossl_init_ssl_base (ssl_init.c:52)
==12476== by 0x53DEABA: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476== by 0x4013AFD: dl_open_worker (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 609 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x53DEAC7: ossl_init_ssl_base (ssl_init.c:53)
==12476== by 0x53DEAC7: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 610 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x53DEAC7: ossl_init_ssl_base (ssl_init.c:53)
==12476== by 0x53DEAC7: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476== by 0x4013AFD: dl_open_worker (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 611 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x53DEAD4: ossl_init_ssl_base (ssl_init.c:54)
==12476== by 0x53DEAD4: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 612 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x53DEAD4: ossl_init_ssl_base (ssl_init.c:54)
==12476== by 0x53DEAD4: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476== by 0x4013AFD: dl_open_worker (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 613 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x53DEAE1: ossl_init_ssl_base (ssl_init.c:55)
==12476== by 0x53DEAE1: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 614 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x53DEAE1: ossl_init_ssl_base (ssl_init.c:55)
==12476== by 0x53DEAE1: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476== by 0x4013AFD: dl_open_worker (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 615 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x53DEAEE: ossl_init_ssl_base (ssl_init.c:56)
==12476== by 0x53DEAEE: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 616 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x53DEAEE: ossl_init_ssl_base (ssl_init.c:56)
==12476== by 0x53DEAEE: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476== by 0x4013AFD: dl_open_worker (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 617 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x53DEAFB: ossl_init_ssl_base (ssl_init.c:57)
==12476== by 0x53DEAFB: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 618 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x53DEAFB: ossl_init_ssl_base (ssl_init.c:57)
==12476== by 0x53DEAFB: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476== by 0x4013AFD: dl_open_worker (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 619 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x53DEB08: ossl_init_ssl_base (ssl_init.c:58)
==12476== by 0x53DEB08: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 620 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x53DEB08: ossl_init_ssl_base (ssl_init.c:58)
==12476== by 0x53DEB08: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476== by 0x4013AFD: dl_open_worker (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 621 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x53DEB15: ossl_init_ssl_base (ssl_init.c:59)
==12476== by 0x53DEB15: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 622 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x53DEB15: ossl_init_ssl_base (ssl_init.c:59)
==12476== by 0x53DEB15: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476== by 0x4013AFD: dl_open_worker (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 623 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x53DEB22: ossl_init_ssl_base (ssl_init.c:60)
==12476== by 0x53DEB22: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 624 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x53DEB22: ossl_init_ssl_base (ssl_init.c:60)
==12476== by 0x53DEB22: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476== by 0x4013AFD: dl_open_worker (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 625 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x53DEB2F: ossl_init_ssl_base (ssl_init.c:61)
==12476== by 0x53DEB2F: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 626 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x53DEB2F: ossl_init_ssl_base (ssl_init.c:61)
==12476== by 0x53DEB2F: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476== by 0x4013AFD: dl_open_worker (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 627 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x53DEB3C: ossl_init_ssl_base (ssl_init.c:62)
==12476== by 0x53DEB3C: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 628 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x53DEB3C: ossl_init_ssl_base (ssl_init.c:62)
==12476== by 0x53DEB3C: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476== by 0x4013AFD: dl_open_worker (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 629 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x53DEB49: ossl_init_ssl_base (ssl_init.c:64)
==12476== by 0x53DEB49: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 630 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x53DEB49: ossl_init_ssl_base (ssl_init.c:64)
==12476== by 0x53DEB49: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476== by 0x4013AFD: dl_open_worker (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 631 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x53DEB56: ossl_init_ssl_base (ssl_init.c:65)
==12476== by 0x53DEB56: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 632 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x53DEB56: ossl_init_ssl_base (ssl_init.c:65)
==12476== by 0x53DEB56: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476== by 0x4013AFD: dl_open_worker (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 633 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x53DEB63: ossl_init_ssl_base (ssl_init.c:68)
==12476== by 0x53DEB63: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 634 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x53DEB63: ossl_init_ssl_base (ssl_init.c:68)
==12476== by 0x53DEB63: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476== by 0x4013AFD: dl_open_worker (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 635 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x53DEB70: ossl_init_ssl_base (ssl_init.c:72)
==12476== by 0x53DEB70: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 636 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x53DEB70: ossl_init_ssl_base (ssl_init.c:72)
==12476== by 0x53DEB70: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476== by 0x4013AFD: dl_open_worker (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 637 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771801: EVP_add_digest (names.c:39)
==12476== by 0x53DEB7D: ossl_init_ssl_base (ssl_init.c:76)
==12476== by 0x53DEB7D: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 638 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771826: EVP_add_digest (names.c:42)
==12476== by 0x53DEB7D: ossl_init_ssl_base (ssl_init.c:76)
==12476== by 0x53DEB7D: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 639 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x577184A: EVP_add_digest (names.c:48)
==12476== by 0x53DEB7D: ossl_init_ssl_base (ssl_init.c:76)
==12476== by 0x53DEB7D: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 640 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x53DEB7D: ossl_init_ssl_base (ssl_init.c:76)
==12476== by 0x53DEB7D: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476== by 0x4013AFD: dl_open_worker (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 641 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x53DEB95: ossl_init_ssl_base (ssl_init.c:77)
==12476== by 0x53DEB95: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476== by 0x4013AFD: dl_open_worker (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 642 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771801: EVP_add_digest (names.c:39)
==12476== by 0x53DEBA2: ossl_init_ssl_base (ssl_init.c:78)
==12476== by 0x53DEBA2: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 643 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771826: EVP_add_digest (names.c:42)
==12476== by 0x53DEBA2: ossl_init_ssl_base (ssl_init.c:78)
==12476== by 0x53DEBA2: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 644 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771801: EVP_add_digest (names.c:39)
==12476== by 0x53DEBAF: ossl_init_ssl_base (ssl_init.c:80)
==12476== by 0x53DEBAF: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 645 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771826: EVP_add_digest (names.c:42)
==12476== by 0x53DEBAF: ossl_init_ssl_base (ssl_init.c:80)
==12476== by 0x53DEBAF: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 646 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x577184A: EVP_add_digest (names.c:48)
==12476== by 0x53DEBAF: ossl_init_ssl_base (ssl_init.c:80)
==12476== by 0x53DEBAF: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 647 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x53DEBAF: ossl_init_ssl_base (ssl_init.c:80)
==12476== by 0x53DEBAF: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476== by 0x4013AFD: dl_open_worker (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 648 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x53DEBC7: ossl_init_ssl_base (ssl_init.c:81)
==12476== by 0x53DEBC7: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476== by 0x4013AFD: dl_open_worker (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 649 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x53DEBDF: ossl_init_ssl_base (ssl_init.c:82)
==12476== by 0x53DEBDF: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476== by 0x4013AFD: dl_open_worker (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 650 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771801: EVP_add_digest (names.c:39)
==12476== by 0x53DEBEC: ossl_init_ssl_base (ssl_init.c:83)
==12476== by 0x53DEBEC: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 651 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771826: EVP_add_digest (names.c:42)
==12476== by 0x53DEBEC: ossl_init_ssl_base (ssl_init.c:83)
==12476== by 0x53DEBEC: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 652 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x577184A: EVP_add_digest (names.c:48)
==12476== by 0x53DEBEC: ossl_init_ssl_base (ssl_init.c:83)
==12476== by 0x53DEBEC: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 653 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x53DEBEC: ossl_init_ssl_base (ssl_init.c:83)
==12476== by 0x53DEBEC: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476== by 0x4013AFD: dl_open_worker (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 654 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771801: EVP_add_digest (names.c:39)
==12476== by 0x53DEBF9: ossl_init_ssl_base (ssl_init.c:84)
==12476== by 0x53DEBF9: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 655 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771826: EVP_add_digest (names.c:42)
==12476== by 0x53DEBF9: ossl_init_ssl_base (ssl_init.c:84)
==12476== by 0x53DEBF9: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 656 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x577184A: EVP_add_digest (names.c:48)
==12476== by 0x53DEBF9: ossl_init_ssl_base (ssl_init.c:84)
==12476== by 0x53DEBF9: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 657 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x53DEBF9: ossl_init_ssl_base (ssl_init.c:84)
==12476== by 0x53DEBF9: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476== by 0x4013AFD: dl_open_worker (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 658 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771801: EVP_add_digest (names.c:39)
==12476== by 0x53DEC06: ossl_init_ssl_base (ssl_init.c:85)
==12476== by 0x53DEC06: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 659 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771826: EVP_add_digest (names.c:42)
==12476== by 0x53DEC06: ossl_init_ssl_base (ssl_init.c:85)
==12476== by 0x53DEC06: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 660 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x577184A: EVP_add_digest (names.c:48)
==12476== by 0x53DEC06: ossl_init_ssl_base (ssl_init.c:85)
==12476== by 0x53DEC06: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 661 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x53DEC06: ossl_init_ssl_base (ssl_init.c:85)
==12476== by 0x53DEC06: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476== by 0x4013AFD: dl_open_worker (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 662 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771801: EVP_add_digest (names.c:39)
==12476== by 0x53DEC13: ossl_init_ssl_base (ssl_init.c:86)
==12476== by 0x53DEC13: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 663 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x5771826: EVP_add_digest (names.c:42)
==12476== by 0x53DEC13: ossl_init_ssl_base (ssl_init.c:86)
==12476== by 0x53DEC13: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 664 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x577184A: EVP_add_digest (names.c:48)
==12476== by 0x53DEC13: ossl_init_ssl_base (ssl_init.c:86)
==12476== by 0x53DEC13: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 665 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x5787BD3: OBJ_NAME_add (o_names.c:222)
==12476== by 0x53DEC13: ossl_init_ssl_base (ssl_init.c:86)
==12476== by 0x53DEC13: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476== by 0x4013AFD: dl_open_worker (in /usr/lib/ld-2.26.so)
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 666 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x57A091D: ERR_load_RAND_strings (rand_err.c:38)
==12476== by 0x575C336: err_load_crypto_strings_int (err_all.c:80)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 24 bytes in 1 blocks are still reachable in loss record 667 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x57A092B: ERR_load_RAND_strings (rand_err.c:39)
==12476== by 0x575C336: err_load_crypto_strings_int (err_all.c:80)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 29 bytes in 1 blocks are still reachable in loss record 668 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E6A144: cache_lookup (cache.c:59)
==12476== by 0x4E915F7: get_installation_path_for (reloc.c:180)
==12476== by 0x4E9BA46: resolved_configurable_paths_init (resolved-configurable-paths.c:36)
==12476== by 0x10A0E5: main (main.c:213)
==12476==
==12476== 29 bytes in 1 blocks are still reachable in loss record 669 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B050: g_strconcat (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E91420: path_resolver_resolve (reloc.c:129)
==12476== by 0x4E69FBC: cache_resolver_resolve_elem (cache.h:48)
==12476== by 0x4E6A12D: cache_lookup (cache.c:56)
==12476== by 0x4E915F7: get_installation_path_for (reloc.c:180)
==12476== by 0x4E6B19E: cfg_set_global_paths (cfg.c:450)
==12476== by 0x4E6B2F4: cfg_run_parser (cfg.c:474)
==12476== by 0x4E6B520: cfg_read_config (cfg.c:535)
==12476== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 29 bytes in 1 blocks are still reachable in loss record 670 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E6A144: cache_lookup (cache.c:59)
==12476== by 0x4E915F7: get_installation_path_for (reloc.c:180)
==12476== by 0x4E6B19E: cfg_set_global_paths (cfg.c:450)
==12476== by 0x4E6B2F4: cfg_run_parser (cfg.c:474)
==12476== by 0x4E6B520: cfg_read_config (cfg.c:535)
==12476== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 29 bytes in 1 blocks are still reachable in loss record 671 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E6BDFE: cfg_args_set (cfg-args.c:100)
==12476== by 0x4E6B1B8: cfg_set_global_paths (cfg.c:450)
==12476== by 0x4E6B2F4: cfg_run_parser (cfg.c:474)
==12476== by 0x4E6B520: cfg_read_config (cfg.c:535)
==12476== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 30 bytes in 1 blocks are still reachable in loss record 672 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E9128C: path_resolver_resolve (reloc.c:92)
==12476== by 0x4E69FBC: cache_resolver_resolve_elem (cache.h:48)
==12476== by 0x4E6A12D: cache_lookup (cache.c:56)
==12476== by 0x4E915F7: get_installation_path_for (reloc.c:180)
==12476== by 0x4E9B9F9: resolved_configurable_paths_init (resolved-configurable-paths.c:33)
==12476== by 0x10A0E5: main (main.c:213)
==12476==
==12476== 30 bytes in 1 blocks are still reachable in loss record 673 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E6A144: cache_lookup (cache.c:59)
==12476== by 0x4E915F7: get_installation_path_for (reloc.c:180)
==12476== by 0x4E9B9F9: resolved_configurable_paths_init (resolved-configurable-paths.c:33)
==12476== by 0x10A0E5: main (main.c:213)
==12476==
==12476== 32 bytes in 1 blocks are still reachable in loss record 674 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652030B: g_hash_table_new_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x64F7EC3: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476== by 0x4000F69: ??? (in /usr/lib/ld-2.26.so)
==12476== by 0x9: ???
==12476== by 0x1FFEFFF35A: ???
==12476== by 0x1FFEFFF372: ???
==12476== by 0x1FFEFFF375: ???
==12476== by 0x1FFEFFF3BF: ???
==12476==
==12476== 32 bytes in 1 blocks are still reachable in loss record 675 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E914D0: path_resolver_new (reloc.c:152)
==12476== by 0x4E915C9: get_installation_path_for (reloc.c:179)
==12476== by 0x4E9B9F9: resolved_configurable_paths_init (resolved-configurable-paths.c:33)
==12476== by 0x10A0E5: main (main.c:213)
==12476==
==12476== 32 bytes in 1 blocks are still reachable in loss record 676 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652030B: g_hash_table_new_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E9152D: path_resolver_new (reloc.c:157)
==12476== by 0x4E915C9: get_installation_path_for (reloc.c:179)
==12476== by 0x4E9B9F9: resolved_configurable_paths_init (resolved-configurable-paths.c:33)
==12476== by 0x10A0E5: main (main.c:213)
==12476==
==12476== 32 bytes in 1 blocks are still reachable in loss record 677 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x654DD23: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x654DE97: g_log_set_handler_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E8B41F: msg_init (messages.c:275)
==12476== by 0x4E69CB7: app_startup (apphook.c:125)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 32 bytes in 1 blocks are still reachable in loss record 678 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x654DD23: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x654DE97: g_log_set_handler_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E8B445: msg_init (messages.c:276)
==12476== by 0x4E69CB7: app_startup (apphook.c:125)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 32 bytes in 1 blocks are still reachable in loss record 679 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652030B: g_hash_table_new_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E7389B: dns_cache_new (dnscache.c:335)
==12476== by 0x4E73BE6: dns_caching_thread_init (dnscache.c:463)
==12476== by 0x4E69CE6: app_startup (apphook.c:132)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 32 bytes in 1 blocks are still reachable in loss record 680 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652030B: g_hash_table_new_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E72DD2: child_manager_init (children.c:84)
==12476== by 0x4E69CF0: app_startup (apphook.c:134)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 32 bytes in 1 blocks are still reachable in loss record 681 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652030B: g_hash_table_new_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4ECF357: stats_registry_init (stats-registry.c:351)
==12476== by 0x4ECD409: stats_init (stats.c:241)
==12476== by 0x4E69CFA: app_startup (apphook.c:136)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 32 bytes in 1 blocks are still reachable in loss record 682 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652030B: g_hash_table_new_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4ECF386: stats_registry_init (stats-registry.c:354)
==12476== by 0x4ECD409: stats_init (stats.c:241)
==12476== by 0x4E69CFA: app_startup (apphook.c:136)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 32 bytes in 1 blocks are still reachable in loss record 683 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652030B: g_hash_table_new_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4ED07B7: stats_query_init (stats-query.c:441)
==12476== by 0x4ECD40E: stats_init (stats.c:242)
==12476== by 0x4E69CFA: app_startup (apphook.c:136)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 32 bytes in 1 blocks are still reachable in loss record 684 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652030B: g_hash_table_new_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4ED07E8: stats_query_init (stats-query.c:442)
==12476== by 0x4ECD40E: stats_init (stats.c:242)
==12476== by 0x4E69CFA: app_startup (apphook.c:136)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 32 bytes in 1 blocks are still reachable in loss record 685 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4ED1385: control_register_command (control-commands.c:50)
==12476== by 0x4ECD5D1: stats_register_control_commands (stats-control.c:49)
==12476== by 0x4ECD413: stats_init (stats.c:243)
==12476== by 0x4E69CFA: app_startup (apphook.c:136)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 32 bytes in 1 blocks are still reachable in loss record 686 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4ED1385: control_register_command (control-commands.c:50)
==12476== by 0x4ECD5EE: stats_register_control_commands (stats-control.c:50)
==12476== by 0x4ECD413: stats_init (stats.c:243)
==12476== by 0x4E69CFA: app_startup (apphook.c:136)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 32 bytes in 1 blocks are still reachable in loss record 687 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4EDA73E: nv_registry_new (nvtable.c:126)
==12476== by 0x4ED7F48: log_msg_registry_init (logmsg.c:1766)
==12476== by 0x4ED81B2: log_msg_global_init (logmsg.c:1809)
==12476== by 0x4E69D04: app_startup (apphook.c:138)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 32 bytes in 1 blocks are still reachable in loss record 688 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652030B: g_hash_table_new_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4EDE689: log_tags_global_init (tags.c:196)
==12476== by 0x4E69D09: app_startup (apphook.c:139)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 32 bytes in 1 blocks are still reachable in loss record 689 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x6558511: g_ptr_array_sized_new (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E91BAC: scratch_buffers_allocator_init (scratch-buffers.c:193)
==12476== by 0x4E69D22: app_startup (apphook.c:144)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 32 bytes in 1 blocks are still reachable in loss record 690 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652030B: g_hash_table_new_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E6AF41: cfg_new (cfg.c:390)
==12476== by 0x4E89421: main_loop_read_and_init_config (mainloop.c:504)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 32 bytes in 1 blocks are still reachable in loss record 691 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x6558511: g_ptr_array_sized_new (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E72AB3: cfg_tree_init_instance (cfg-tree.c:1157)
==12476== by 0x4E6B0C3: cfg_new (cfg.c:426)
==12476== by 0x4E89421: main_loop_read_and_init_config (mainloop.c:504)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 32 bytes in 1 blocks are still reachable in loss record 692 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652030B: g_hash_table_new_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E72AE0: cfg_tree_init_instance (cfg-tree.c:1158)
==12476== by 0x4E6B0C3: cfg_new (cfg.c:426)
==12476== by 0x4E89421: main_loop_read_and_init_config (mainloop.c:504)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 32 bytes in 1 blocks are still reachable in loss record 693 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652030B: g_hash_table_new_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E72B13: cfg_tree_init_instance (cfg-tree.c:1160)
==12476== by 0x4E6B0C3: cfg_new (cfg.c:426)
==12476== by 0x4E89421: main_loop_read_and_init_config (mainloop.c:504)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 32 bytes in 1 blocks are still reachable in loss record 694 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x6558511: g_ptr_array_sized_new (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E72B23: cfg_tree_init_instance (cfg-tree.c:1161)
==12476== by 0x4E6B0C3: cfg_new (cfg.c:426)
==12476== by 0x4E89421: main_loop_read_and_init_config (mainloop.c:504)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 32 bytes in 1 blocks are still reachable in loss record 695 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x6E6D63B: ??? (in /usr/lib/libdl-2.26.so)
==12476== by 0x6E6CF21: dlopen (in /usr/lib/libdl-2.26.so)
==12476== by 0x60CB665: g_module_open (in /usr/lib/libgmodule-2.0.so.0.5400.0)
==12476== by 0x4E8F531: plugin_dlopen_module_as_filename (plugin.c:250)
==12476== by 0x4E8F5FF: plugin_dlopen_module_as_dir_and_filename (plugin.c:269)
==12476== by 0x4E8FC04: _enumerate_and_dump_plugin_info_in_modules (plugin.c:441)
==12476== by 0x4E9013A: plugin_discover_candidate_modules (plugin.c:546)
==12476== by 0x4E902A7: plugin_load_candidate_modules (plugin.c:582)
==12476== by 0x4E6A715: cfg_load_candidate_modules (cfg.c:197)
==12476== by 0x4E6E9C3: cfg_lexer_lex (cfg-lexer.c:988)
==12476== by 0x4E6FD48: main_lex (cfg-parser.c:185)
==12476==
==12476== 32 bytes in 1 blocks are still reachable in loss record 696 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577D9AB: CRYPTO_zalloc (mem.c:100)
==12476== by 0x57D185B: OPENSSL_sk_new (stack.c:110)
==12476== by 0x53DB122: sk_SSL_COMP_new (ssl.h:843)
==12476== by 0x53DB122: do_load_builtin_compressions (ssl_ciph.c:481)
==12476== by 0x53DB122: do_load_builtin_compressions_ossl_ (ssl_ciph.c:475)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DD225: load_builtin_compressions (ssl_ciph.c:499)
==12476== by 0x53DD225: SSL_COMP_get_compression_methods (ssl_ciph.c:1789)
==12476== by 0x53DEC18: ossl_init_ssl_base (ssl_init.c:96)
==12476== by 0x53DEC18: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476==
==12476== 32 bytes in 1 blocks are still reachable in loss record 697 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577D9AB: CRYPTO_zalloc (mem.c:100)
==12476== by 0x57D185B: OPENSSL_sk_new (stack.c:110)
==12476== by 0x56EFB54: sk_CONF_MODULE_new_null (conf.h:56)
==12476== by 0x56EFB54: module_add (conf_mod.c:231)
==12476== by 0x56F0232: CONF_module_add (conf_mod.c:415)
==12476== by 0x53DEC22: ossl_init_ssl_base (ssl_init.c:105)
==12476== by 0x53DEC22: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 32 bytes in 1 blocks are still reachable in loss record 698 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577D9AB: CRYPTO_zalloc (mem.c:100)
==12476== by 0x57D185B: OPENSSL_sk_new (stack.c:110)
==12476== by 0x5776754: sk_EX_CALLBACK_new_null (cryptlib.h:35)
==12476== by 0x5776754: CRYPTO_get_ex_new_index (ex_data.c:167)
==12476== by 0x53D8EED: ssl_x509_store_ctx_init (ssl_cert.c:40)
==12476== by 0x53D8EED: ssl_x509_store_ctx_init_ossl_ (ssl_cert.c:38)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53D9315: SSL_get_ex_data_X509_STORE_CTX_idx (ssl_cert.c:49)
==12476== by 0x53E25FF: SSL_CTX_new (ssl_lib.c:2477)
==12476== by 0x8C9A279: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 32 bytes in 1 blocks are still reachable in loss record 699 of 879
==12476== at 0x4C2CD8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x4C2F195: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654BDA8: g_realloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x6558616: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x6558706: g_array_set_size (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x6558D08: g_static_private_set (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E8AC6C: msg_get_context (messages.c:74)
==12476== by 0x4E8AD17: msg_limit_internal_message (messages.c:105)
==12476== by 0x4E8B06E: msg_event_send_with_suppression (messages.c:182)
==12476== by 0x4E8B10D: msg_event_suppress_recursions_and_send (messages.c:197)
==12476== by 0x4E8F590: plugin_dlopen_module_as_filename (plugin.c:253)
==12476== by 0x4E8F5FF: plugin_dlopen_module_as_dir_and_filename (plugin.c:269)
==12476==
==12476== 33 bytes in 1 blocks are still reachable in loss record 700 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B050: g_strconcat (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E91420: path_resolver_resolve (reloc.c:129)
==12476== by 0x4E69FBC: cache_resolver_resolve_elem (cache.h:48)
==12476== by 0x4E6A12D: cache_lookup (cache.c:56)
==12476== by 0x4E915F7: get_installation_path_for (reloc.c:180)
==12476== by 0x4E6B1C4: cfg_set_global_paths (cfg.c:451)
==12476== by 0x4E6B2F4: cfg_run_parser (cfg.c:474)
==12476== by 0x4E6B520: cfg_read_config (cfg.c:535)
==12476== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 33 bytes in 1 blocks are still reachable in loss record 701 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E6A144: cache_lookup (cache.c:59)
==12476== by 0x4E915F7: get_installation_path_for (reloc.c:180)
==12476== by 0x4E6B1C4: cfg_set_global_paths (cfg.c:451)
==12476== by 0x4E6B2F4: cfg_run_parser (cfg.c:474)
==12476== by 0x4E6B520: cfg_read_config (cfg.c:535)
==12476== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 33 bytes in 1 blocks are still reachable in loss record 702 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E6BDFE: cfg_args_set (cfg-args.c:100)
==12476== by 0x4E6B1DE: cfg_set_global_paths (cfg.c:451)
==12476== by 0x4E6B2F4: cfg_run_parser (cfg.c:474)
==12476== by 0x4E6B520: cfg_read_config (cfg.c:535)
==12476== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 37 bytes in 1 blocks are still reachable in loss record 703 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E9128C: path_resolver_resolve (reloc.c:92)
==12476== by 0x4E69FBC: cache_resolver_resolve_elem (cache.h:48)
==12476== by 0x4E6A12D: cache_lookup (cache.c:56)
==12476== by 0x4E915F7: get_installation_path_for (reloc.c:180)
==12476== by 0x4E9BA12: resolved_configurable_paths_init (resolved-configurable-paths.c:34)
==12476== by 0x10A0E5: main (main.c:213)
==12476==
==12476== 37 bytes in 1 blocks are still reachable in loss record 704 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E6A144: cache_lookup (cache.c:59)
==12476== by 0x4E915F7: get_installation_path_for (reloc.c:180)
==12476== by 0x4E9BA12: resolved_configurable_paths_init (resolved-configurable-paths.c:34)
==12476== by 0x10A0E5: main (main.c:213)
==12476==
==12476== 40 bytes in 1 blocks are still reachable in loss record 705 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x654DDE0: g_log_set_handler_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E8B41F: msg_init (messages.c:275)
==12476== by 0x4E69CB7: app_startup (apphook.c:125)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 40 bytes in 1 blocks are still reachable in loss record 706 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x654DDE0: g_log_set_handler_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E8B445: msg_init (messages.c:276)
==12476== by 0x4E69CB7: app_startup (apphook.c:125)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 40 bytes in 1 blocks are still reachable in loss record 707 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x6558A05: g_array_sized_new (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4EDA793: nv_registry_new (nvtable.c:131)
==12476== by 0x4ED7F48: log_msg_registry_init (logmsg.c:1766)
==12476== by 0x4ED81B2: log_msg_global_init (logmsg.c:1809)
==12476== by 0x4E69D04: app_startup (apphook.c:138)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 40 bytes in 1 blocks are still reachable in loss record 708 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x6564750: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65653C7: g_rec_mutex_lock (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x60CB5A6: g_module_open (in /usr/lib/libgmodule-2.0.so.0.5400.0)
==12476== by 0x4E8F531: plugin_dlopen_module_as_filename (plugin.c:250)
==12476== by 0x4E8F5FF: plugin_dlopen_module_as_dir_and_filename (plugin.c:269)
==12476== by 0x4E8FC04: _enumerate_and_dump_plugin_info_in_modules (plugin.c:441)
==12476== by 0x4E9013A: plugin_discover_candidate_modules (plugin.c:546)
==12476== by 0x4E902A7: plugin_load_candidate_modules (plugin.c:582)
==12476== by 0x4E6A715: cfg_load_candidate_modules (cfg.c:197)
==12476== by 0x4E6E9C3: cfg_lexer_lex (cfg-lexer.c:988)
==12476== by 0x4E6FD48: main_lex (cfg-parser.c:185)
==12476==
==12476== 40 bytes in 1 blocks are still reachable in loss record 709 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577D9AB: CRYPTO_zalloc (mem.c:100)
==12476== by 0x57D183D: OPENSSL_sk_new (stack.c:108)
==12476== by 0x53DB122: sk_SSL_COMP_new (ssl.h:843)
==12476== by 0x53DB122: do_load_builtin_compressions (ssl_ciph.c:481)
==12476== by 0x53DB122: do_load_builtin_compressions_ossl_ (ssl_ciph.c:475)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DD225: load_builtin_compressions (ssl_ciph.c:499)
==12476== by 0x53DD225: SSL_COMP_get_compression_methods (ssl_ciph.c:1789)
==12476== by 0x53DEC18: ossl_init_ssl_base (ssl_init.c:96)
==12476== by 0x53DEC18: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476==
==12476== 40 bytes in 1 blocks are still reachable in loss record 710 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577D9AB: CRYPTO_zalloc (mem.c:100)
==12476== by 0x57D183D: OPENSSL_sk_new (stack.c:108)
==12476== by 0x56EFB54: sk_CONF_MODULE_new_null (conf.h:56)
==12476== by 0x56EFB54: module_add (conf_mod.c:231)
==12476== by 0x56F0232: CONF_module_add (conf_mod.c:415)
==12476== by 0x53DEC22: ossl_init_ssl_base (ssl_init.c:105)
==12476== by 0x53DEC22: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 40 bytes in 1 blocks are still reachable in loss record 711 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577D9AB: CRYPTO_zalloc (mem.c:100)
==12476== by 0x57D183D: OPENSSL_sk_new (stack.c:108)
==12476== by 0x5776754: sk_EX_CALLBACK_new_null (cryptlib.h:35)
==12476== by 0x5776754: CRYPTO_get_ex_new_index (ex_data.c:167)
==12476== by 0x53D8EED: ssl_x509_store_ctx_init (ssl_cert.c:40)
==12476== by 0x53D8EED: ssl_x509_store_ctx_init_ossl_ (ssl_cert.c:38)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53D9315: SSL_get_ex_data_X509_STORE_CTX_idx (ssl_cert.c:49)
==12476== by 0x53E25FF: SSL_CTX_new (ssl_lib.c:2477)
==12476== by 0x8C9A279: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 40 bytes in 1 blocks are still reachable in loss record 712 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577669E: CRYPTO_get_ex_new_index (ex_data.c:177)
==12476== by 0x53D8EED: ssl_x509_store_ctx_init (ssl_cert.c:40)
==12476== by 0x53D8EED: ssl_x509_store_ctx_init_ossl_ (ssl_cert.c:38)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53D9315: SSL_get_ex_data_X509_STORE_CTX_idx (ssl_cert.c:49)
==12476== by 0x53E25FF: SSL_CTX_new (ssl_lib.c:2477)
==12476== by 0x8C9A279: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476==
==12476== 40 bytes in 1 blocks are still reachable in loss record 713 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x6558A05: g_array_sized_new (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x6558D31: g_static_private_set (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E8AC6C: msg_get_context (messages.c:74)
==12476== by 0x4E8AD17: msg_limit_internal_message (messages.c:105)
==12476== by 0x4E8B06E: msg_event_send_with_suppression (messages.c:182)
==12476== by 0x4E8B10D: msg_event_suppress_recursions_and_send (messages.c:197)
==12476== by 0x4E8F590: plugin_dlopen_module_as_filename (plugin.c:253)
==12476== by 0x4E8F5FF: plugin_dlopen_module_as_dir_and_filename (plugin.c:269)
==12476== by 0x4E8FC04: _enumerate_and_dump_plugin_info_in_modules (plugin.c:441)
==12476==
==12476== 44 bytes in 1 blocks are still reachable in loss record 714 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E6BDFE: cfg_args_set (cfg-args.c:100)
==12476== by 0x4E6B273: cfg_set_global_paths (cfg.c:458)
==12476== by 0x4E6B2F4: cfg_run_parser (cfg.c:474)
==12476== by 0x4E6B520: cfg_read_config (cfg.c:535)
==12476== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 48 bytes in 1 blocks are still reachable in loss record 715 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x4011E25: tls_get_addr_tail (in /usr/lib/ld-2.26.so)
==12476== by 0x40174E7: __tls_get_addr (in /usr/lib/ld-2.26.so)
==12476== by 0x8806BFD: ???
==12476== by 0x88223E1: ???
==12476== by 0x8818A61: ???
==12476== by 0x88191AB: ???
==12476== by 0x739722E: gethostbyname_r@@GLIBC_2.2.5 (in /usr/lib/libc-2.26.so)
==12476== by 0x739674F: gethostbyname (in /usr/lib/libc-2.26.so)
==12476== by 0x4E79170: _resolve_localhost_from_dns (hostname-unix.c:37)
==12476== by 0x4E7924C: get_local_fqdn_hostname_from_dns (hostname-unix.c:69)
==12476== by 0x4E79482: detect_local_fqdn_hostname (hostname.c:137)
==12476==
==12476== 48 bytes in 1 blocks are still reachable in loss record 716 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577D9AB: CRYPTO_zalloc (mem.c:100)
==12476== by 0x56EFABA: module_add (conf_mod.c:234)
==12476== by 0x56F0232: CONF_module_add (conf_mod.c:415)
==12476== by 0x53DEC22: ossl_init_ssl_base (ssl_init.c:105)
==12476== by 0x53DEC22: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DED6A: OPENSSL_init_ssl (ssl_init.c:198)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476==
==12476== 48 bytes in 2 blocks are still reachable in loss record 717 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x578951B: ERR_load_OBJ_strings (obj_err.c:46)
==12476== by 0x575C2A9: err_load_crypto_strings_int (err_all.c:60)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 48 bytes in 2 blocks are still reachable in loss record 718 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x577A5DD: ERR_load_KDF_strings (kdf_err.c:41)
==12476== by 0x575C3AB: err_load_crypto_strings_int (err_all.c:105)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 56 bytes in 1 blocks are still reachable in loss record 719 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577D9AB: CRYPTO_zalloc (mem.c:100)
==12476== by 0x57D2019: CRYPTO_THREAD_lock_new (threads_pthread.c:21)
==12476== by 0x57A0958: do_rand_lock_init (rand_lib.c:36)
==12476== by 0x57A0958: do_rand_lock_init_ossl_ (rand_lib.c:32)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x57A0A37: RAND_get_rand_method (rand_lib.c:63)
==12476== by 0x57A0D57: RAND_status (rand_lib.c:160)
==12476== by 0x4E9838D: crypto_init (crypto.c:67)
==12476== by 0x4E69CD7: app_startup (apphook.c:129)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 56 bytes in 1 blocks are still reachable in loss record 720 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577D9AB: CRYPTO_zalloc (mem.c:100)
==12476== by 0x57D2019: CRYPTO_THREAD_lock_new (threads_pthread.c:21)
==12476== by 0x57A0967: do_rand_lock_init (rand_lib.c:39)
==12476== by 0x57A0967: do_rand_lock_init_ossl_ (rand_lib.c:32)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x57A0A37: RAND_get_rand_method (rand_lib.c:63)
==12476== by 0x57A0D57: RAND_status (rand_lib.c:160)
==12476== by 0x4E9838D: crypto_init (crypto.c:67)
==12476== by 0x4E69CD7: app_startup (apphook.c:129)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 56 bytes in 1 blocks are still reachable in loss record 721 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577D9AB: CRYPTO_zalloc (mem.c:100)
==12476== by 0x57D2019: CRYPTO_THREAD_lock_new (threads_pthread.c:21)
==12476== by 0x5779936: ossl_init_base (init.c:82)
==12476== by 0x5779936: ossl_init_base_ossl_ (init.c:69)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C02: OPENSSL_init_crypto (init.c:523)
==12476== by 0x579FAAB: do_rand_lock_init (md_rand.c:92)
==12476== by 0x579FAAB: do_rand_lock_init_ossl_ (md_rand.c:90)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x579FBB7: rand_status (md_rand.c:545)
==12476== by 0x4E9838D: crypto_init (crypto.c:67)
==12476==
==12476== 56 bytes in 1 blocks are still reachable in loss record 722 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577D9AB: CRYPTO_zalloc (mem.c:100)
==12476== by 0x57D2019: CRYPTO_THREAD_lock_new (threads_pthread.c:21)
==12476== by 0x579FAB0: do_rand_lock_init (md_rand.c:93)
==12476== by 0x579FAB0: do_rand_lock_init_ossl_ (md_rand.c:90)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x579FBB7: rand_status (md_rand.c:545)
==12476== by 0x4E9838D: crypto_init (crypto.c:67)
==12476== by 0x4E69CD7: app_startup (apphook.c:129)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 56 bytes in 1 blocks are still reachable in loss record 723 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577D9AB: CRYPTO_zalloc (mem.c:100)
==12476== by 0x57D2019: CRYPTO_THREAD_lock_new (threads_pthread.c:21)
==12476== by 0x579FABC: do_rand_lock_init (md_rand.c:94)
==12476== by 0x579FABC: do_rand_lock_init_ossl_ (md_rand.c:90)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x579FBB7: rand_status (md_rand.c:545)
==12476== by 0x4E9838D: crypto_init (crypto.c:67)
==12476== by 0x4E69CD7: app_startup (apphook.c:129)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 56 bytes in 1 blocks are still reachable in loss record 724 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577D9AB: CRYPTO_zalloc (mem.c:100)
==12476== by 0x57D2019: CRYPTO_THREAD_lock_new (threads_pthread.c:21)
==12476== by 0x577B51D: OPENSSL_LH_new (lhash.c:52)
==12476== by 0x578770F: lh_OBJ_NAME_new (obj_lcl.h:12)
==12476== by 0x578770F: o_names_init (o_names.c:71)
==12476== by 0x578770F: o_names_init_ossl_ (o_names.c:68)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5787855: OBJ_NAME_init (o_names.c:79)
==12476== by 0x5787B97: OBJ_NAME_add (o_names.c:214)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F33F: openssl_add_all_ciphers_int (c_allc.c:21)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476==
==12476== 56 bytes in 1 blocks are still reachable in loss record 725 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577D9AB: CRYPTO_zalloc (mem.c:100)
==12476== by 0x57D2019: CRYPTO_THREAD_lock_new (threads_pthread.c:21)
==12476== by 0x578771B: o_names_init (o_names.c:72)
==12476== by 0x578771B: o_names_init_ossl_ (o_names.c:68)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5787855: OBJ_NAME_init (o_names.c:79)
==12476== by 0x5787B97: OBJ_NAME_add (o_names.c:214)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F33F: openssl_add_all_ciphers_int (c_allc.c:21)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 56 bytes in 1 blocks are still reachable in loss record 726 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577D9AB: CRYPTO_zalloc (mem.c:100)
==12476== by 0x57D2019: CRYPTO_THREAD_lock_new (threads_pthread.c:21)
==12476== by 0x5757700: do_engine_lock_init (eng_lib.c:22)
==12476== by 0x5757700: do_engine_lock_init_ossl_ (eng_lib.c:19)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5759FD4: ENGINE_pkey_asn1_find_str (tb_asnmth.c:192)
==12476== by 0x56A1768: EVP_PKEY_asn1_find_str (ameth_lib.c:152)
==12476== by 0x53DB095: get_optional_pkey_id (ssl_ciph.c:357)
==12476== by 0x53DBC72: ssl_load_ciphers (ssl_ciph.c:439)
==12476== by 0x53DEC1D: ossl_init_ssl_base (ssl_init.c:99)
==12476== by 0x53DEC1D: ossl_init_ssl_base_ossl_ (ssl_init.c:25)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 56 bytes in 1 blocks are still reachable in loss record 727 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577D9AB: CRYPTO_zalloc (mem.c:100)
==12476== by 0x57D2019: CRYPTO_THREAD_lock_new (threads_pthread.c:21)
==12476== by 0x575AEA0: do_err_strings_init (err.c:258)
==12476== by 0x575AEA0: do_err_strings_init_ossl_ (err.c:255)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x575B11D: ERR_load_ERR_strings (err.c:273)
==12476== by 0x575C267: err_load_crypto_strings_int (err_all.c:50)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476==
==12476== 56 bytes in 1 blocks are still reachable in loss record 728 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577D9AB: CRYPTO_zalloc (mem.c:100)
==12476== by 0x57D2019: CRYPTO_THREAD_lock_new (threads_pthread.c:21)
==12476== by 0x577B51D: OPENSSL_LH_new (lhash.c:52)
==12476== by 0x575AF52: lh_ERR_STRING_DATA_new (err.h:206)
==12476== by 0x575AF52: err_load_strings (err.c:289)
==12476== by 0x575B15F: ERR_load_ERR_strings (err.c:276)
==12476== by 0x575C267: err_load_crypto_strings_int (err_all.c:50)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476==
==12476== 56 bytes in 1 blocks are still reachable in loss record 729 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577D9AB: CRYPTO_zalloc (mem.c:100)
==12476== by 0x57D2019: CRYPTO_THREAD_lock_new (threads_pthread.c:21)
==12476== by 0x5776450: do_ex_data_init (ex_data.c:42)
==12476== by 0x5776450: do_ex_data_init_ossl_ (ex_data.c:39)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x577649E: get_and_lock (ex_data.c:59)
==12476== by 0x5776672: CRYPTO_get_ex_new_index (ex_data.c:161)
==12476== by 0x53D8EED: ssl_x509_store_ctx_init (ssl_cert.c:40)
==12476== by 0x53D8EED: ssl_x509_store_ctx_init_ossl_ (ssl_cert.c:38)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53D9315: SSL_get_ex_data_X509_STORE_CTX_idx (ssl_cert.c:49)
==12476==
==12476== 60 bytes in 1 blocks are still reachable in loss record 730 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4ED1EF0: control_server_init_instance (control-server.c:37)
==12476== by 0x4ED1E9A: control_server_new (control-server-unix.c:202)
==12476== by 0x4ED1785: control_init (control-main.c:34)
==12476== by 0x4E893DC: main_loop_init (mainloop.c:492)
==12476== by 0x10A2DC: main (main.c:274)
==12476==
==12476== 60 bytes in 1 blocks are still reachable in loss record 731 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E6BDFE: cfg_args_set (cfg-args.c:100)
==12476== by 0x4E6B200: cfg_set_global_paths (cfg.c:452)
==12476== by 0x4E6B2F4: cfg_run_parser (cfg.c:474)
==12476== by 0x4E6B520: cfg_read_config (cfg.c:535)
==12476== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 60 bytes in 1 blocks are still reachable in loss record 732 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E6BDFE: cfg_args_set (cfg-args.c:100)
==12476== by 0x4E6B222: cfg_set_global_paths (cfg.c:453)
==12476== by 0x4E6B2F4: cfg_run_parser (cfg.c:474)
==12476== by 0x4E6B520: cfg_read_config (cfg.c:535)
==12476== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 60 bytes in 1 blocks are still reachable in loss record 733 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E9038B: plugin_context_set_module_path (plugin.c:604)
==12476== by 0x4E6A64F: _sync_plugin_module_path_with_global_define (cfg.c:176)
==12476== by 0x4E6A705: cfg_load_candidate_modules (cfg.c:196)
==12476== by 0x4E6E9C3: cfg_lexer_lex (cfg-lexer.c:988)
==12476== by 0x4E6FD48: main_lex (cfg-parser.c:185)
==12476== by 0x4EA4DC4: main_parse (cfg-grammar.c:3115)
==12476== by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
==12476== by 0x4E6B30C: cfg_run_parser (cfg.c:476)
==12476== by 0x4E6B520: cfg_read_config (cfg.c:535)
==12476==
==12476== 62 bytes in 8 blocks are still reachable in loss record 734 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4EDA573: nv_registry_alloc_handle (nvtable.c:83)
==12476== by 0x4EDA7CD: nv_registry_new (nvtable.c:134)
==12476== by 0x4ED7F48: log_msg_registry_init (logmsg.c:1766)
==12476== by 0x4ED81B2: log_msg_global_init (logmsg.c:1809)
==12476== by 0x4E69D04: app_startup (apphook.c:138)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 63 bytes in 1 blocks are still reachable in loss record 735 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x6515FE7: g_convert_with_iconv (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x6517231: g_convert (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x651770B: g_locale_to_utf8 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x654C4F6: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x654CBBA: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x654D78D: g_option_context_parse (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x10A149: main (main.c:220)
==12476==
==12476== 64 bytes in 1 blocks are still reachable in loss record 736 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65202F5: g_hash_table_new_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x64F7EC3: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476== by 0x4000F69: ??? (in /usr/lib/ld-2.26.so)
==12476== by 0x9: ???
==12476== by 0x1FFEFFF35A: ???
==12476== by 0x1FFEFFF372: ???
==12476== by 0x1FFEFFF375: ???
==12476== by 0x1FFEFFF3BF: ???
==12476==
==12476== 64 bytes in 1 blocks are still reachable in loss record 737 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65202F5: g_hash_table_new_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E9152D: path_resolver_new (reloc.c:157)
==12476== by 0x4E915C9: get_installation_path_for (reloc.c:179)
==12476== by 0x4E9B9F9: resolved_configurable_paths_init (resolved-configurable-paths.c:33)
==12476== by 0x10A0E5: main (main.c:213)
==12476==
==12476== 64 bytes in 1 blocks are still reachable in loss record 738 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B35C: g_memdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652062F: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65207BA: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E91182: path_resolver_add_configure_variable (reloc.c:49)
==12476== by 0x4E911C2: path_resolver_populate_configure_variables (reloc.c:55)
==12476== by 0x4E9154B: path_resolver_new (reloc.c:159)
==12476== by 0x4E915C9: get_installation_path_for (reloc.c:179)
==12476== by 0x4E9B9F9: resolved_configurable_paths_init (resolved-configurable-paths.c:33)
==12476== by 0x10A0E5: main (main.c:213)
==12476==
==12476== 64 bytes in 1 blocks are still reachable in loss record 739 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65202F5: g_hash_table_new_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E7389B: dns_cache_new (dnscache.c:335)
==12476== by 0x4E73BE6: dns_caching_thread_init (dnscache.c:463)
==12476== by 0x4E69CE6: app_startup (apphook.c:132)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 64 bytes in 1 blocks are still reachable in loss record 740 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65202F5: g_hash_table_new_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E72DD2: child_manager_init (children.c:84)
==12476== by 0x4E69CF0: app_startup (apphook.c:134)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 64 bytes in 1 blocks are still reachable in loss record 741 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65202F5: g_hash_table_new_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4ECF357: stats_registry_init (stats-registry.c:351)
==12476== by 0x4ECD409: stats_init (stats.c:241)
==12476== by 0x4E69CFA: app_startup (apphook.c:136)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 64 bytes in 1 blocks are still reachable in loss record 742 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65202F5: g_hash_table_new_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4ECF386: stats_registry_init (stats-registry.c:354)
==12476== by 0x4ECD409: stats_init (stats.c:241)
==12476== by 0x4E69CFA: app_startup (apphook.c:136)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 64 bytes in 1 blocks are still reachable in loss record 743 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65202F5: g_hash_table_new_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4ED07B7: stats_query_init (stats-query.c:441)
==12476== by 0x4ECD40E: stats_init (stats.c:242)
==12476== by 0x4E69CFA: app_startup (apphook.c:136)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 64 bytes in 1 blocks are still reachable in loss record 744 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65202F5: g_hash_table_new_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4ED07E8: stats_query_init (stats-query.c:442)
==12476== by 0x4ECD40E: stats_init (stats.c:242)
==12476== by 0x4E69CFA: app_startup (apphook.c:136)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 64 bytes in 1 blocks are still reachable in loss record 745 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65202F5: g_hash_table_new_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4EDE689: log_tags_global_init (tags.c:196)
==12476== by 0x4E69D09: app_startup (apphook.c:139)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 64 bytes in 1 blocks are still reachable in loss record 746 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65202F5: g_hash_table_new_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E6AF41: cfg_new (cfg.c:390)
==12476== by 0x4E89421: main_loop_read_and_init_config (mainloop.c:504)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 64 bytes in 1 blocks are still reachable in loss record 747 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65202F5: g_hash_table_new_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E72AE0: cfg_tree_init_instance (cfg-tree.c:1158)
==12476== by 0x4E6B0C3: cfg_new (cfg.c:426)
==12476== by 0x4E89421: main_loop_read_and_init_config (mainloop.c:504)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 64 bytes in 1 blocks are still reachable in loss record 748 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65202F5: g_hash_table_new_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E72B13: cfg_tree_init_instance (cfg-tree.c:1160)
==12476== by 0x4E6B0C3: cfg_new (cfg.c:426)
==12476== by 0x4E89421: main_loop_read_and_init_config (mainloop.c:504)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 64 bytes in 1 blocks are still reachable in loss record 749 of 879
==12476== at 0x4C2CD8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x4C2F195: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654BDA8: g_realloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652F087: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65301F2: g_string_sized_new (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E6EA9C: cfg_lexer_init (cfg-lexer.c:1017)
==12476== by 0x4E6EB87: cfg_lexer_new (cfg-lexer.c:1040)
==12476== by 0x4E6B4F8: cfg_read_config (cfg.c:534)
==12476== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 64 bytes in 1 blocks are still reachable in loss record 750 of 879
==12476== at 0x4C2CD8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x4C2F195: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654BDA8: g_realloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652F087: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65301F2: g_string_sized_new (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E6EAB4: cfg_lexer_init (cfg-lexer.c:1018)
==12476== by 0x4E6EB87: cfg_lexer_new (cfg-lexer.c:1040)
==12476== by 0x4E6B4F8: cfg_read_config (cfg.c:534)
==12476== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 64 bytes in 1 blocks are still reachable in loss record 751 of 879
==12476== at 0x4C2CD8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x4C2F195: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654BDA8: g_realloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652F087: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65301F2: g_string_sized_new (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E6EACC: cfg_lexer_init (cfg-lexer.c:1019)
==12476== by 0x4E6EB87: cfg_lexer_new (cfg-lexer.c:1040)
==12476== by 0x4E6B4F8: cfg_read_config (cfg.c:534)
==12476== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 64 bytes in 1 blocks are still reachable in loss record 752 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x4EA3C0F: _cfg_lexer_alloc (cfg-lex.c:2842)
==12476== by 0x4EA25CF: _cfg_lexer__create_buffer (cfg-lex.c:2156)
==12476== by 0x4E6EBDD: cfg_lexer_new (cfg-lexer.c:1046)
==12476== by 0x4E6B4F8: cfg_read_config (cfg.c:534)
==12476== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 64 bytes in 2 blocks are still reachable in loss record 753 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x4014A11: _dl_close_worker (in /usr/lib/ld-2.26.so)
==12476== by 0x401526D: _dl_close (in /usr/lib/ld-2.26.so)
==12476== by 0x73C0143: _dl_catch_error (in /usr/lib/libc-2.26.so)
==12476== by 0x6E6D586: ??? (in /usr/lib/libdl-2.26.so)
==12476== by 0x6E6CF8F: dlclose (in /usr/lib/libdl-2.26.so)
==12476== by 0x60CB4A6: g_module_close (in /usr/lib/libgmodule-2.0.so.0.5400.0)
==12476== by 0x4E8FCA6: _enumerate_and_dump_plugin_info_in_modules (plugin.c:455)
==12476== by 0x4E9013A: plugin_discover_candidate_modules (plugin.c:546)
==12476== by 0x4E902A7: plugin_load_candidate_modules (plugin.c:582)
==12476== by 0x4E6A715: cfg_load_candidate_modules (cfg.c:197)
==12476== by 0x4E6E9C3: cfg_lexer_lex (cfg-lexer.c:988)
==12476==
==12476== 66 bytes in 3 blocks are still reachable in loss record 754 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x401ABEA: strdup (in /usr/lib/ld-2.26.so)
==12476== by 0x401638F: _dl_load_cache_lookup (in /usr/lib/ld-2.26.so)
==12476== by 0x4008A71: _dl_map_object (in /usr/lib/ld-2.26.so)
==12476== by 0x400D0F1: openaux (in /usr/lib/ld-2.26.so)
==12476== by 0x73C0143: _dl_catch_error (in /usr/lib/libc-2.26.so)
==12476== by 0x400D333: _dl_map_object_deps (in /usr/lib/ld-2.26.so)
==12476== by 0x401387F: dl_open_worker (in /usr/lib/ld-2.26.so)
==12476== by 0x73C0143: _dl_catch_error (in /usr/lib/libc-2.26.so)
==12476== by 0x4013319: _dl_open (in /usr/lib/ld-2.26.so)
==12476== by 0x6E6CE85: ??? (in /usr/lib/libdl-2.26.so)
==12476== by 0x73C0143: _dl_catch_error (in /usr/lib/libc-2.26.so)
==12476==
==12476== 66 bytes in 3 blocks are still reachable in loss record 755 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x400B508: _dl_new_object (in /usr/lib/ld-2.26.so)
==12476== by 0x4005984: _dl_map_object_from_fd (in /usr/lib/ld-2.26.so)
==12476== by 0x4008750: _dl_map_object (in /usr/lib/ld-2.26.so)
==12476== by 0x400D0F1: openaux (in /usr/lib/ld-2.26.so)
==12476== by 0x73C0143: _dl_catch_error (in /usr/lib/libc-2.26.so)
==12476== by 0x400D333: _dl_map_object_deps (in /usr/lib/ld-2.26.so)
==12476== by 0x401387F: dl_open_worker (in /usr/lib/ld-2.26.so)
==12476== by 0x73C0143: _dl_catch_error (in /usr/lib/libc-2.26.so)
==12476== by 0x4013319: _dl_open (in /usr/lib/ld-2.26.so)
==12476== by 0x6E6CE85: ??? (in /usr/lib/libdl-2.26.so)
==12476== by 0x73C0143: _dl_catch_error (in /usr/lib/libc-2.26.so)
==12476==
==12476== 66 bytes in 1 blocks are definitely lost in loss record 756 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x73BFF8C: _dl_signal_error (in /usr/lib/libc-2.26.so)
==12476== by 0x4019605: _dl_signal_cerror (in /usr/lib/ld-2.26.so)
==12476== by 0x400A3E0: _dl_lookup_symbol_x (in /usr/lib/ld-2.26.so)
==12476== by 0x73BF9F7: do_sym (in /usr/lib/libc-2.26.so)
==12476== by 0x6E6CFC4: ??? (in /usr/lib/libdl-2.26.so)
==12476== by 0x73C0143: _dl_catch_error (in /usr/lib/libc-2.26.so)
==12476== by 0x6E6D586: ??? (in /usr/lib/libdl-2.26.so)
==12476== by 0x6E6D02A: dlsym (in /usr/lib/libdl-2.26.so)
==12476== by 0x8ECCE8E: ???
==12476== by 0x8ECD27F: ???
==12476== by 0x8EC1EE0: ???
==12476==
==12476== 72 bytes in 1 blocks are still reachable in loss record 757 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E73878: dns_cache_new (dnscache.c:333)
==12476== by 0x4E73BE6: dns_caching_thread_init (dnscache.c:463)
==12476== by 0x4E69CE6: app_startup (apphook.c:132)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 72 bytes in 3 blocks are still reachable in loss record 758 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x56DD37D: ERR_load_BUF_strings (buf_err.c:39)
==12476== by 0x575C2A0: err_load_crypto_strings_int (err_all.c:59)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 72 bytes in 3 blocks are still reachable in loss record 759 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x56F072B: ERR_load_CRYPTO_strings (cpt_err.c:51)
==12476== by 0x575C2DF: err_load_crypto_strings_int (err_all.c:68)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 72 bytes in 3 blocks are still reachable in loss record 760 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x56ED4AB: ERR_load_COMP_strings (comp_err.c:44)
==12476== by 0x575C2E8: err_load_crypto_strings_int (err_all.c:70)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 72 bytes in 3 blocks are still reachable in loss record 761 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x577A5EB: ERR_load_KDF_strings (kdf_err.c:42)
==12476== by 0x575C3AB: err_load_crypto_strings_int (err_all.c:105)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 88 bytes in 1 blocks are still reachable in loss record 762 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65202AE: g_hash_table_new_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x64F7EC3: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476== by 0x4000F69: ??? (in /usr/lib/ld-2.26.so)
==12476== by 0x9: ???
==12476== by 0x1FFEFFF35A: ???
==12476== by 0x1FFEFFF372: ???
==12476== by 0x1FFEFFF375: ???
==12476==
==12476== 88 bytes in 1 blocks are still reachable in loss record 763 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65202AE: g_hash_table_new_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E9152D: path_resolver_new (reloc.c:157)
==12476== by 0x4E915C9: get_installation_path_for (reloc.c:179)
==12476== by 0x4E9B9F9: resolved_configurable_paths_init (resolved-configurable-paths.c:33)
==12476== by 0x10A0E5: main (main.c:213)
==12476==
==12476== 88 bytes in 1 blocks are still reachable in loss record 764 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65202AE: g_hash_table_new_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E6A079: cache_new (cache.c:37)
==12476== by 0x4E915D1: get_installation_path_for (reloc.c:179)
==12476== by 0x4E9B9F9: resolved_configurable_paths_init (resolved-configurable-paths.c:33)
==12476== by 0x10A0E5: main (main.c:213)
==12476==
==12476== 88 bytes in 1 blocks are still reachable in loss record 765 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65202AE: g_hash_table_new_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E7389B: dns_cache_new (dnscache.c:335)
==12476== by 0x4E73BE6: dns_caching_thread_init (dnscache.c:463)
==12476== by 0x4E69CE6: app_startup (apphook.c:132)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 88 bytes in 1 blocks are still reachable in loss record 766 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65202AE: g_hash_table_new_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E72DD2: child_manager_init (children.c:84)
==12476== by 0x4E69CF0: app_startup (apphook.c:134)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 88 bytes in 1 blocks are still reachable in loss record 767 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65202AE: g_hash_table_new_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4ECF357: stats_registry_init (stats-registry.c:351)
==12476== by 0x4ECD409: stats_init (stats.c:241)
==12476== by 0x4E69CFA: app_startup (apphook.c:136)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 88 bytes in 1 blocks are still reachable in loss record 768 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65202AE: g_hash_table_new_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4ECF386: stats_registry_init (stats-registry.c:354)
==12476== by 0x4ECD409: stats_init (stats.c:241)
==12476== by 0x4E69CFA: app_startup (apphook.c:136)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 88 bytes in 1 blocks are still reachable in loss record 769 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65202AE: g_hash_table_new_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4ED07B7: stats_query_init (stats-query.c:441)
==12476== by 0x4ECD40E: stats_init (stats.c:242)
==12476== by 0x4E69CFA: app_startup (apphook.c:136)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 88 bytes in 1 blocks are still reachable in loss record 770 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65202AE: g_hash_table_new_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4ED07E8: stats_query_init (stats-query.c:442)
==12476== by 0x4ECD40E: stats_init (stats.c:242)
==12476== by 0x4E69CFA: app_startup (apphook.c:136)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 88 bytes in 1 blocks are still reachable in loss record 771 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65202AE: g_hash_table_new_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4EDA774: nv_registry_new (nvtable.c:130)
==12476== by 0x4ED7F48: log_msg_registry_init (logmsg.c:1766)
==12476== by 0x4ED81B2: log_msg_global_init (logmsg.c:1809)
==12476== by 0x4E69D04: app_startup (apphook.c:138)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 88 bytes in 1 blocks are still reachable in loss record 772 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65202AE: g_hash_table_new_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4EDE689: log_tags_global_init (tags.c:196)
==12476== by 0x4E69D09: app_startup (apphook.c:139)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 88 bytes in 1 blocks are still reachable in loss record 773 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65202AE: g_hash_table_new_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4EC73B1: log_macros_global_init (macros.c:608)
==12476== by 0x4EC5BC1: log_template_global_init (templates.c:334)
==12476== by 0x4E69D13: app_startup (apphook.c:141)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 88 bytes in 1 blocks are still reachable in loss record 774 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65202AE: g_hash_table_new_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E6AF41: cfg_new (cfg.c:390)
==12476== by 0x4E89421: main_loop_read_and_init_config (mainloop.c:504)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 88 bytes in 1 blocks are still reachable in loss record 775 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65202AE: g_hash_table_new_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E6BF07: cfg_args_new (cfg-args.c:123)
==12476== by 0x4E6AF54: cfg_new (cfg.c:391)
==12476== by 0x4E89421: main_loop_read_and_init_config (mainloop.c:504)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 88 bytes in 1 blocks are still reachable in loss record 776 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65202AE: g_hash_table_new_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E72AE0: cfg_tree_init_instance (cfg-tree.c:1158)
==12476== by 0x4E6B0C3: cfg_new (cfg.c:426)
==12476== by 0x4E89421: main_loop_read_and_init_config (mainloop.c:504)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 88 bytes in 1 blocks are still reachable in loss record 777 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65202AE: g_hash_table_new_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E72B13: cfg_tree_init_instance (cfg-tree.c:1160)
==12476== by 0x4E6B0C3: cfg_new (cfg.c:426)
==12476== by 0x4E89421: main_loop_read_and_init_config (mainloop.c:504)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 96 bytes in 1 blocks are still reachable in loss record 778 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4EDE6B9: log_tags_global_init (tags.c:201)
==12476== by 0x4E69D09: app_startup (apphook.c:139)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 96 bytes in 4 blocks are still reachable in loss record 779 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x56ED49D: ERR_load_COMP_strings (comp_err.c:43)
==12476== by 0x575C2E8: err_load_crypto_strings_int (err_all.c:70)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 96 bytes in 4 blocks are still reachable in loss record 780 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x56B1A6B: ERR_load_ASYNC_strings (async_err.c:47)
==12476== by 0x575C39E: err_load_crypto_strings_int (err_all.c:103)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 120 bytes in 1 blocks are still reachable in loss record 781 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x67F2101: evt_ctx_init (evtctx.c:154)
==12476== by 0x4E8B478: msg_init (messages.c:283)
==12476== by 0x4E69CB7: app_startup (apphook.c:125)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 120 bytes in 5 blocks are still reachable in loss record 782 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x653A3B4: g_list_append (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4ED13CE: control_register_command (control-commands.c:55)
==12476== by 0x4ED171D: control_register_default_commands (control-commands.c:151)
==12476== by 0x4ED1773: control_init (control-main.c:34)
==12476== by 0x4E893DC: main_loop_init (mainloop.c:492)
==12476== by 0x10A2DC: main (main.c:274)
==12476==
==12476== 128 bytes in 1 blocks are still reachable in loss record 783 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x6520467: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65206BA: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65207BA: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E6A15D: cache_lookup (cache.c:59)
==12476== by 0x4E915F7: get_installation_path_for (reloc.c:180)
==12476== by 0x4E6B1C4: cfg_set_global_paths (cfg.c:451)
==12476== by 0x4E6B2F4: cfg_run_parser (cfg.c:474)
==12476== by 0x4E6B520: cfg_read_config (cfg.c:535)
==12476== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 128 bytes in 1 blocks are still reachable in loss record 784 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x6520467: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65206BA: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65207BA: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E6BE26: cfg_args_set (cfg-args.c:100)
==12476== by 0x4EAB8A5: pragma_parse (pragma-grammar.y:419)
==12476== by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
==12476== by 0x4E6E6EF: cfg_lexer_lex (cfg-lexer.c:933)
==12476== by 0x4E6FD48: main_lex (cfg-parser.c:185)
==12476== by 0x4EA4DC4: main_parse (cfg-grammar.c:3115)
==12476== by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
==12476==
==12476== 132 bytes in 1 blocks are still reachable in loss record 785 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E8AC4E: msg_get_context (messages.c:73)
==12476== by 0x4E8AD17: msg_limit_internal_message (messages.c:105)
==12476== by 0x4E8B06E: msg_event_send_with_suppression (messages.c:182)
==12476== by 0x4E8B10D: msg_event_suppress_recursions_and_send (messages.c:197)
==12476== by 0x4E8F590: plugin_dlopen_module_as_filename (plugin.c:253)
==12476== by 0x4E8F5FF: plugin_dlopen_module_as_dir_and_filename (plugin.c:269)
==12476== by 0x4E8FC04: _enumerate_and_dump_plugin_info_in_modules (plugin.c:441)
==12476== by 0x4E9013A: plugin_discover_candidate_modules (plugin.c:546)
==12476== by 0x4E902A7: plugin_load_candidate_modules (plugin.c:582)
==12476== by 0x4E6A715: cfg_load_candidate_modules (cfg.c:197)
==12476==
==12476== 144 bytes in 6 blocks are still reachable in loss record 786 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x56B1A5D: ERR_load_ASYNC_strings (async_err.c:46)
==12476== by 0x575C39E: err_load_crypto_strings_int (err_all.c:103)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 160 bytes in 1 blocks are still reachable in loss record 787 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4ED1E7F: control_server_new (control-server-unix.c:200)
==12476== by 0x4ED1785: control_init (control-main.c:34)
==12476== by 0x4E893DC: main_loop_init (mainloop.c:492)
==12476== by 0x10A2DC: main (main.c:274)
==12476==
==12476== 160 bytes in 1 blocks are still reachable in loss record 788 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577D9AB: CRYPTO_zalloc (mem.c:100)
==12476== by 0x577B4F2: OPENSSL_LH_new (lhash.c:48)
==12476== by 0x578770F: lh_OBJ_NAME_new (obj_lcl.h:12)
==12476== by 0x578770F: o_names_init (o_names.c:71)
==12476== by 0x578770F: o_names_init_ossl_ (o_names.c:68)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5787855: OBJ_NAME_init (o_names.c:79)
==12476== by 0x5787B97: OBJ_NAME_add (o_names.c:214)
==12476== by 0x5771792: EVP_add_cipher (names.c:24)
==12476== by 0x575F33F: openssl_add_all_ciphers_int (c_allc.c:21)
==12476== by 0x57798B7: ossl_init_add_all_ciphers (init.c:164)
==12476== by 0x57798B7: ossl_init_add_all_ciphers_ossl_ (init.c:153)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 160 bytes in 1 blocks are still reachable in loss record 789 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577D9AB: CRYPTO_zalloc (mem.c:100)
==12476== by 0x577B4F2: OPENSSL_LH_new (lhash.c:48)
==12476== by 0x575AF52: lh_ERR_STRING_DATA_new (err.h:206)
==12476== by 0x575AF52: err_load_strings (err.c:289)
==12476== by 0x575B15F: ERR_load_ERR_strings (err.c:276)
==12476== by 0x575C267: err_load_crypto_strings_int (err_all.c:50)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 160 bytes in 5 blocks are still reachable in loss record 790 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4ED1385: control_register_command (control-commands.c:50)
==12476== by 0x4ED171D: control_register_default_commands (control-commands.c:151)
==12476== by 0x4ED1773: control_init (control-main.c:34)
==12476== by 0x4E893DC: main_loop_init (mainloop.c:492)
==12476== by 0x10A2DC: main (main.c:274)
==12476==
==12476== 168 bytes in 1 blocks are still reachable in loss record 791 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x4EE16B6: iv_work_pool_create (iv_work.c:228)
==12476== by 0x4E8AA90: main_loop_io_worker_init (mainloop-io-worker.c:97)
==12476== by 0x4E8939F: main_loop_init (mainloop.c:487)
==12476== by 0x10A2DC: main (main.c:274)
==12476==
==12476== 168 bytes in 7 blocks are still reachable in loss record 792 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x653A366: g_list_prepend (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E8F232: plugin_register (plugin.c:174)
==12476== by 0x4EB5249: log_proto_register_builtin_plugins (logproto-builtins.c:59)
==12476== by 0x4E6AEE2: cfg_register_builtin_plugins (cfg.c:382)
==12476== by 0x4E6B0EA: cfg_new (cfg.c:430)
==12476== by 0x4E89421: main_loop_read_and_init_config (mainloop.c:504)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 168 bytes in 7 blocks are still reachable in loss record 793 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x578950D: ERR_load_OBJ_strings (obj_err.c:45)
==12476== by 0x575C2A9: err_load_crypto_strings_int (err_all.c:60)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 207 bytes in 3 blocks are still reachable in loss record 794 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x6515FE7: g_convert_with_iconv (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x6517231: g_convert (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x651770B: g_locale_to_utf8 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x654C4F6: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x654CBBA: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x654D49B: g_option_context_parse (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x10A149: main (main.c:220)
==12476==
==12476== 208 bytes in 1 blocks are still reachable in loss record 795 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x4EA3C0F: _cfg_lexer_alloc (cfg-lex.c:2842)
==12476== by 0x4EA391F: _cfg_lexer_lex_init_extra (cfg-lex.c:2724)
==12476== by 0x4E6EA92: cfg_lexer_init (cfg-lexer.c:1016)
==12476== by 0x4E6EB87: cfg_lexer_new (cfg-lexer.c:1040)
==12476== by 0x4E6B4F8: cfg_read_config (cfg.c:534)
==12476== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 256 bytes in 1 blocks are still reachable in loss record 796 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x6520438: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65206BA: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65207BA: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E6A15D: cache_lookup (cache.c:59)
==12476== by 0x4E915F7: get_installation_path_for (reloc.c:180)
==12476== by 0x4E6B1C4: cfg_set_global_paths (cfg.c:451)
==12476== by 0x4E6B2F4: cfg_run_parser (cfg.c:474)
==12476== by 0x4E6B520: cfg_read_config (cfg.c:535)
==12476== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 256 bytes in 1 blocks are still reachable in loss record 797 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x6520456: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65206BA: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65207BA: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E6A15D: cache_lookup (cache.c:59)
==12476== by 0x4E915F7: get_installation_path_for (reloc.c:180)
==12476== by 0x4E6B1C4: cfg_set_global_paths (cfg.c:451)
==12476== by 0x4E6B2F4: cfg_run_parser (cfg.c:474)
==12476== by 0x4E6B520: cfg_read_config (cfg.c:535)
==12476== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 256 bytes in 1 blocks are still reachable in loss record 798 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x6520438: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65206BA: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65207BA: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E6BE26: cfg_args_set (cfg-args.c:100)
==12476== by 0x4EAB8A5: pragma_parse (pragma-grammar.y:419)
==12476== by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
==12476== by 0x4E6E6EF: cfg_lexer_lex (cfg-lexer.c:933)
==12476== by 0x4E6FD48: main_lex (cfg-parser.c:185)
==12476== by 0x4EA4DC4: main_parse (cfg-grammar.c:3115)
==12476== by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
==12476==
==12476== 256 bytes in 1 blocks are still reachable in loss record 799 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x6520456: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65206BA: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65207BA: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E6BE26: cfg_args_set (cfg-args.c:100)
==12476== by 0x4EAB8A5: pragma_parse (pragma-grammar.y:419)
==12476== by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
==12476== by 0x4E6E6EF: cfg_lexer_lex (cfg-lexer.c:933)
==12476== by 0x4E6FD48: main_lex (cfg-parser.c:185)
==12476== by 0x4EA4DC4: main_parse (cfg-grammar.c:3115)
==12476== by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
==12476==
==12476== 264 bytes in 11 blocks are still reachable in loss record 800 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x56F071D: ERR_load_CRYPTO_strings (cpt_err.c:50)
==12476== by 0x575C2DF: err_load_crypto_strings_int (err_all.c:68)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 288 bytes in 12 blocks are still reachable in loss record 801 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x5700D4B: ERR_load_DSA_strings (dsa_err.c:72)
==12476== by 0x575C2BB: err_load_crypto_strings_int (err_all.c:63)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 288 bytes in 12 blocks are still reachable in loss record 802 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x57D843B: ERR_load_UI_strings (ui_err.c:68)
==12476== by 0x575C377: err_load_crypto_strings_int (err_all.c:92)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 312 bytes in 13 blocks are still reachable in loss record 803 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x56FD66B: ERR_load_DH_strings (dh_err.c:69)
==12476== by 0x575C28E: err_load_crypto_strings_int (err_all.c:56)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 360 bytes in 15 blocks are still reachable in loss record 804 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x578A68D: ERR_load_OCSP_strings (ocsp_err.c:86)
==12476== by 0x575C36A: err_load_crypto_strings_int (err_all.c:89)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 384 bytes in 16 blocks are still reachable in loss record 805 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x56EF01B: ERR_load_CONF_strings (conf_err.c:77)
==12476== by 0x575C2D6: err_load_crypto_strings_int (err_all.c:67)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 384 bytes in 16 blocks are still reachable in loss record 806 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x5704C7B: ERR_load_DSO_strings (dso_err.c:89)
==12476== by 0x575C343: err_load_crypto_strings_int (err_all.c:81)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 408 bytes in 17 blocks are still reachable in loss record 807 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B17E: ERR_load_ERR_strings (err.c:278)
==12476== by 0x575C267: err_load_crypto_strings_int (err_all.c:50)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 408 bytes in 17 blocks are still reachable in loss record 808 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x57D842D: ERR_load_UI_strings (ui_err.c:67)
==12476== by 0x575C377: err_load_crypto_strings_int (err_all.c:92)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 408 bytes in 17 blocks are still reachable in loss record 809 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x56F0EDB: ERR_load_CT_strings (ct_err.c:83)
==12476== by 0x575C391: err_load_crypto_strings_int (err_all.c:101)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 456 bytes in 19 blocks are still reachable in loss record 810 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x56FD65D: ERR_load_DH_strings (dh_err.c:68)
==12476== by 0x575C28E: err_load_crypto_strings_int (err_all.c:56)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 456 bytes in 19 blocks are still reachable in loss record 811 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x56EF00D: ERR_load_CONF_strings (conf_err.c:76)
==12476== by 0x575C2D6: err_load_crypto_strings_int (err_all.c:67)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 480 bytes in 20 blocks are still reachable in loss record 812 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x56C4EEB: ERR_load_BN_strings (bn_err.c:103)
==12476== by 0x575C27C: err_load_crypto_strings_int (err_all.c:51)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 504 bytes in 21 blocks are still reachable in loss record 813 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x5798BEB: ERR_load_PKCS12_strings (pk12err.c:91)
==12476== by 0x575C329: err_load_crypto_strings_int (err_all.c:79)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 512 bytes in 1 blocks are still reachable in loss record 814 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E6AF10: cfg_new (cfg.c:388)
==12476== by 0x4E89421: main_loop_read_and_init_config (mainloop.c:504)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 528 bytes in 22 blocks are still reachable in loss record 815 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x5700D3D: ERR_load_DSA_strings (dsa_err.c:71)
==12476== by 0x575C2BB: err_load_crypto_strings_int (err_all.c:63)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 552 bytes in 1 blocks are still reachable in loss record 816 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x72FB79D: __fopen_internal (in /usr/lib/libc-2.26.so)
==12476== by 0x4E6B4C3: cfg_read_config (cfg.c:529)
==12476== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 600 bytes in 25 blocks are still reachable in loss record 817 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x5798BDD: ERR_load_PKCS12_strings (pk12err.c:90)
==12476== by 0x575C329: err_load_crypto_strings_int (err_all.c:79)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 624 bytes in 26 blocks are still reachable in loss record 818 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B16D: ERR_load_ERR_strings (err.c:277)
==12476== by 0x575C267: err_load_crypto_strings_int (err_all.c:50)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 624 bytes in 26 blocks are still reachable in loss record 819 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x578A69B: ERR_load_OCSP_strings (ocsp_err.c:87)
==12476== by 0x575C36A: err_load_crypto_strings_int (err_all.c:89)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 648 bytes in 27 blocks are still reachable in loss record 820 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x56F0ECD: ERR_load_CT_strings (ct_err.c:82)
==12476== by 0x575C391: err_load_crypto_strings_int (err_all.c:101)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 720 bytes in 30 blocks are still reachable in loss record 821 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x578EC7B: ERR_load_PEM_strings (pem_err.c:111)
==12476== by 0x575C2B2: err_load_crypto_strings_int (err_all.c:61)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 784 bytes in 1 blocks are still reachable in loss record 822 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x401306D: add_to_global (in /usr/lib/ld-2.26.so)
==12476== by 0x4013E55: dl_open_worker (in /usr/lib/ld-2.26.so)
==12476== by 0x73C0143: _dl_catch_error (in /usr/lib/libc-2.26.so)
==12476== by 0x4013319: _dl_open (in /usr/lib/ld-2.26.so)
==12476== by 0x6E6CE85: ??? (in /usr/lib/libdl-2.26.so)
==12476== by 0x73C0143: _dl_catch_error (in /usr/lib/libc-2.26.so)
==12476== by 0x6E6D586: ??? (in /usr/lib/libdl-2.26.so)
==12476== by 0x6E6CF21: dlopen (in /usr/lib/libdl-2.26.so)
==12476== by 0x60CB665: g_module_open (in /usr/lib/libgmodule-2.0.so.0.5400.0)
==12476== by 0x4E8F531: plugin_dlopen_module_as_filename (plugin.c:250)
==12476== by 0x4E8F5FF: plugin_dlopen_module_as_dir_and_filename (plugin.c:269)
==12476==
==12476== 816 bytes in 34 blocks are still reachable in loss record 823 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B15F: ERR_load_ERR_strings (err.c:276)
==12476== by 0x575C267: err_load_crypto_strings_int (err_all.c:50)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 816 bytes in 34 blocks are still reachable in loss record 824 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x57E035B: ERR_load_X509_strings (x509_err.c:138)
==12476== by 0x575C2C4: err_load_crypto_strings_int (err_all.c:65)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 816 bytes in 34 blocks are still reachable in loss record 825 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x579DE9D: ERR_load_PKCS7_strings (pkcs7err.c:126)
==12476== by 0x575C30F: err_load_crypto_strings_int (err_all.c:77)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 840 bytes in 35 blocks are still reachable in loss record 826 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x5704C6D: ERR_load_DSO_strings (dso_err.c:88)
==12476== by 0x575C343: err_load_crypto_strings_int (err_all.c:81)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 840 bytes in 35 blocks are still reachable in loss record 827 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x5756F4B: ERR_load_ENGINE_strings (eng_err.c:119)
==12476== by 0x575C35D: err_load_crypto_strings_int (err_all.c:86)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 864 bytes in 36 blocks are still reachable in loss record 828 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x56B95DB: ERR_load_BIO_strings (bio_err.c:121)
==12476== by 0x575C302: err_load_crypto_strings_int (err_all.c:76)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 888 bytes in 37 blocks are still reachable in loss record 829 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x5756F3D: ERR_load_ENGINE_strings (eng_err.c:118)
==12476== by 0x575C35D: err_load_crypto_strings_int (err_all.c:86)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 912 bytes in 38 blocks are still reachable in loss record 830 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x578EC6D: ERR_load_PEM_strings (pem_err.c:110)
==12476== by 0x575C2B2: err_load_crypto_strings_int (err_all.c:61)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 912 bytes in 38 blocks are still reachable in loss record 831 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x579DEAB: ERR_load_PKCS7_strings (pkcs7err.c:127)
==12476== by 0x575C30F: err_load_crypto_strings_int (err_all.c:77)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 912 bytes in 38 blocks are still reachable in loss record 832 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x57D36CB: ERR_load_TS_strings (ts_err.c:140)
==12476== by 0x575C350: err_load_crypto_strings_int (err_all.c:83)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 914 bytes in 256 blocks are still reachable in loss record 833 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4EDA573: nv_registry_alloc_handle (nvtable.c:83)
==12476== by 0x4ED80DA: log_msg_registry_init (logmsg.c:1789)
==12476== by 0x4ED81B2: log_msg_global_init (logmsg.c:1809)
==12476== by 0x4E69D04: app_startup (apphook.c:138)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 960 bytes in 40 blocks are still reachable in loss record 834 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x56B95CD: ERR_load_BIO_strings (bio_err.c:120)
==12476== by 0x575C302: err_load_crypto_strings_int (err_all.c:76)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 1,024 bytes in 1 blocks are still reachable in loss record 835 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x6520467: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65206BA: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65207BA: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4EC740C: log_macros_global_init (macros.c:611)
==12476== by 0x4EC5BC1: log_template_global_init (templates.c:334)
==12476== by 0x4E69D13: app_startup (apphook.c:141)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 1,056 bytes in 44 blocks are still reachable in loss record 836 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x56C4EDD: ERR_load_BN_strings (bn_err.c:102)
==12476== by 0x575C27C: err_load_crypto_strings_int (err_all.c:51)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 1,060 bytes in 121 blocks are still reachable in loss record 837 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4EDA573: nv_registry_alloc_handle (nvtable.c:83)
==12476== by 0x4ED8035: log_msg_registry_init (logmsg.c:1778)
==12476== by 0x4ED81B2: log_msg_global_init (logmsg.c:1809)
==12476== by 0x4E69D04: app_startup (apphook.c:138)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 1,224 bytes in 51 blocks are still reachable in loss record 838 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x57E034D: ERR_load_X509_strings (x509_err.c:137)
==12476== by 0x575C2C4: err_load_crypto_strings_int (err_all.c:65)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 1,296 bytes in 54 blocks are still reachable in loss record 839 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x57D36BD: ERR_load_TS_strings (ts_err.c:139)
==12476== by 0x575C350: err_load_crypto_strings_int (err_all.c:83)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 1,344 bytes in 56 blocks are still reachable in loss record 840 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x57A793D: ERR_load_RSA_strings (rsa_err.c:180)
==12476== by 0x575C285: err_load_crypto_strings_int (err_all.c:53)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 1,416 bytes in 59 blocks are still reachable in loss record 841 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x570F08B: ERR_load_EC_strings (ec_err.c:286)
==12476== by 0x575C2F5: err_load_crypto_strings_int (err_all.c:73)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 1,440 bytes in 60 blocks are still reachable in loss record 842 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x580099D: ERR_load_X509V3_strings (v3err.c:182)
==12476== by 0x575C31C: err_load_crypto_strings_int (err_all.c:78)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 1,464 bytes in 61 blocks are still reachable in loss record 843 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x576EEFB: ERR_load_EVP_strings (evp_err.c:180)
==12476== by 0x575C297: err_load_crypto_strings_int (err_all.c:58)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 1,512 bytes in 63 blocks are still reachable in loss record 844 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x57A794B: ERR_load_RSA_strings (rsa_err.c:181)
==12476== by 0x575C285: err_load_crypto_strings_int (err_all.c:53)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 1,552 bytes in 1 blocks are still reachable in loss record 845 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x4EE3DBD: iv_init (iv_main_posix.c:60)
==12476== by 0x4E69CC8: app_startup (apphook.c:127)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 1,560 bytes in 65 blocks are still reachable in loss record 846 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x58009AB: ERR_load_X509V3_strings (v3err.c:183)
==12476== by 0x575C31C: err_load_crypto_strings_int (err_all.c:78)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 1,680 bytes in 70 blocks are still reachable in loss record 847 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x576EEED: ERR_load_EVP_strings (evp_err.c:179)
==12476== by 0x575C297: err_load_crypto_strings_int (err_all.c:58)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 1,920 bytes in 80 blocks are still reachable in loss record 848 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x56E689D: ERR_load_CMS_strings (cms_err.c:253)
==12476== by 0x575C384: err_load_crypto_strings_int (err_all.c:98)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 1,968 bytes in 82 blocks are still reachable in loss record 849 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x56E68AB: ERR_load_CMS_strings (cms_err.c:254)
==12476== by 0x575C384: err_load_crypto_strings_int (err_all.c:98)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 2,016 bytes in 3 blocks are still reachable in loss record 850 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x4010FA3: _dl_check_map_versions (in /usr/lib/ld-2.26.so)
==12476== by 0x40138C2: dl_open_worker (in /usr/lib/ld-2.26.so)
==12476== by 0x73C0143: _dl_catch_error (in /usr/lib/libc-2.26.so)
==12476== by 0x4013319: _dl_open (in /usr/lib/ld-2.26.so)
==12476== by 0x6E6CE85: ??? (in /usr/lib/libdl-2.26.so)
==12476== by 0x73C0143: _dl_catch_error (in /usr/lib/libc-2.26.so)
==12476== by 0x6E6D586: ??? (in /usr/lib/libdl-2.26.so)
==12476== by 0x6E6CF21: dlopen (in /usr/lib/libdl-2.26.so)
==12476== by 0x60CB665: g_module_open (in /usr/lib/libgmodule-2.0.so.0.5400.0)
==12476== by 0x4E8F531: plugin_dlopen_module_as_filename (plugin.c:250)
==12476== by 0x4E8F5FF: plugin_dlopen_module_as_dir_and_filename (plugin.c:269)
==12476==
==12476== 2,032 bytes in 1 blocks are still reachable in loss record 851 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652D77E: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65202AE: g_hash_table_new_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x64F7EC3: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476== by 0x4000F69: ??? (in /usr/lib/ld-2.26.so)
==12476== by 0x9: ???
==12476== by 0x1FFEFFF35A: ???
==12476== by 0x1FFEFFF372: ???
==12476== by 0x1FFEFFF375: ???
==12476==
==12476== 2,048 bytes in 1 blocks are still reachable in loss record 852 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x6520467: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65206BA: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65207BA: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4EDA5BA: nv_registry_alloc_handle (nvtable.c:85)
==12476== by 0x4ED80DA: log_msg_registry_init (logmsg.c:1789)
==12476== by 0x4ED81B2: log_msg_global_init (logmsg.c:1809)
==12476== by 0x4E69D04: app_startup (apphook.c:138)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 2,048 bytes in 1 blocks are still reachable in loss record 853 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x6520438: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65206BA: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65207BA: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4EC740C: log_macros_global_init (macros.c:611)
==12476== by 0x4EC5BC1: log_template_global_init (templates.c:334)
==12476== by 0x4E69D13: app_startup (apphook.c:141)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 2,048 bytes in 1 blocks are still reachable in loss record 854 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x6520456: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65206BA: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65207BA: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4EC740C: log_macros_global_init (macros.c:611)
==12476== by 0x4EC5BC1: log_template_global_init (templates.c:334)
==12476== by 0x4E69D13: app_startup (apphook.c:141)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 2,048 bytes in 1 blocks are still reachable in loss record 855 of 879
==12476== at 0x4C2CD8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x4C2F195: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654BDA8: g_realloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x6558261: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x6558542: g_ptr_array_sized_new (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E91BAC: scratch_buffers_allocator_init (scratch-buffers.c:193)
==12476== by 0x4E69D22: app_startup (apphook.c:144)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 2,048 bytes in 1 blocks are still reachable in loss record 856 of 879
==12476== at 0x4C2F13F: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B7CB: expand (lhash.c:219)
==12476== by 0x577B7CB: OPENSSL_LH_insert (lhash.c:97)
==12476== by 0x5787C09: lh_OBJ_NAME_insert (obj_lcl.h:12)
==12476== by 0x5787C09: OBJ_NAME_add (o_names.c:233)
==12476== by 0x575FCCF: openssl_add_all_digests_int (c_alld.c:20)
==12476== by 0x5779887: ossl_init_add_all_digests (init.c:181)
==12476== by 0x5779887: ossl_init_add_all_digests_ossl_ (init.c:170)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779DE2: OPENSSL_init_crypto (init.c:548)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A24A: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 2,376 bytes in 99 blocks are still reachable in loss record 857 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x56A1CAD: ERR_load_ASN1_strings (asn1_err.c:265)
==12476== by 0x575C2CD: err_load_crypto_strings_int (err_all.c:66)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 2,640 bytes in 110 blocks are still reachable in loss record 858 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x56A1CBB: ERR_load_ASN1_strings (asn1_err.c:266)
==12476== by 0x575C2CD: err_load_crypto_strings_int (err_all.c:66)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 3,048 bytes in 127 blocks are still reachable in loss record 859 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B216: ERR_load_ERR_strings (err.c:280)
==12476== by 0x575C267: err_load_crypto_strings_int (err_all.c:50)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476== by 0x8C785AB: ???
==12476==
==12476== 3,480 bytes in 145 blocks are still reachable in loss record 860 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x570F07D: ERR_load_EC_strings (ec_err.c:285)
==12476== by 0x575C2F5: err_load_crypto_strings_int (err_all.c:73)
==12476== by 0x57798E7: ossl_init_load_crypto_strings (init.c:146)
==12476== by 0x57798E7: ossl_init_load_crypto_strings_ossl_ (init.c:134)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x5779C6A: OPENSSL_init_crypto (init.c:532)
==12476== by 0x53DED53: OPENSSL_init_ssl (ssl_init.c:194)
==12476== by 0x8C9A257: ???
==12476==
==12476== 3,543 bytes in 3 blocks are still reachable in loss record 861 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x400B221: _dl_new_object (in /usr/lib/ld-2.26.so)
==12476== by 0x4005984: _dl_map_object_from_fd (in /usr/lib/ld-2.26.so)
==12476== by 0x4008750: _dl_map_object (in /usr/lib/ld-2.26.so)
==12476== by 0x400D0F1: openaux (in /usr/lib/ld-2.26.so)
==12476== by 0x73C0143: _dl_catch_error (in /usr/lib/libc-2.26.so)
==12476== by 0x400D333: _dl_map_object_deps (in /usr/lib/ld-2.26.so)
==12476== by 0x401387F: dl_open_worker (in /usr/lib/ld-2.26.so)
==12476== by 0x73C0143: _dl_catch_error (in /usr/lib/libc-2.26.so)
==12476== by 0x4013319: _dl_open (in /usr/lib/ld-2.26.so)
==12476== by 0x6E6CE85: ??? (in /usr/lib/libdl-2.26.so)
==12476== by 0x73C0143: _dl_catch_error (in /usr/lib/libc-2.26.so)
==12476==
==12476== 4,064 bytes in 1 blocks are still reachable in loss record 862 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x4009CF2: do_lookup_x (in /usr/lib/ld-2.26.so)
==12476== by 0x400A03E: _dl_lookup_symbol_x (in /usr/lib/ld-2.26.so)
==12476== by 0x400BB18: _dl_relocate_object (in /usr/lib/ld-2.26.so)
==12476== by 0x40139D2: dl_open_worker (in /usr/lib/ld-2.26.so)
==12476== by 0x73C0143: _dl_catch_error (in /usr/lib/libc-2.26.so)
==12476== by 0x4013319: _dl_open (in /usr/lib/ld-2.26.so)
==12476== by 0x6E6CE85: ??? (in /usr/lib/libdl-2.26.so)
==12476== by 0x73C0143: _dl_catch_error (in /usr/lib/libc-2.26.so)
==12476== by 0x6E6D586: ??? (in /usr/lib/libdl-2.26.so)
==12476== by 0x6E6CF21: dlopen (in /usr/lib/libdl-2.26.so)
==12476== by 0x60CB665: g_module_open (in /usr/lib/libgmodule-2.0.so.0.5400.0)
==12476==
==12476== 4,096 bytes in 1 blocks are still reachable in loss record 863 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x6520438: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65206BA: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65207BA: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4EDA5BA: nv_registry_alloc_handle (nvtable.c:85)
==12476== by 0x4ED80DA: log_msg_registry_init (logmsg.c:1789)
==12476== by 0x4ED81B2: log_msg_global_init (logmsg.c:1809)
==12476== by 0x4E69D04: app_startup (apphook.c:138)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 4,096 bytes in 1 blocks are still reachable in loss record 864 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x6520456: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65206BA: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65207BA: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4EDA5BA: nv_registry_alloc_handle (nvtable.c:85)
==12476== by 0x4ED80DA: log_msg_registry_init (logmsg.c:1789)
==12476== by 0x4ED81B2: log_msg_global_init (logmsg.c:1809)
==12476== by 0x4E69D04: app_startup (apphook.c:138)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 4,096 bytes in 1 blocks are still reachable in loss record 865 of 879
==12476== at 0x4C2F13F: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654BDA8: g_realloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x6558616: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x6558929: g_array_append_vals (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4ECB843: value_pairs_global_init (value-pairs.c:986)
==12476== by 0x4E69D18: app_startup (apphook.c:142)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 4,096 bytes in 1 blocks are definitely lost in loss record 866 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x8806E28: ???
==12476== by 0x88223E1: ???
==12476== by 0x8818A61: ???
==12476== by 0x88191AB: ???
==12476== by 0x739722E: gethostbyname_r@@GLIBC_2.2.5 (in /usr/lib/libc-2.26.so)
==12476== by 0x739674F: gethostbyname (in /usr/lib/libc-2.26.so)
==12476== by 0x4E79170: _resolve_localhost_from_dns (hostname-unix.c:37)
==12476== by 0x4E7924C: get_local_fqdn_hostname_from_dns (hostname-unix.c:69)
==12476== by 0x4E79482: detect_local_fqdn_hostname (hostname.c:137)
==12476== by 0x4E7964C: hostname_reinit (hostname.c:189)
==12476== by 0x4E79688: hostname_global_init (hostname.c:198)
==12476==
==12476== 5,112 bytes in 213 blocks are still reachable in loss record 867 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x53DE9CD: ERR_load_SSL_strings (ssl_err.c:679)
==12476== by 0x53DEA17: ossl_init_load_ssl_strings (ssl_init.c:128)
==12476== by 0x53DEA17: ossl_init_load_ssl_strings_ossl_ (ssl_init.c:117)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DEDA4: OPENSSL_init_ssl (ssl_init.c:206)
==12476== by 0x8C9A257: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 6,120 bytes in 255 blocks are still reachable in loss record 868 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B825: OPENSSL_LH_insert (lhash.c:103)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x53DE9DB: ERR_load_SSL_strings (ssl_err.c:680)
==12476== by 0x53DEA17: ossl_init_load_ssl_strings (ssl_init.c:128)
==12476== by 0x53DEA17: ossl_init_load_ssl_strings_ossl_ (ssl_init.c:117)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DEDA4: OPENSSL_init_ssl (ssl_init.c:206)
==12476== by 0x8C9A257: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 6,899 bytes in 157 blocks are indirectly lost in loss record 869 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E763CB: g_process_set_argv_space (gprocess.c:535)
==12476== by 0x10A0D4: main (main.c:209)
==12476==
==12476== 7,280 bytes in 1 blocks are still reachable in loss record 870 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x4E76364: g_process_set_argv_space (gprocess.c:527)
==12476== by 0x10A0D4: main (main.c:209)
==12476==
==12476== 8,163 (1,264 direct, 6,899 indirect) bytes in 1 blocks are definitely lost in loss record 871 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E7620A: g_process_set_argv_space (gprocess.c:508)
==12476== by 0x10A0D4: main (main.c:209)
==12476==
==12476== 8,192 bytes in 1 blocks are still reachable in loss record 872 of 879
==12476== at 0x4C2F13F: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654BDA8: g_realloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x6558616: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x6558929: g_array_append_vals (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4EDA593: nv_registry_alloc_handle (nvtable.c:84)
==12476== by 0x4ED80DA: log_msg_registry_init (logmsg.c:1789)
==12476== by 0x4ED81B2: log_msg_global_init (logmsg.c:1809)
==12476== by 0x4E69D04: app_startup (apphook.c:138)
==12476== by 0x10A2BF: main (main.c:272)
==12476==
==12476== 16,384 bytes in 1 blocks are still reachable in loss record 873 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x64F7ED5: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476== by 0x4000F69: ??? (in /usr/lib/ld-2.26.so)
==12476== by 0x9: ???
==12476== by 0x1FFEFFF35A: ???
==12476== by 0x1FFEFFF372: ???
==12476== by 0x1FFEFFF375: ???
==12476== by 0x1FFEFFF3BF: ???
==12476== by 0x1FFEFFF41C: ???
==12476==
==12476== 16,384 bytes in 1 blocks are still reachable in loss record 874 of 879
==12476== at 0x4C2CD8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x4C2F195: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654BDA8: g_realloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x652F087: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x65301F2: g_string_sized_new (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E6B4DC: cfg_read_config (cfg.c:532)
==12476== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 16,384 bytes in 1 blocks are still reachable in loss record 875 of 879
==12476== at 0x4C2F13F: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x577B7CB: expand (lhash.c:219)
==12476== by 0x577B7CB: OPENSSL_LH_insert (lhash.c:97)
==12476== by 0x575AF24: lh_ERR_STRING_DATA_insert (err.h:206)
==12476== by 0x575AF24: err_load_strings (err.c:295)
==12476== by 0x575B25C: ERR_load_strings (err.c:305)
==12476== by 0x53DE9CD: ERR_load_SSL_strings (ssl_err.c:679)
==12476== by 0x53DEA17: ossl_init_load_ssl_strings (ssl_init.c:128)
==12476== by 0x53DEA17: ossl_init_load_ssl_strings_ossl_ (ssl_init.c:117)
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476== by 0x57D2147: CRYPTO_THREAD_run_once (threads_pthread.c:106)
==12476== by 0x53DEDA4: OPENSSL_init_ssl (ssl_init.c:206)
==12476== by 0x8C9A257: ???
==12476== by 0x8C785AB: ???
==12476== by 0x707EDBE: __pthread_once_slow (in /usr/lib/libpthread-2.26.so)
==12476==
==12476== 16,386 bytes in 1 blocks are still reachable in loss record 876 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x4EA3C0F: _cfg_lexer_alloc (cfg-lex.c:2842)
==12476== by 0x4EA265E: _cfg_lexer__create_buffer (cfg-lex.c:2165)
==12476== by 0x4E6EBDD: cfg_lexer_new (cfg-lexer.c:1046)
==12476== by 0x4E6B4F8: cfg_read_config (cfg.c:534)
==12476== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 16,680 bytes in 1 blocks are still reachable in loss record 877 of 879
==12476== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12476== by 0x4E6EB70: cfg_lexer_new (cfg-lexer.c:1039)
==12476== by 0x4E6B4F8: cfg_read_config (cfg.c:534)
==12476== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 65,544 bytes in 1 blocks are still reachable in loss record 878 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x4EA3C0F: _cfg_lexer_alloc (cfg-lex.c:2842)
==12476== by 0x4E9BE95: _cfg_lexer_lex (cfg-lex.c:1244)
==12476== by 0x4E6E13C: _invoke__cfg_lexer_lex (cfg-lexer.c:787)
==12476== by 0x4E6E397: cfg_lexer_lex (cfg-lexer.c:846)
==12476== by 0x4E6FD48: main_lex (cfg-parser.c:185)
==12476== by 0x4EA4DC4: main_parse (cfg-grammar.c:3115)
==12476== by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
==12476== by 0x4E6B30C: cfg_run_parser (cfg.c:476)
==12476== by 0x4E6B520: cfg_read_config (cfg.c:535)
==12476== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12476== by 0x10A2E8: main (main.c:275)
==12476==
==12476== 72,704 bytes in 1 blocks are still reachable in loss record 879 of 879
==12476== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12476== by 0x99CCE76: pool (eh_alloc.cc:123)
==12476== by 0x99CCE76: __static_initialization_and_destruction_0 (eh_alloc.cc:262)
==12476== by 0x99CCE76: _GLOBAL__sub_I_eh_alloc.cc (eh_alloc.cc:338)
==12476== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12476== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12476== by 0x4013AFD: dl_open_worker (in /usr/lib/ld-2.26.so)
==12476== by 0x73C0143: _dl_catch_error (in /usr/lib/libc-2.26.so)
==12476== by 0x4013319: _dl_open (in /usr/lib/ld-2.26.so)
==12476== by 0x6E6CE85: ??? (in /usr/lib/libdl-2.26.so)
==12476== by 0x73C0143: _dl_catch_error (in /usr/lib/libc-2.26.so)
==12476== by 0x6E6D586: ??? (in /usr/lib/libdl-2.26.so)
==12476== by 0x6E6CF21: dlopen (in /usr/lib/libdl-2.26.so)
==12476== by 0x60CB665: g_module_open (in /usr/lib/libgmodule-2.0.so.0.5400.0)
==12476==
==12476== LEAK SUMMARY:
==12476== definitely lost: 5,426 bytes in 3 blocks
==12476== indirectly lost: 6,899 bytes in 157 blocks
==12476== possibly lost: 0 bytes in 0 blocks
==12476== still reachable: 360,652 bytes in 3,734 blocks
==12476== suppressed: 0 bytes in 0 blocks
==12476==
==12476== For counts of detected and suppressed errors, rerun with: -v
==12476== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
==12461== Syscall param epoll_pwait(sigmask) points to unaddressable byte(s)
==12461== at 0x7384590: epoll_pwait (in /usr/lib/libc-2.26.so)
==12461== by 0x4EE6C9B: iv_fd_epoll_timerfd_poll (iv_fd_epoll.c:436)
==12461== by 0x4EE28CA: iv_fd_poll_and_run (iv_fd.c:206)
==12461== by 0x4EE3F42: iv_main (iv_main_posix.c:112)
==12461== by 0x4E89628: main_loop_run (mainloop.c:561)
==12461== by 0x10A35A: main (main.c:304)
==12461== Address 0x0 is not stack'd, malloc'd or (recently) free'd
==12461==
==12461==
==12461== HEAP SUMMARY:
==12461== in use at exit: 44,952 bytes in 211 blocks
==12461== total heap usage: 5,537 allocs, 5,326 frees, 770,901 bytes allocated
==12461==
==12461== 4 bytes in 1 blocks are still reachable in loss record 1 of 49
==12461== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12461== by 0x65647D3: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x65648DB: g_private_get (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x652D52D: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x65202AE: g_hash_table_new_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x64F7EC3: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12461== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12461== by 0x4000F69: ??? (in /usr/lib/ld-2.26.so)
==12461== by 0x9: ???
==12461== by 0x1FFEFFF35A: ???
==12461== by 0x1FFEFFF372: ???
==12461==
==12461== 4 bytes in 1 blocks are still reachable in loss record 2 of 49
==12461== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12461== by 0x65647D3: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x65648DB: g_private_get (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x65169A7: g_get_charset (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x65176E3: g_locale_to_utf8 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x654C4F6: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x654CBBA: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x654D49B: g_option_context_parse (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x10A149: main (main.c:220)
==12461==
==12461== 4 bytes in 1 blocks are still reachable in loss record 3 of 49
==12461== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12461== by 0x65647D3: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x6565053: g_private_replace (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x60CB58A: g_module_open (in /usr/lib/libgmodule-2.0.so.0.5400.0)
==12461== by 0x4E8F846: plugin_load_module (plugin.c:348)
==12461== by 0x4E8F2F1: plugin_find (plugin.c:196)
==12461== by 0x4E6A755: cfg_find_plugin (cfg.c:204)
==12461== by 0x4EA57FA: main_parse (cfg-grammar.y:593)
==12461== by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
==12461== by 0x4E6B30C: cfg_run_parser (cfg.c:476)
==12461== by 0x4E6B520: cfg_read_config (cfg.c:535)
==12461== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12461==
==12461== 4 bytes in 1 blocks are still reachable in loss record 4 of 49
==12461== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12461== by 0x65647D3: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x65648DB: g_private_get (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x6550A25: g_static_private_get (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x4E8AC34: msg_get_context (messages.c:70)
==12461== by 0x4E8AD17: msg_limit_internal_message (messages.c:105)
==12461== by 0x4E8B06E: msg_event_send_with_suppression (messages.c:182)
==12461== by 0x4E8B10D: msg_event_suppress_recursions_and_send (messages.c:197)
==12461== by 0x8A436F1: _reader_open_file (file-reader.c:187)
==12461== by 0x8A43B03: _init (file-reader.c:285)
==12461== by 0x8A471DC: log_pipe_init (logpipe.h:270)
==12461== by 0x8A475E4: affile_sd_init (affile-source.c:122)
==12461==
==12461== 5 bytes in 1 blocks are still reachable in loss record 5 of 49
==12461== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12461== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x4E7C540: log_matcher_options_set_type (logmatcher.c:863)
==12461== by 0x4E7C65D: log_matcher_options_init (logmatcher.c:910)
==12461== by 0x4EB7ECF: filter_re_compile_pattern (filter-re.c:82)
==12461== by 0x4EBAAB8: filter_expr_parse (filter-expr-grammar.y:526)
==12461== by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
==12461== by 0x4EA5989: main_parse (cfg-grammar.y:632)
==12461== by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
==12461== by 0x4E6B30C: cfg_run_parser (cfg.c:476)
==12461== by 0x4E6B520: cfg_read_config (cfg.c:535)
==12461==
==12461== 8 bytes in 1 blocks are still reachable in loss record 6 of 49
==12461== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12461== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x6557BDB: g_mutex_new (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x6557C45: g_static_mutex_get_mutex_impl (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x4EDA448: nv_registry_alloc_handle (nvtable.c:53)
==12461== by 0x4EDA7CD: nv_registry_new (nvtable.c:134)
==12461== by 0x4ED7F48: log_msg_registry_init (logmsg.c:1766)
==12461== by 0x4ED81B2: log_msg_global_init (logmsg.c:1809)
==12461== by 0x4E69D04: app_startup (apphook.c:138)
==12461== by 0x10A2BF: main (main.c:272)
==12461==
==12461== 8 bytes in 1 blocks are still reachable in loss record 7 of 49
==12461== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12461== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x6557BDB: g_mutex_new (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x6557C45: g_static_mutex_get_mutex_impl (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x4EDE668: log_tags_global_init (tags.c:194)
==12461== by 0x4E69D09: app_startup (apphook.c:139)
==12461== by 0x10A2BF: main (main.c:272)
==12461==
==12461== 8 bytes in 1 blocks are still reachable in loss record 8 of 49
==12461== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12461== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x6557BDB: g_mutex_new (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x6557C45: g_static_mutex_get_mutex_impl (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x4E8B194: msg_event_create (messages.c:206)
==12461== by 0x8A436E9: _reader_open_file (file-reader.c:187)
==12461== by 0x8A43B03: _init (file-reader.c:285)
==12461== by 0x8A471DC: log_pipe_init (logpipe.h:270)
==12461== by 0x8A475E4: affile_sd_init (affile-source.c:122)
==12461== by 0x4E70721: log_pipe_init (logpipe.h:270)
==12461== by 0x4E7295F: cfg_tree_start (cfg-tree.c:1126)
==12461==
==12461== 8 bytes in 1 blocks are still reachable in loss record 9 of 49
==12461== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12461== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x6557BDB: g_mutex_new (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x6557C45: g_static_mutex_get_mutex_impl (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x4E6969E: afinter_message_posted (afinter.c:444)
==12461== by 0x4E8B3BE: msg_post_message (messages.c:259)
==12461== by 0x4E8B026: msg_send_formatted_message (messages.c:172)
==12461== by 0x4E8B091: msg_event_send_with_suppression (messages.c:183)
==12461== by 0x4E8B10D: msg_event_suppress_recursions_and_send (messages.c:197)
==12461== by 0x4E895D3: main_loop_run (mainloop.c:550)
==12461== by 0x10A35A: main (main.c:304)
==12461==
==12461== 10 bytes in 1 blocks are still reachable in loss record 10 of 49
==12461== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12461== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x65036D6: g_set_prgname (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x654D35A: g_option_context_parse (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x10A149: main (main.c:220)
==12461==
==12461== 13 bytes in 1 blocks are still reachable in loss record 11 of 49
==12461== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12461== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x6515FE7: g_convert_with_iconv (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x6517231: g_convert (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x651770B: g_locale_to_utf8 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x654C4F6: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x654CDF6: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x654D5E3: g_option_context_parse (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x10A149: main (main.c:220)
==12461==
==12461== 15 bytes in 1 blocks are still reachable in loss record 12 of 49
==12461== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12461== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x6516A2C: g_get_charset (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x65176E3: g_locale_to_utf8 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x654C4F6: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x654CBBA: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x654D49B: g_option_context_parse (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x10A149: main (main.c:220)
==12461==
==12461== 15 bytes in 1 blocks are still reachable in loss record 13 of 49
==12461== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12461== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x6516A71: g_get_charset (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x65176E3: g_locale_to_utf8 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x654C4F6: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x654CBBA: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x654D49B: g_option_context_parse (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x10A149: main (main.c:220)
==12461==
==12461== 24 bytes in 1 blocks are still reachable in loss record 14 of 49
==12461== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12461== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x6516B5A: g_get_charset (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x65176E3: g_locale_to_utf8 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x654C4F6: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x654CBBA: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x654D49B: g_option_context_parse (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x10A149: main (main.c:220)
==12461==
==12461== 32 bytes in 1 blocks are still reachable in loss record 15 of 49
==12461== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12461== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x652030B: g_hash_table_new_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x64F7EC3: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12461== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12461== by 0x4000F69: ??? (in /usr/lib/ld-2.26.so)
==12461== by 0x9: ???
==12461== by 0x1FFEFFF35A: ???
==12461== by 0x1FFEFFF372: ???
==12461== by 0x1FFEFFF375: ???
==12461== by 0x1FFEFFF3BF: ???
==12461==
==12461== 32 bytes in 1 blocks are still reachable in loss record 16 of 49
==12461== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12461== by 0x6E6D63B: ??? (in /usr/lib/libdl-2.26.so)
==12461== by 0x6E6CF21: dlopen (in /usr/lib/libdl-2.26.so)
==12461== by 0x60CBA8C: g_module_open (in /usr/lib/libgmodule-2.0.so.0.5400.0)
==12461== by 0x4E8F846: plugin_load_module (plugin.c:348)
==12461== by 0x4E8F2F1: plugin_find (plugin.c:196)
==12461== by 0x4E6A755: cfg_find_plugin (cfg.c:204)
==12461== by 0x4EA57FA: main_parse (cfg-grammar.y:593)
==12461== by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
==12461== by 0x4E6B30C: cfg_run_parser (cfg.c:476)
==12461== by 0x4E6B520: cfg_read_config (cfg.c:535)
==12461== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12461==
==12461== 32 bytes in 1 blocks are still reachable in loss record 17 of 49
==12461== at 0x4C2CD8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12461== by 0x4C2F195: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12461== by 0x654BDA8: g_realloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x6558616: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x6558706: g_array_set_size (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x6558D08: g_static_private_set (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x4E8AC6C: msg_get_context (messages.c:74)
==12461== by 0x4E8AD17: msg_limit_internal_message (messages.c:105)
==12461== by 0x4E8B06E: msg_event_send_with_suppression (messages.c:182)
==12461== by 0x4E8B10D: msg_event_suppress_recursions_and_send (messages.c:197)
==12461== by 0x8A436F1: _reader_open_file (file-reader.c:187)
==12461== by 0x8A43B03: _init (file-reader.c:285)
==12461==
==12461== 40 bytes in 1 blocks are still reachable in loss record 18 of 49
==12461== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12461== by 0x6564750: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x65653C7: g_rec_mutex_lock (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x60CB5A6: g_module_open (in /usr/lib/libgmodule-2.0.so.0.5400.0)
==12461== by 0x4E8F846: plugin_load_module (plugin.c:348)
==12461== by 0x4E8F2F1: plugin_find (plugin.c:196)
==12461== by 0x4E6A755: cfg_find_plugin (cfg.c:204)
==12461== by 0x4EA57FA: main_parse (cfg-grammar.y:593)
==12461== by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
==12461== by 0x4E6B30C: cfg_run_parser (cfg.c:476)
==12461== by 0x4E6B520: cfg_read_config (cfg.c:535)
==12461== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12461==
==12461== 40 bytes in 1 blocks are still reachable in loss record 19 of 49
==12461== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12461== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x60CBAA3: g_module_open (in /usr/lib/libgmodule-2.0.so.0.5400.0)
==12461== by 0x4E8F846: plugin_load_module (plugin.c:348)
==12461== by 0x4E8F2F1: plugin_find (plugin.c:196)
==12461== by 0x4E6A755: cfg_find_plugin (cfg.c:204)
==12461== by 0x4EA57FA: main_parse (cfg-grammar.y:593)
==12461== by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
==12461== by 0x4E6B30C: cfg_run_parser (cfg.c:476)
==12461== by 0x4E6B520: cfg_read_config (cfg.c:535)
==12461== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12461== by 0x10A2E8: main (main.c:275)
==12461==
==12461== 40 bytes in 1 blocks are still reachable in loss record 20 of 49
==12461== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12461== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x60CB702: g_module_open (in /usr/lib/libgmodule-2.0.so.0.5400.0)
==12461== by 0x4E8F531: plugin_dlopen_module_as_filename (plugin.c:250)
==12461== by 0x4E8F7D9: plugin_dlopen_module_on_path (plugin.c:331)
==12461== by 0x4E8F896: plugin_load_module (plugin.c:358)
==12461== by 0x4E8F2F1: plugin_find (plugin.c:196)
==12461== by 0x4E6A755: cfg_find_plugin (cfg.c:204)
==12461== by 0x4EA57FA: main_parse (cfg-grammar.y:593)
==12461== by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
==12461== by 0x4E6B30C: cfg_run_parser (cfg.c:476)
==12461== by 0x4E6B520: cfg_read_config (cfg.c:535)
==12461==
==12461== 40 bytes in 1 blocks are still reachable in loss record 21 of 49
==12461== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12461== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x60CB702: g_module_open (in /usr/lib/libgmodule-2.0.so.0.5400.0)
==12461== by 0x4E8F531: plugin_dlopen_module_as_filename (plugin.c:250)
==12461== by 0x4E8F7D9: plugin_dlopen_module_on_path (plugin.c:331)
==12461== by 0x4E8F896: plugin_load_module (plugin.c:358)
==12461== by 0x4E8F2F1: plugin_find (plugin.c:196)
==12461== by 0x4E6A755: cfg_find_plugin (cfg.c:204)
==12461== by 0x4E8BCCE: msg_format_options_init (msg-format.c:81)
==12461== by 0x4E807C1: log_reader_options_init (logreader.c:600)
==12461== by 0x8A43DFD: file_reader_options_init (file-reader.c:356)
==12461== by 0x8A474FD: affile_sd_init (affile-source.c:106)
==12461==
==12461== 40 bytes in 1 blocks are still reachable in loss record 22 of 49
==12461== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12461== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x6558A05: g_array_sized_new (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x6558D31: g_static_private_set (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x4E8AC6C: msg_get_context (messages.c:74)
==12461== by 0x4E8AD17: msg_limit_internal_message (messages.c:105)
==12461== by 0x4E8B06E: msg_event_send_with_suppression (messages.c:182)
==12461== by 0x4E8B10D: msg_event_suppress_recursions_and_send (messages.c:197)
==12461== by 0x8A436F1: _reader_open_file (file-reader.c:187)
==12461== by 0x8A43B03: _init (file-reader.c:285)
==12461== by 0x8A471DC: log_pipe_init (logpipe.h:270)
==12461==
==12461== 48 bytes in 1 blocks are still reachable in loss record 23 of 49
==12461== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12461== by 0x4011E25: tls_get_addr_tail (in /usr/lib/ld-2.26.so)
==12461== by 0x40174E7: __tls_get_addr (in /usr/lib/ld-2.26.so)
==12461== by 0x8806BFD: ???
==12461== by 0x88223E1: ???
==12461== by 0x8818A61: ???
==12461== by 0x88191AB: ???
==12461== by 0x739722E: gethostbyname_r@@GLIBC_2.2.5 (in /usr/lib/libc-2.26.so)
==12461== by 0x739674F: gethostbyname (in /usr/lib/libc-2.26.so)
==12461== by 0x4E79170: _resolve_localhost_from_dns (hostname-unix.c:37)
==12461== by 0x4E7924C: get_local_fqdn_hostname_from_dns (hostname-unix.c:69)
==12461== by 0x4E79482: detect_local_fqdn_hostname (hostname.c:137)
==12461==
==12461== 63 bytes in 1 blocks are still reachable in loss record 24 of 49
==12461== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12461== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x6515FE7: g_convert_with_iconv (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x6517231: g_convert (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x651770B: g_locale_to_utf8 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x654C4F6: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x654CBBA: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x654D78D: g_option_context_parse (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x10A149: main (main.c:220)
==12461==
==12461== 64 bytes in 1 blocks are still reachable in loss record 25 of 49
==12461== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12461== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x65202F5: g_hash_table_new_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x64F7EC3: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12461== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12461== by 0x4000F69: ??? (in /usr/lib/ld-2.26.so)
==12461== by 0x9: ???
==12461== by 0x1FFEFFF35A: ???
==12461== by 0x1FFEFFF372: ???
==12461== by 0x1FFEFFF375: ???
==12461== by 0x1FFEFFF3BF: ???
==12461==
==12461== 64 bytes in 1 blocks are still reachable in loss record 26 of 49
==12461== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12461== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x4E7C320: log_matcher_pcre_re_new (logmatcher.c:786)
==12461== by 0x4E7C456: log_matcher_new (logmatcher.c:831)
==12461== by 0x4EB7EE6: filter_re_compile_pattern (filter-re.c:83)
==12461== by 0x4EBAAB8: filter_expr_parse (filter-expr-grammar.y:526)
==12461== by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
==12461== by 0x4EA5989: main_parse (cfg-grammar.y:632)
==12461== by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
==12461== by 0x4E6B30C: cfg_run_parser (cfg.c:476)
==12461== by 0x4E6B520: cfg_read_config (cfg.c:535)
==12461== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12461==
==12461== 73 bytes in 1 blocks are still reachable in loss record 27 of 49
==12461== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12461== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x60CB70E: g_module_open (in /usr/lib/libgmodule-2.0.so.0.5400.0)
==12461== by 0x4E8F531: plugin_dlopen_module_as_filename (plugin.c:250)
==12461== by 0x4E8F7D9: plugin_dlopen_module_on_path (plugin.c:331)
==12461== by 0x4E8F896: plugin_load_module (plugin.c:358)
==12461== by 0x4E8F2F1: plugin_find (plugin.c:196)
==12461== by 0x4E6A755: cfg_find_plugin (cfg.c:204)
==12461== by 0x4EA57FA: main_parse (cfg-grammar.y:593)
==12461== by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
==12461== by 0x4E6B30C: cfg_run_parser (cfg.c:476)
==12461==
==12461== 79 bytes in 1 blocks are still reachable in loss record 28 of 49
==12461== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12461== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x60CB70E: g_module_open (in /usr/lib/libgmodule-2.0.so.0.5400.0)
==12461== by 0x4E8F531: plugin_dlopen_module_as_filename (plugin.c:250)
==12461== by 0x4E8F7D9: plugin_dlopen_module_on_path (plugin.c:331)
==12461== by 0x4E8F896: plugin_load_module (plugin.c:358)
==12461== by 0x4E8F2F1: plugin_find (plugin.c:196)
==12461== by 0x4E6A755: cfg_find_plugin (cfg.c:204)
==12461== by 0x4E8BCCE: msg_format_options_init (msg-format.c:81)
==12461== by 0x4E807C1: log_reader_options_init (logreader.c:600)
==12461== by 0x8A43DFD: file_reader_options_init (file-reader.c:356)
==12461==
==12461== 85 bytes in 1 blocks are still reachable in loss record 29 of 49
==12461== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12461== by 0x6C0991E: pcre_compile2 (in /usr/lib/libpcre.so.1.2.9)
==12461== by 0x4E7B897: log_matcher_pcre_re_compile (logmatcher.c:522)
==12461== by 0x4EB7B13: log_matcher_compile (logmatcher.h:78)
==12461== by 0x4EB7F0C: filter_re_compile_pattern (filter-re.c:84)
==12461== by 0x4EBAAB8: filter_expr_parse (filter-expr-grammar.y:526)
==12461== by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
==12461== by 0x4EA5989: main_parse (cfg-grammar.y:632)
==12461== by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
==12461== by 0x4E6B30C: cfg_run_parser (cfg.c:476)
==12461== by 0x4E6B520: cfg_read_config (cfg.c:535)
==12461== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12461==
==12461== 88 bytes in 1 blocks are still reachable in loss record 30 of 49
==12461== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12461== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x652D706: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x65202AE: g_hash_table_new_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x64F7EC3: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12461== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12461== by 0x4000F69: ??? (in /usr/lib/ld-2.26.so)
==12461== by 0x9: ???
==12461== by 0x1FFEFFF35A: ???
==12461== by 0x1FFEFFF372: ???
==12461== by 0x1FFEFFF375: ???
==12461==
==12461== 88 bytes in 1 blocks are still reachable in loss record 31 of 49
==12461== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12461== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x4EB7FD1: filter_re_new (filter-re.c:103)
==12461== by 0x4EBAA03: filter_expr_parse (filter-expr-grammar.y:514)
==12461== by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
==12461== by 0x4EA5989: main_parse (cfg-grammar.y:632)
==12461== by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
==12461== by 0x4E6B30C: cfg_run_parser (cfg.c:476)
==12461== by 0x4E6B520: cfg_read_config (cfg.c:535)
==12461== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12461== by 0x10A2E8: main (main.c:275)
==12461==
==12461== 96 bytes in 1 blocks are still reachable in loss record 32 of 49
==12461== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12461== by 0x6C47D6A: ??? (in /usr/lib/libpcre.so.1.2.9)
==12461== by 0x6C4B741: pcre_study (in /usr/lib/libpcre.so.1.2.9)
==12461== by 0x4E7B901: log_matcher_pcre_re_compile (logmatcher.c:531)
==12461== by 0x4EB7B13: log_matcher_compile (logmatcher.h:78)
==12461== by 0x4EB7F0C: filter_re_compile_pattern (filter-re.c:84)
==12461== by 0x4EBAAB8: filter_expr_parse (filter-expr-grammar.y:526)
==12461== by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
==12461== by 0x4EA5989: main_parse (cfg-grammar.y:632)
==12461== by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
==12461== by 0x4E6B30C: cfg_run_parser (cfg.c:476)
==12461== by 0x4E6B520: cfg_read_config (cfg.c:535)
==12461==
==12461== 108 bytes in 1 blocks are still reachable in loss record 33 of 49
==12461== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12461== by 0x6C4B5BB: pcre_study (in /usr/lib/libpcre.so.1.2.9)
==12461== by 0x4E7B901: log_matcher_pcre_re_compile (logmatcher.c:531)
==12461== by 0x4EB7B13: log_matcher_compile (logmatcher.h:78)
==12461== by 0x4EB7F0C: filter_re_compile_pattern (filter-re.c:84)
==12461== by 0x4EBAAB8: filter_expr_parse (filter-expr-grammar.y:526)
==12461== by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
==12461== by 0x4EA5989: main_parse (cfg-grammar.y:632)
==12461== by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
==12461== by 0x4E6B30C: cfg_run_parser (cfg.c:476)
==12461== by 0x4E6B520: cfg_read_config (cfg.c:535)
==12461== by 0x4E8945A: main_loop_read_and_init_config (mainloop.c:505)
==12461==
==12461== 132 bytes in 1 blocks are still reachable in loss record 34 of 49
==12461== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12461== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x4E8AC4E: msg_get_context (messages.c:73)
==12461== by 0x4E8AD17: msg_limit_internal_message (messages.c:105)
==12461== by 0x4E8B06E: msg_event_send_with_suppression (messages.c:182)
==12461== by 0x4E8B10D: msg_event_suppress_recursions_and_send (messages.c:197)
==12461== by 0x8A436F1: _reader_open_file (file-reader.c:187)
==12461== by 0x8A43B03: _init (file-reader.c:285)
==12461== by 0x8A471DC: log_pipe_init (logpipe.h:270)
==12461== by 0x8A475E4: affile_sd_init (affile-source.c:122)
==12461== by 0x4E70721: log_pipe_init (logpipe.h:270)
==12461== by 0x4E7295F: cfg_tree_start (cfg-tree.c:1126)
==12461==
==12461== 152 bytes in 2 blocks are still reachable in loss record 35 of 49
==12461== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12461== by 0x401ABEA: strdup (in /usr/lib/ld-2.26.so)
==12461== by 0x40086CC: _dl_map_object (in /usr/lib/ld-2.26.so)
==12461== by 0x401381D: dl_open_worker (in /usr/lib/ld-2.26.so)
==12461== by 0x73C0143: _dl_catch_error (in /usr/lib/libc-2.26.so)
==12461== by 0x4013319: _dl_open (in /usr/lib/ld-2.26.so)
==12461== by 0x6E6CE85: ??? (in /usr/lib/libdl-2.26.so)
==12461== by 0x73C0143: _dl_catch_error (in /usr/lib/libc-2.26.so)
==12461== by 0x6E6D586: ??? (in /usr/lib/libdl-2.26.so)
==12461== by 0x6E6CF21: dlopen (in /usr/lib/libdl-2.26.so)
==12461== by 0x60CB665: g_module_open (in /usr/lib/libgmodule-2.0.so.0.5400.0)
==12461== by 0x4E8F531: plugin_dlopen_module_as_filename (plugin.c:250)
==12461==
==12461== 152 bytes in 2 blocks are still reachable in loss record 36 of 49
==12461== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12461== by 0x400B508: _dl_new_object (in /usr/lib/ld-2.26.so)
==12461== by 0x4005984: _dl_map_object_from_fd (in /usr/lib/ld-2.26.so)
==12461== by 0x4008750: _dl_map_object (in /usr/lib/ld-2.26.so)
==12461== by 0x401381D: dl_open_worker (in /usr/lib/ld-2.26.so)
==12461== by 0x73C0143: _dl_catch_error (in /usr/lib/libc-2.26.so)
==12461== by 0x4013319: _dl_open (in /usr/lib/ld-2.26.so)
==12461== by 0x6E6CE85: ??? (in /usr/lib/libdl-2.26.so)
==12461== by 0x73C0143: _dl_catch_error (in /usr/lib/libc-2.26.so)
==12461== by 0x6E6D586: ??? (in /usr/lib/libdl-2.26.so)
==12461== by 0x6E6CF21: dlopen (in /usr/lib/libdl-2.26.so)
==12461== by 0x60CB665: g_module_open (in /usr/lib/libgmodule-2.0.so.0.5400.0)
==12461==
==12461== 168 bytes in 1 blocks are possibly lost in loss record 37 of 49
==12461== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12461== by 0x4EE16B6: iv_work_pool_create (iv_work.c:228)
==12461== by 0x4E8AA90: main_loop_io_worker_init (mainloop-io-worker.c:97)
==12461== by 0x4E8939F: main_loop_init (mainloop.c:487)
==12461== by 0x10A2DC: main (main.c:274)
==12461==
==12461== 207 bytes in 3 blocks are still reachable in loss record 38 of 49
==12461== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12461== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x6515FE7: g_convert_with_iconv (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x6517231: g_convert (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x651770B: g_locale_to_utf8 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x654C4F6: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x654CBBA: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x654D49B: g_option_context_parse (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x10A149: main (main.c:220)
==12461==
==12461== 264 bytes in 1 blocks are still reachable in loss record 39 of 49
==12461== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12461== by 0x40130E6: add_to_global (in /usr/lib/ld-2.26.so)
==12461== by 0x4013E55: dl_open_worker (in /usr/lib/ld-2.26.so)
==12461== by 0x73C0143: _dl_catch_error (in /usr/lib/libc-2.26.so)
==12461== by 0x4013319: _dl_open (in /usr/lib/ld-2.26.so)
==12461== by 0x6E6CE85: ??? (in /usr/lib/libdl-2.26.so)
==12461== by 0x73C0143: _dl_catch_error (in /usr/lib/libc-2.26.so)
==12461== by 0x6E6D586: ??? (in /usr/lib/libdl-2.26.so)
==12461== by 0x6E6CF21: dlopen (in /usr/lib/libdl-2.26.so)
==12461== by 0x60CB665: g_module_open (in /usr/lib/libgmodule-2.0.so.0.5400.0)
==12461== by 0x4E8F531: plugin_dlopen_module_as_filename (plugin.c:250)
==12461== by 0x4E8F7D9: plugin_dlopen_module_on_path (plugin.c:331)
==12461==
==12461== 264 bytes in 1 blocks are still reachable in loss record 40 of 49
==12461== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12461== by 0x6BFE9F6: ??? (in /usr/lib/libpcre.so.1.2.9)
==12461== by 0x6C48B11: ??? (in /usr/lib/libpcre.so.1.2.9)
==12461== by 0x6C4B741: pcre_study (in /usr/lib/libpcre.so.1.2.9)
==12461== by 0x4E7B901: log_matcher_pcre_re_compile (logmatcher.c:531)
==12461== by 0x4EB7B13: log_matcher_compile (logmatcher.h:78)
==12461== by 0x4EB7F0C: filter_re_compile_pattern (filter-re.c:84)
==12461== by 0x4EBAAB8: filter_expr_parse (filter-expr-grammar.y:526)
==12461== by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
==12461== by 0x4EA5989: main_parse (cfg-grammar.y:632)
==12461== by 0x4E703EA: cfg_parser_parse (cfg-parser.c:303)
==12461== by 0x4E6B30C: cfg_run_parser (cfg.c:476)
==12461==
==12461== 336 bytes in 2 blocks are still reachable in loss record 41 of 49
==12461== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12461== by 0x4010FA3: _dl_check_map_versions (in /usr/lib/ld-2.26.so)
==12461== by 0x40138C2: dl_open_worker (in /usr/lib/ld-2.26.so)
==12461== by 0x73C0143: _dl_catch_error (in /usr/lib/libc-2.26.so)
==12461== by 0x4013319: _dl_open (in /usr/lib/ld-2.26.so)
==12461== by 0x6E6CE85: ??? (in /usr/lib/libdl-2.26.so)
==12461== by 0x73C0143: _dl_catch_error (in /usr/lib/libc-2.26.so)
==12461== by 0x6E6D586: ??? (in /usr/lib/libdl-2.26.so)
==12461== by 0x6E6CF21: dlopen (in /usr/lib/libdl-2.26.so)
==12461== by 0x60CB665: g_module_open (in /usr/lib/libgmodule-2.0.so.0.5400.0)
==12461== by 0x4E8F531: plugin_dlopen_module_as_filename (plugin.c:250)
==12461== by 0x4E8F7D9: plugin_dlopen_module_on_path (plugin.c:331)
==12461==
==12461== 1,552 bytes in 1 blocks are still reachable in loss record 42 of 49
==12461== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12461== by 0x4EE3DBD: iv_init (iv_main_posix.c:60)
==12461== by 0x4E69CC8: app_startup (apphook.c:127)
==12461== by 0x10A2BF: main (main.c:272)
==12461==
==12461== 2,032 bytes in 1 blocks are still reachable in loss record 43 of 49
==12461== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12461== by 0x654C061: g_malloc0 (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x652D77E: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x65202AE: g_hash_table_new_full (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x64F7EC3: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12461== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12461== by 0x4000F69: ??? (in /usr/lib/ld-2.26.so)
==12461== by 0x9: ???
==12461== by 0x1FFEFFF35A: ???
==12461== by 0x1FFEFFF372: ???
==12461== by 0x1FFEFFF375: ???
==12461==
==12461== 2,488 bytes in 2 blocks are still reachable in loss record 44 of 49
==12461== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12461== by 0x400B221: _dl_new_object (in /usr/lib/ld-2.26.so)
==12461== by 0x4005984: _dl_map_object_from_fd (in /usr/lib/ld-2.26.so)
==12461== by 0x4008750: _dl_map_object (in /usr/lib/ld-2.26.so)
==12461== by 0x401381D: dl_open_worker (in /usr/lib/ld-2.26.so)
==12461== by 0x73C0143: _dl_catch_error (in /usr/lib/libc-2.26.so)
==12461== by 0x4013319: _dl_open (in /usr/lib/ld-2.26.so)
==12461== by 0x6E6CE85: ??? (in /usr/lib/libdl-2.26.so)
==12461== by 0x73C0143: _dl_catch_error (in /usr/lib/libc-2.26.so)
==12461== by 0x6E6D586: ??? (in /usr/lib/libdl-2.26.so)
==12461== by 0x6E6CF21: dlopen (in /usr/lib/libdl-2.26.so)
==12461== by 0x60CB665: g_module_open (in /usr/lib/libgmodule-2.0.so.0.5400.0)
==12461==
==12461== 4,096 bytes in 1 blocks are definitely lost in loss record 45 of 49
==12461== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12461== by 0x8806E28: ???
==12461== by 0x88223E1: ???
==12461== by 0x8818A61: ???
==12461== by 0x88191AB: ???
==12461== by 0x739722E: gethostbyname_r@@GLIBC_2.2.5 (in /usr/lib/libc-2.26.so)
==12461== by 0x739674F: gethostbyname (in /usr/lib/libc-2.26.so)
==12461== by 0x4E79170: _resolve_localhost_from_dns (hostname-unix.c:37)
==12461== by 0x4E7924C: get_local_fqdn_hostname_from_dns (hostname-unix.c:69)
==12461== by 0x4E79482: detect_local_fqdn_hostname (hostname.c:137)
==12461== by 0x4E7964C: hostname_reinit (hostname.c:189)
==12461== by 0x4E79688: hostname_global_init (hostname.c:198)
==12461==
==12461== 6,899 bytes in 157 blocks are indirectly lost in loss record 46 of 49
==12461== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12461== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x652B3B0: g_strdup (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x4E763CB: g_process_set_argv_space (gprocess.c:535)
==12461== by 0x10A0D4: main (main.c:209)
==12461==
==12461== 7,280 bytes in 1 blocks are still reachable in loss record 47 of 49
==12461== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12461== by 0x4E76364: g_process_set_argv_space (gprocess.c:527)
==12461== by 0x10A0D4: main (main.c:209)
==12461==
==12461== 8,163 (1,264 direct, 6,899 indirect) bytes in 1 blocks are definitely lost in loss record 48 of 49
==12461== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12461== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x4E7620A: g_process_set_argv_space (gprocess.c:508)
==12461== by 0x10A0D4: main (main.c:209)
==12461==
==12461== 16,384 bytes in 1 blocks are still reachable in loss record 49 of 49
==12461== at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==12461== by 0x654C2F9: g_malloc (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x64F7ED5: ??? (in /usr/lib/libglib-2.0.so.0.5400.0)
==12461== by 0x400F519: call_init.part.0 (in /usr/lib/ld-2.26.so)
==12461== by 0x400F625: _dl_init (in /usr/lib/ld-2.26.so)
==12461== by 0x4000F69: ??? (in /usr/lib/ld-2.26.so)
==12461== by 0x9: ???
==12461== by 0x1FFEFFF35A: ???
==12461== by 0x1FFEFFF372: ???
==12461== by 0x1FFEFFF375: ???
==12461== by 0x1FFEFFF3BF: ???
==12461== by 0x1FFEFFF41C: ???
==12461==
==12461== LEAK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment