https://bugs.exim.org/show_bug.cgi?id=2920
Bug ID: 2920
Summary: memory leak in store.c
Product: Exim
Version: 4.96+
Hardware: x86
OS: All
Status: NEW
Severity: bug
Priority: medium
Component: Unfiled
Assignee: unallocated@???
Reporter: asetsove@???
CC: exim-dev@???
=================================================================
==267885==ERROR: LeakSanitizer: detected memory leaks
Direct leak of 65548 byte(s) in 1 object(s) allocated from:
#0 0x4a2d4d in malloc
(/root/asetsove/Fuzzing/targets/exim/test/eximdir/exim+0x4a2d4d)
#1 0x619668 in internal_store_malloc
/root/asetsove/Fuzzing/targets/exim/src/build-Linux-x86_64/store.c:1162:15
#2 0x619605 in store_malloc_3
/root/asetsove/Fuzzing/targets/exim/src/build-Linux-x86_64/store.c:1195:8
#3 0x57b0b2 in store_get_dns_answer_trc
/root/asetsove/Fuzzing/targets/exim/src/build-Linux-x86_64/./functions.h:1029:8
#4 0x579458 in host_name_lookup
/root/asetsove/Fuzzing/targets/exim/src/build-Linux-x86_64/host.c:1580:21
#5 0x554796 in find_variable
/root/asetsove/Fuzzing/targets/exim/src/build-Linux-x86_64/expand.c:1932:34
#6 0x5400c7 in expand_string_internal
/root/asetsove/Fuzzing/targets/exim/src/build-Linux-x86_64/expand.c:4642:24
#7 0x53e2c2 in expand_string_2
/root/asetsove/Fuzzing/targets/exim/src/build-Linux-x86_64/expand.c:8407:9
#8 0x53d6ba in expand_string
/root/asetsove/Fuzzing/targets/exim/src/build-Linux-x86_64/expand.c:8421:13
#9 0x53ccea in expansion_test_line
/root/asetsove/Fuzzing/targets/exim/src/build-Linux-x86_64/exim.c:1676:12
#10 0x539827 in main
/root/asetsove/Fuzzing/targets/exim/src/build-Linux-x86_64/exim.c:5318:7
#11 0x7f406a967d09 in __libc_start_main csu/../csu/libc-start.c:308:16
SUMMARY: AddressSanitizer: 65548 byte(s) leaked in 1 allocation(s).
=================================================================
==268767==ERROR: LeakSanitizer: detected memory leaks
Direct leak of 65548 byte(s) in 1 object(s) allocated from:
#0 0x4a2d4d in malloc
(/root/asetsove/Fuzzing/targets/exim/test/eximdir/exim+0x4a2d4d)
#1 0x619668 in internal_store_malloc
/root/asetsove/Fuzzing/targets/exim/src/build-Linux-x86_64/store.c:1162:15
#2 0x619605 in store_malloc_3
/root/asetsove/Fuzzing/targets/exim/src/build-Linux-x86_64/store.c:1195:8
#3 0x57b0b2 in store_get_dns_answer_trc
/root/asetsove/Fuzzing/targets/exim/src/build-Linux-x86_64/./functions.h:1029:8
#4 0x579458 in host_name_lookup
/root/asetsove/Fuzzing/targets/exim/src/build-Linux-x86_64/host.c:1580:21
#5 0x4e44a7 in acl_verify_reverse
/root/asetsove/Fuzzing/targets/exim/src/build-Linux-x86_64/acl.c:1240:11
#6 0x4e16d2 in acl_verify
/root/asetsove/Fuzzing/targets/exim/src/build-Linux-x86_64/acl.c:1725:15
#7 0x4d8c49 in acl_check_condition
/root/asetsove/Fuzzing/targets/exim/src/build-Linux-x86_64/acl.c:4014:12
#8 0x4d505a in acl_check_internal
/root/asetsove/Fuzzing/targets/exim/src/build-Linux-x86_64/acl.c:4407:10
#9 0x4d68e8 in acl_check
/root/asetsove/Fuzzing/targets/exim/src/build-Linux-x86_64/acl.c:4721:6
#10 0x6016b1 in smtp_setup_msg
/root/asetsove/Fuzzing/targets/exim/src/build-Linux-x86_64/smtp_in.c:5306:14
#11 0x532ad4 in main
/root/asetsove/Fuzzing/targets/exim/src/build-Linux-x86_64/exim.c:5415:11
#12 0x7f8711589d09 in __libc_start_main csu/../csu/libc-start.c:308:16
SUMMARY: AddressSanitizer: 65548 byte(s) leaked in 1 allocation(s).
=================================================================
==274262==ERROR: LeakSanitizer: detected memory leaks
Direct leak of 65548 byte(s) in 1 object(s) allocated from:
#0 0x4a2d4d in malloc
(/root/asetsove/Fuzzing/targets/exim/test/eximdir/exim+0x4a2d4d)
#1 0x619668 in internal_store_malloc
/root/asetsove/Fuzzing/targets/exim/src/build-Linux-x86_64/store.c:1162:15
#2 0x619605 in store_malloc_3
/root/asetsove/Fuzzing/targets/exim/src/build-Linux-x86_64/store.c:1195:8
#3 0x57b0b2 in store_get_dns_answer_trc
/root/asetsove/Fuzzing/targets/exim/src/build-Linux-x86_64/./functions.h:1029:8
#4 0x579458 in host_name_lookup
/root/asetsove/Fuzzing/targets/exim/src/build-Linux-x86_64/host.c:1580:21
#5 0x64eb35 in check_host
/root/asetsove/Fuzzing/targets/exim/src/build-Linux-x86_64/verify.c:3163:29
#6 0x58a875 in match_check_list
/root/asetsove/Fuzzing/targets/exim/src/build-Linux-x86_64/match.c:731:15
#7 0x64f246 in verify_check_this_host
/root/asetsove/Fuzzing/targets/exim/src/build-Linux-x86_64/verify.c:3256:6
#8 0x64db17 in verify_check_host
/root/asetsove/Fuzzing/targets/exim/src/build-Linux-x86_64/verify.c:3302:8
#9 0x5f7acf in smtp_start_session
/root/asetsove/Fuzzing/targets/exim/src/build-Linux-x86_64/smtp_in.c:2953:5
#10 0x5329bb in main
/root/asetsove/Fuzzing/targets/exim/src/build-Linux-x86_64/exim.c:5410:7
#11 0x7fd8352fad09 in __libc_start_main csu/../csu/libc-start.c:308:16
SUMMARY: AddressSanitizer: 65548 byte(s) leaked in 1 allocation(s).
=================================================================
==274352==ERROR: LeakSanitizer: detected memory leaks
Direct leak of 65548 byte(s) in 1 object(s) allocated from:
#0 0x4a2d4d in malloc
(/root/asetsove/Fuzzing/targets/exim/test/eximdir/exim+0x4a2d4d)
#1 0x619668 in internal_store_malloc
/root/asetsove/Fuzzing/targets/exim/src/build-Linux-x86_64/store.c:1162:15
#2 0x619605 in store_malloc_3
/root/asetsove/Fuzzing/targets/exim/src/build-Linux-x86_64/store.c:1195:8
#3 0x57b0b2 in store_get_dns_answer_trc
/root/asetsove/Fuzzing/targets/exim/src/build-Linux-x86_64/./functions.h:1029:8
#4 0x579458 in host_name_lookup
/root/asetsove/Fuzzing/targets/exim/src/build-Linux-x86_64/host.c:1580:21
#5 0x5fac66 in smtp_verify_helo
/root/asetsove/Fuzzing/targets/exim/src/build-Linux-x86_64/smtp_in.c:3685:13
#6 0x5feac4 in smtp_setup_msg
/root/asetsove/Fuzzing/targets/exim/src/build-Linux-x86_64/smtp_in.c:4338:21
#7 0x532ad4 in main
/root/asetsove/Fuzzing/targets/exim/src/build-Linux-x86_64/exim.c:5415:11
#8 0x7f88da3fcd09 in __libc_start_main csu/../csu/libc-start.c:308:16
SUMMARY: AddressSanitizer: 65548 byte(s) leaked in 1 allocation(s).
--
You are receiving this mail because:
You are on the CC list for the bug.