Skip to content

httpcli_format_request_test fails under ASAN #329

@ctiller

Description

@ctiller

==2277==ERROR: LeakSanitizer: detected memory leaks

Direct leak of 256 byte(s) in 1 object(s) allocated from:
#0 0x46dfdb in realloc (/usr/local/google/home/ctiller/grpc-ct2/bins/asan/httpcli_format_request_test+0x46dfdb)
#1 0x4884d8 in gpr_realloc /usr/local/google/home/ctiller/grpc-ct2/src/core/support/alloc.c:50
#2 0x48bcf1 in gpr_strvec_add /usr/local/google/home/ctiller/grpc-ct2/src/core/support/string.c:193
#3 0x4880f4 in grpc_httpcli_format_post_request /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:104
#4 0x487950 in test_format_post_request_content_type_override /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:138
#5 0x486b0c in main /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:162
#6 0x7f88c9560ec4 (/lib/x86_64-linux-gnu/libc.so.6+0x21ec4)

Direct leak of 128 byte(s) in 1 object(s) allocated from:
#0 0x46dfdb in realloc (/usr/local/google/home/ctiller/grpc-ct2/bins/asan/httpcli_format_request_test+0x46dfdb)
#1 0x4884d8 in gpr_realloc /usr/local/google/home/ctiller/grpc-ct2/src/core/support/alloc.c:50
#2 0x48bcf1 in gpr_strvec_add /usr/local/google/home/ctiller/grpc-ct2/src/core/support/string.c:193
#3 0x487e30 in fill_common_header /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:57
#4 0x487feb in grpc_httpcli_format_post_request /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:91
#5 0x487171 in test_format_post_request /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:79
#6 0x486b02 in main /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:160
#7 0x7f88c9560ec4 (/lib/x86_64-linux-gnu/libc.so.6+0x21ec4)

Direct leak of 128 byte(s) in 1 object(s) allocated from:
#0 0x46dfdb in realloc (/usr/local/google/home/ctiller/grpc-ct2/bins/asan/httpcli_format_request_test+0x46dfdb)
#1 0x4884d8 in gpr_realloc /usr/local/google/home/ctiller/grpc-ct2/src/core/support/alloc.c:50
#2 0x48bcf1 in gpr_strvec_add /usr/local/google/home/ctiller/grpc-ct2/src/core/support/string.c:193
#3 0x487e30 in fill_common_header /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:57
#4 0x487feb in grpc_httpcli_format_post_request /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:91
#5 0x487521 in test_format_post_request_no_body /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:107
#6 0x486b07 in main /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:161
#7 0x7f88c9560ec4 (/lib/x86_64-linux-gnu/libc.so.6+0x21ec4)

Indirect leak of 38 byte(s) in 2 object(s) allocated from:
#0 0x46dd41 in malloc (/usr/local/google/home/ctiller/grpc-ct2/bins/asan/httpcli_format_request_test+0x46dd41)
#1 0x4884a8 in gpr_malloc /usr/local/google/home/ctiller/grpc-ct2/src/core/support/alloc.c:40
#2 0x48b02b in gpr_strdup /usr/local/google/home/ctiller/grpc-ct2/src/core/support/string.c:53
#3 0x487e7b in fill_common_header /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:59
#4 0x487feb in grpc_httpcli_format_post_request /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:91
#5 0x487950 in test_format_post_request_content_type_override /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:138
#6 0x486b0c in main /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:162
#7 0x7f88c9560ec4 (/lib/x86_64-linux-gnu/libc.so.6+0x21ec4)

Indirect leak of 31 byte(s) in 1 object(s) allocated from:
#0 0x46dd41 in malloc (/usr/local/google/home/ctiller/grpc-ct2/bins/asan/httpcli_format_request_test+0x46dd41)
#1 0x4884a8 in gpr_malloc /usr/local/google/home/ctiller/grpc-ct2/src/core/support/alloc.c:40
#2 0x48b02b in gpr_strdup /usr/local/google/home/ctiller/grpc-ct2/src/core/support/string.c:53
#3 0x487da1 in fill_common_header /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:54
#4 0x487feb in grpc_httpcli_format_post_request /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:91
#5 0x487171 in test_format_post_request /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:79
#6 0x486b02 in main /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:160
#7 0x7f88c9560ec4 (/lib/x86_64-linux-gnu/libc.so.6+0x21ec4)

Indirect leak of 31 byte(s) in 1 object(s) allocated from:
#0 0x46dd41 in malloc (/usr/local/google/home/ctiller/grpc-ct2/bins/asan/httpcli_format_request_test+0x46dd41)
#1 0x4884a8 in gpr_malloc /usr/local/google/home/ctiller/grpc-ct2/src/core/support/alloc.c:40
#2 0x48b02b in gpr_strdup /usr/local/google/home/ctiller/grpc-ct2/src/core/support/string.c:53
#3 0x487da1 in fill_common_header /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:54
#4 0x487feb in grpc_httpcli_format_post_request /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:91
#5 0x487950 in test_format_post_request_content_type_override /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:138
#6 0x486b0c in main /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:162
#7 0x7f88c9560ec4 (/lib/x86_64-linux-gnu/libc.so.6+0x21ec4)

Indirect leak of 31 byte(s) in 1 object(s) allocated from:
#0 0x46dd41 in malloc (/usr/local/google/home/ctiller/grpc-ct2/bins/asan/httpcli_format_request_test+0x46dd41)
#1 0x4884a8 in gpr_malloc /usr/local/google/home/ctiller/grpc-ct2/src/core/support/alloc.c:40
#2 0x48b02b in gpr_strdup /usr/local/google/home/ctiller/grpc-ct2/src/core/support/string.c:53
#3 0x487da1 in fill_common_header /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:54
#4 0x487feb in grpc_httpcli_format_post_request /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:91
#5 0x487521 in test_format_post_request_no_body /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:107
#6 0x486b07 in main /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:161
#7 0x7f88c9560ec4 (/lib/x86_64-linux-gnu/libc.so.6+0x21ec4)

Indirect leak of 27 byte(s) in 1 object(s) allocated from:
#0 0x46dd41 in malloc (/usr/local/google/home/ctiller/grpc-ct2/bins/asan/httpcli_format_request_test+0x46dd41)
#1 0x4884a8 in gpr_malloc /usr/local/google/home/ctiller/grpc-ct2/src/core/support/alloc.c:40
#2 0x48b02b in gpr_strdup /usr/local/google/home/ctiller/grpc-ct2/src/core/support/string.c:53
#3 0x4880a8 in grpc_httpcli_format_post_request /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:101
#4 0x487171 in test_format_post_request /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:79
#5 0x486b02 in main /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:160
#6 0x7f88c9560ec4 (/lib/x86_64-linux-gnu/libc.so.6+0x21ec4)

Indirect leak of 21 byte(s) in 1 object(s) allocated from:
#0 0x46dd41 in malloc (/usr/local/google/home/ctiller/grpc-ct2/bins/asan/httpcli_format_request_test+0x46dd41)
#1 0x4884a8 in gpr_malloc /usr/local/google/home/ctiller/grpc-ct2/src/core/support/alloc.c:40
#2 0x48bf7f in gpr_asprintf /usr/local/google/home/ctiller/grpc-ct2/src/core/support/string_posix.c:67
#3 0x4880d0 in grpc_httpcli_format_post_request /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:103
#4 0x487950 in test_format_post_request_content_type_override /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:138
#5 0x486b0c in main /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:162
#6 0x7f88c9560ec4 (/lib/x86_64-linux-gnu/libc.so.6+0x21ec4)

Indirect leak of 20 byte(s) in 1 object(s) allocated from:
#0 0x46dd41 in malloc (/usr/local/google/home/ctiller/grpc-ct2/bins/asan/httpcli_format_request_test+0x46dd41)
#1 0x4884a8 in gpr_malloc /usr/local/google/home/ctiller/grpc-ct2/src/core/support/alloc.c:40
#2 0x48bf7f in gpr_asprintf /usr/local/google/home/ctiller/grpc-ct2/src/core/support/string_posix.c:67
#3 0x4880d0 in grpc_httpcli_format_post_request /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:103
#4 0x487171 in test_format_post_request /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:79
#5 0x486b02 in main /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:160
#6 0x7f88c9560ec4 (/lib/x86_64-linux-gnu/libc.so.6+0x21ec4)

Indirect leak of 20 byte(s) in 1 object(s) allocated from:
#0 0x46dd41 in malloc (/usr/local/google/home/ctiller/grpc-ct2/bins/asan/httpcli_format_request_test+0x46dd41)
#1 0x4884a8 in gpr_malloc /usr/local/google/home/ctiller/grpc-ct2/src/core/support/alloc.c:40
#2 0x48b02b in gpr_strdup /usr/local/google/home/ctiller/grpc-ct2/src/core/support/string.c:53
#3 0x487d8a in fill_common_header /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:53
#4 0x487feb in grpc_httpcli_format_post_request /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:91
#5 0x487171 in test_format_post_request /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:79
#6 0x486b02 in main /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:160
#7 0x7f88c9560ec4 (/lib/x86_64-linux-gnu/libc.so.6+0x21ec4)

Indirect leak of 20 byte(s) in 1 object(s) allocated from:
#0 0x46dd41 in malloc (/usr/local/google/home/ctiller/grpc-ct2/bins/asan/httpcli_format_request_test+0x46dd41)
#1 0x4884a8 in gpr_malloc /usr/local/google/home/ctiller/grpc-ct2/src/core/support/alloc.c:40
#2 0x48b02b in gpr_strdup /usr/local/google/home/ctiller/grpc-ct2/src/core/support/string.c:53
#3 0x487d8a in fill_common_header /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:53
#4 0x487feb in grpc_httpcli_format_post_request /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:91
#5 0x487521 in test_format_post_request_no_body /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:107
#6 0x486b07 in main /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:161
#7 0x7f88c9560ec4 (/lib/x86_64-linux-gnu/libc.so.6+0x21ec4)

Indirect leak of 20 byte(s) in 1 object(s) allocated from:
#0 0x46dd41 in malloc (/usr/local/google/home/ctiller/grpc-ct2/bins/asan/httpcli_format_request_test+0x46dd41)
#1 0x4884a8 in gpr_malloc /usr/local/google/home/ctiller/grpc-ct2/src/core/support/alloc.c:40
#2 0x48b02b in gpr_strdup /usr/local/google/home/ctiller/grpc-ct2/src/core/support/string.c:53
#3 0x487d8a in fill_common_header /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:53
#4 0x487feb in grpc_httpcli_format_post_request /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:91
#5 0x487950 in test_format_post_request_content_type_override /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:138
#6 0x486b0c in main /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:162
#7 0x7f88c9560ec4 (/lib/x86_64-linux-gnu/libc.so.6+0x21ec4)

Indirect leak of 18 byte(s) in 2 object(s) allocated from:
#0 0x46dd41 in malloc (/usr/local/google/home/ctiller/grpc-ct2/bins/asan/httpcli_format_request_test+0x46dd41)
#1 0x4884a8 in gpr_malloc /usr/local/google/home/ctiller/grpc-ct2/src/core/support/alloc.c:40
#2 0x48b02b in gpr_strdup /usr/local/google/home/ctiller/grpc-ct2/src/core/support/string.c:53
#3 0x487e25 in fill_common_header /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:57
#4 0x487feb in grpc_httpcli_format_post_request /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:91
#5 0x487950 in test_format_post_request_content_type_override /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:138
#6 0x486b0c in main /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:162
#7 0x7f88c9560ec4 (/lib/x86_64-linux-gnu/libc.so.6+0x21ec4)

Indirect leak of 12 byte(s) in 1 object(s) allocated from:
#0 0x46dd41 in malloc (/usr/local/google/home/ctiller/grpc-ct2/bins/asan/httpcli_format_request_test+0x46dd41)
#1 0x4884a8 in gpr_malloc /usr/local/google/home/ctiller/grpc-ct2/src/core/support/alloc.c:40
#2 0x48b02b in gpr_strdup /usr/local/google/home/ctiller/grpc-ct2/src/core/support/string.c:53
#3 0x487d1e in fill_common_header /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:48
#4 0x487feb in grpc_httpcli_format_post_request /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:91
#5 0x487171 in test_format_post_request /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:79
#6 0x486b02 in main /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:160
#7 0x7f88c9560ec4 (/lib/x86_64-linux-gnu/libc.so.6+0x21ec4)

Indirect leak of 12 byte(s) in 1 object(s) allocated from:
#0 0x46dd41 in malloc (/usr/local/google/home/ctiller/grpc-ct2/bins/asan/httpcli_format_request_test+0x46dd41)
#1 0x4884a8 in gpr_malloc /usr/local/google/home/ctiller/grpc-ct2/src/core/support/alloc.c:40
#2 0x48b02b in gpr_strdup /usr/local/google/home/ctiller/grpc-ct2/src/core/support/string.c:53
#3 0x487d5c in fill_common_header /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:51
#4 0x487feb in grpc_httpcli_format_post_request /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:91
#5 0x487950 in test_format_post_request_content_type_override /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:138
#6 0x486b0c in main /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:162
#7 0x7f88c9560ec4 (/lib/x86_64-linux-gnu/libc.so.6+0x21ec4)

Indirect leak of 12 byte(s) in 1 object(s) allocated from:
#0 0x46dd41 in malloc (/usr/local/google/home/ctiller/grpc-ct2/bins/asan/httpcli_format_request_test+0x46dd41)
#1 0x4884a8 in gpr_malloc /usr/local/google/home/ctiller/grpc-ct2/src/core/support/alloc.c:40
#2 0x48b02b in gpr_strdup /usr/local/google/home/ctiller/grpc-ct2/src/core/support/string.c:53
#3 0x487d07 in fill_common_header /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:47
#4 0x487feb in grpc_httpcli_format_post_request /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:91
#5 0x487950 in test_format_post_request_content_type_override /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:138
#6 0x486b0c in main /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:162
#7 0x7f88c9560ec4 (/lib/x86_64-linux-gnu/libc.so.6+0x21ec4)

Indirect leak of 12 byte(s) in 1 object(s) allocated from:
#0 0x46dd41 in malloc (/usr/local/google/home/ctiller/grpc-ct2/bins/asan/httpcli_format_request_test+0x46dd41)
#1 0x4884a8 in gpr_malloc /usr/local/google/home/ctiller/grpc-ct2/src/core/support/alloc.c:40
#2 0x48b02b in gpr_strdup /usr/local/google/home/ctiller/grpc-ct2/src/core/support/string.c:53
#3 0x487d07 in fill_common_header /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:47
#4 0x487feb in grpc_httpcli_format_post_request /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:91
#5 0x487521 in test_format_post_request_no_body /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:107
#6 0x486b07 in main /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:161
#7 0x7f88c9560ec4 (/lib/x86_64-linux-gnu/libc.so.6+0x21ec4)

Indirect leak of 12 byte(s) in 1 object(s) allocated from:
#0 0x46dd41 in malloc (/usr/local/google/home/ctiller/grpc-ct2/bins/asan/httpcli_format_request_test+0x46dd41)
#1 0x4884a8 in gpr_malloc /usr/local/google/home/ctiller/grpc-ct2/src/core/support/alloc.c:40
#2 0x48b02b in gpr_strdup /usr/local/google/home/ctiller/grpc-ct2/src/core/support/string.c:53
#3 0x487d1e in fill_common_header /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:48
#4 0x487feb in grpc_httpcli_format_post_request /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:91
#5 0x487521 in test_format_post_request_no_body /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:107
#6 0x486b07 in main /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:161
#7 0x7f88c9560ec4 (/lib/x86_64-linux-gnu/libc.so.6+0x21ec4)

Indirect leak of 12 byte(s) in 1 object(s) allocated from:
#0 0x46dd41 in malloc (/usr/local/google/home/ctiller/grpc-ct2/bins/asan/httpcli_format_request_test+0x46dd41)
#1 0x4884a8 in gpr_malloc /usr/local/google/home/ctiller/grpc-ct2/src/core/support/alloc.c:40
#2 0x48b02b in gpr_strdup /usr/local/google/home/ctiller/grpc-ct2/src/core/support/string.c:53
#3 0x487d1e in fill_common_header /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:48
#4 0x487feb in grpc_httpcli_format_post_request /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:91
#5 0x487950 in test_format_post_request_content_type_override /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:138
#6 0x486b0c in main /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:162
#7 0x7f88c9560ec4 (/lib/x86_64-linux-gnu/libc.so.6+0x21ec4)

Indirect leak of 12 byte(s) in 1 object(s) allocated from:
#0 0x46dd41 in malloc (/usr/local/google/home/ctiller/grpc-ct2/bins/asan/httpcli_format_request_test+0x46dd41)
#1 0x4884a8 in gpr_malloc /usr/local/google/home/ctiller/grpc-ct2/src/core/support/alloc.c:40
#2 0x48b02b in gpr_strdup /usr/local/google/home/ctiller/grpc-ct2/src/core/support/string.c:53
#3 0x487d5c in fill_common_header /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:51
#4 0x487feb in grpc_httpcli_format_post_request /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:91
#5 0x487521 in test_format_post_request_no_body /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:107
#6 0x486b07 in main /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:161
#7 0x7f88c9560ec4 (/lib/x86_64-linux-gnu/libc.so.6+0x21ec4)

Indirect leak of 12 byte(s) in 1 object(s) allocated from:
#0 0x46dd41 in malloc (/usr/local/google/home/ctiller/grpc-ct2/bins/asan/httpcli_format_request_test+0x46dd41)
#1 0x4884a8 in gpr_malloc /usr/local/google/home/ctiller/grpc-ct2/src/core/support/alloc.c:40
#2 0x48b02b in gpr_strdup /usr/local/google/home/ctiller/grpc-ct2/src/core/support/string.c:53
#3 0x487d5c in fill_common_header /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:51
#4 0x487feb in grpc_httpcli_format_post_request /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:91
#5 0x487171 in test_format_post_request /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:79
#6 0x486b02 in main /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:160
#7 0x7f88c9560ec4 (/lib/x86_64-linux-gnu/libc.so.6+0x21ec4)

Indirect leak of 12 byte(s) in 1 object(s) allocated from:
#0 0x46dd41 in malloc (/usr/local/google/home/ctiller/grpc-ct2/bins/asan/httpcli_format_request_test+0x46dd41)
#1 0x4884a8 in gpr_malloc /usr/local/google/home/ctiller/grpc-ct2/src/core/support/alloc.c:40
#2 0x48b02b in gpr_strdup /usr/local/google/home/ctiller/grpc-ct2/src/core/support/string.c:53
#3 0x487d07 in fill_common_header /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:47
#4 0x487feb in grpc_httpcli_format_post_request /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:91
#5 0x487171 in test_format_post_request /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:79
#6 0x486b02 in main /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:160
#7 0x7f88c9560ec4 (/lib/x86_64-linux-gnu/libc.so.6+0x21ec4)

Indirect leak of 7 byte(s) in 1 object(s) allocated from:
#0 0x46dd41 in malloc (/usr/local/google/home/ctiller/grpc-ct2/bins/asan/httpcli_format_request_test+0x46dd41)
#1 0x4884a8 in gpr_malloc /usr/local/google/home/ctiller/grpc-ct2/src/core/support/alloc.c:40
#2 0x48b02b in gpr_strdup /usr/local/google/home/ctiller/grpc-ct2/src/core/support/string.c:53
#3 0x487d35 in fill_common_header /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:50
#4 0x487feb in grpc_httpcli_format_post_request /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:91
#5 0x487171 in test_format_post_request /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:79
#6 0x486b02 in main /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:160
#7 0x7f88c9560ec4 (/lib/x86_64-linux-gnu/libc.so.6+0x21ec4)

Indirect leak of 7 byte(s) in 1 object(s) allocated from:
#0 0x46dd41 in malloc (/usr/local/google/home/ctiller/grpc-ct2/bins/asan/httpcli_format_request_test+0x46dd41)
#1 0x4884a8 in gpr_malloc /usr/local/google/home/ctiller/grpc-ct2/src/core/support/alloc.c:40
#2 0x48b02b in gpr_strdup /usr/local/google/home/ctiller/grpc-ct2/src/core/support/string.c:53
#3 0x487d35 in fill_common_header /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:50
#4 0x487feb in grpc_httpcli_format_post_request /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:91
#5 0x487521 in test_format_post_request_no_body /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:107
#6 0x486b07 in main /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:161
#7 0x7f88c9560ec4 (/lib/x86_64-linux-gnu/libc.so.6+0x21ec4)

Indirect leak of 7 byte(s) in 1 object(s) allocated from:
#0 0x46dd41 in malloc (/usr/local/google/home/ctiller/grpc-ct2/bins/asan/httpcli_format_request_test+0x46dd41)
#1 0x4884a8 in gpr_malloc /usr/local/google/home/ctiller/grpc-ct2/src/core/support/alloc.c:40
#2 0x48b02b in gpr_strdup /usr/local/google/home/ctiller/grpc-ct2/src/core/support/string.c:53
#3 0x487d35 in fill_common_header /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:50
#4 0x487feb in grpc_httpcli_format_post_request /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:91
#5 0x487950 in test_format_post_request_content_type_override /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:138
#6 0x486b0c in main /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:162
#7 0x7f88c9560ec4 (/lib/x86_64-linux-gnu/libc.so.6+0x21ec4)

Indirect leak of 6 byte(s) in 2 object(s) allocated from:
#0 0x46dd41 in malloc (/usr/local/google/home/ctiller/grpc-ct2/bins/asan/httpcli_format_request_test+0x46dd41)
#1 0x4884a8 in gpr_malloc /usr/local/google/home/ctiller/grpc-ct2/src/core/support/alloc.c:40
#2 0x48b02b in gpr_strdup /usr/local/google/home/ctiller/grpc-ct2/src/core/support/string.c:53
#3 0x487e3c in fill_common_header /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:58
#4 0x487feb in grpc_httpcli_format_post_request /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:91
#5 0x487950 in test_format_post_request_content_type_override /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:138
#6 0x486b0c in main /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:162
#7 0x7f88c9560ec4 (/lib/x86_64-linux-gnu/libc.so.6+0x21ec4)

Indirect leak of 6 byte(s) in 1 object(s) allocated from:
#0 0x46dd41 in malloc (/usr/local/google/home/ctiller/grpc-ct2/bins/asan/httpcli_format_request_test+0x46dd41)
#1 0x4884a8 in gpr_malloc /usr/local/google/home/ctiller/grpc-ct2/src/core/support/alloc.c:40
#2 0x48b02b in gpr_strdup /usr/local/google/home/ctiller/grpc-ct2/src/core/support/string.c:53
#3 0x487fd5 in grpc_httpcli_format_post_request /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:90
#4 0x487521 in test_format_post_request_no_body /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:107
#5 0x486b07 in main /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:161
#6 0x7f88c9560ec4 (/lib/x86_64-linux-gnu/libc.so.6+0x21ec4)

Indirect leak of 6 byte(s) in 1 object(s) allocated from:
#0 0x46dd41 in malloc (/usr/local/google/home/ctiller/grpc-ct2/bins/asan/httpcli_format_request_test+0x46dd41)
#1 0x4884a8 in gpr_malloc /usr/local/google/home/ctiller/grpc-ct2/src/core/support/alloc.c:40
#2 0x48b02b in gpr_strdup /usr/local/google/home/ctiller/grpc-ct2/src/core/support/string.c:53
#3 0x487fd5 in grpc_httpcli_format_post_request /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:90
#4 0x487950 in test_format_post_request_content_type_override /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:138
#5 0x486b0c in main /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:162
#6 0x7f88c9560ec4 (/lib/x86_64-linux-gnu/libc.so.6+0x21ec4)

Indirect leak of 6 byte(s) in 1 object(s) allocated from:
#0 0x46dd41 in malloc (/usr/local/google/home/ctiller/grpc-ct2/bins/asan/httpcli_format_request_test+0x46dd41)
#1 0x4884a8 in gpr_malloc /usr/local/google/home/ctiller/grpc-ct2/src/core/support/alloc.c:40
#2 0x48b02b in gpr_strdup /usr/local/google/home/ctiller/grpc-ct2/src/core/support/string.c:53
#3 0x487fd5 in grpc_httpcli_format_post_request /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:90
#4 0x487171 in test_format_post_request /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:79
#5 0x486b02 in main /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:160
#6 0x7f88c9560ec4 (/lib/x86_64-linux-gnu/libc.so.6+0x21ec4)

Indirect leak of 6 byte(s) in 2 object(s) allocated from:
#0 0x46dd41 in malloc (/usr/local/google/home/ctiller/grpc-ct2/bins/asan/httpcli_format_request_test+0x46dd41)
#1 0x4884a8 in gpr_malloc /usr/local/google/home/ctiller/grpc-ct2/src/core/support/alloc.c:40
#2 0x48b02b in gpr_strdup /usr/local/google/home/ctiller/grpc-ct2/src/core/support/string.c:53
#3 0x487e92 in fill_common_header /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:60
#4 0x487feb in grpc_httpcli_format_post_request /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:91
#5 0x487950 in test_format_post_request_content_type_override /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:138
#6 0x486b0c in main /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:162
#7 0x7f88c9560ec4 (/lib/x86_64-linux-gnu/libc.so.6+0x21ec4)

Indirect leak of 5 byte(s) in 1 object(s) allocated from:
#0 0x46dd41 in malloc (/usr/local/google/home/ctiller/grpc-ct2/bins/asan/httpcli_format_request_test+0x46dd41)
#1 0x4884a8 in gpr_malloc /usr/local/google/home/ctiller/grpc-ct2/src/core/support/alloc.c:40
#2 0x48b02b in gpr_strdup /usr/local/google/home/ctiller/grpc-ct2/src/core/support/string.c:53
#3 0x487e25 in fill_common_header /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:57
#4 0x487feb in grpc_httpcli_format_post_request /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:91
#5 0x487171 in test_format_post_request /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:79
#6 0x486b02 in main /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:160
#7 0x7f88c9560ec4 (/lib/x86_64-linux-gnu/libc.so.6+0x21ec4)

Indirect leak of 5 byte(s) in 1 object(s) allocated from:
#0 0x46dd41 in malloc (/usr/local/google/home/ctiller/grpc-ct2/bins/asan/httpcli_format_request_test+0x46dd41)
#1 0x4884a8 in gpr_malloc /usr/local/google/home/ctiller/grpc-ct2/src/core/support/alloc.c:40
#2 0x48b02b in gpr_strdup /usr/local/google/home/ctiller/grpc-ct2/src/core/support/string.c:53
#3 0x487e25 in fill_common_header /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:57
#4 0x487feb in grpc_httpcli_format_post_request /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:91
#5 0x487521 in test_format_post_request_no_body /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:107
#6 0x486b07 in main /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:161
#7 0x7f88c9560ec4 (/lib/x86_64-linux-gnu/libc.so.6+0x21ec4)

Indirect leak of 4 byte(s) in 1 object(s) allocated from:
#0 0x46dd41 in malloc (/usr/local/google/home/ctiller/grpc-ct2/bins/asan/httpcli_format_request_test+0x46dd41)
#1 0x4884a8 in gpr_malloc /usr/local/google/home/ctiller/grpc-ct2/src/core/support/alloc.c:40
#2 0x48b02b in gpr_strdup /usr/local/google/home/ctiller/grpc-ct2/src/core/support/string.c:53
#3 0x487e7b in fill_common_header /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:59
#4 0x487feb in grpc_httpcli_format_post_request /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:91
#5 0x487521 in test_format_post_request_no_body /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:107
#6 0x486b07 in main /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:161
#7 0x7f88c9560ec4 (/lib/x86_64-linux-gnu/libc.so.6+0x21ec4)

Indirect leak of 4 byte(s) in 1 object(s) allocated from:
#0 0x46dd41 in malloc (/usr/local/google/home/ctiller/grpc-ct2/bins/asan/httpcli_format_request_test+0x46dd41)
#1 0x4884a8 in gpr_malloc /usr/local/google/home/ctiller/grpc-ct2/src/core/support/alloc.c:40
#2 0x48b02b in gpr_strdup /usr/local/google/home/ctiller/grpc-ct2/src/core/support/string.c:53
#3 0x487e7b in fill_common_header /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:59
#4 0x487feb in grpc_httpcli_format_post_request /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:91
#5 0x487171 in test_format_post_request /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:79
#6 0x486b02 in main /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:160
#7 0x7f88c9560ec4 (/lib/x86_64-linux-gnu/libc.so.6+0x21ec4)

Indirect leak of 3 byte(s) in 1 object(s) allocated from:
#0 0x46dd41 in malloc (/usr/local/google/home/ctiller/grpc-ct2/bins/asan/httpcli_format_request_test+0x46dd41)
#1 0x4884a8 in gpr_malloc /usr/local/google/home/ctiller/grpc-ct2/src/core/support/alloc.c:40
#2 0x48b02b in gpr_strdup /usr/local/google/home/ctiller/grpc-ct2/src/core/support/string.c:53
#3 0x487d73 in fill_common_header /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:52
#4 0x487feb in grpc_httpcli_format_post_request /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:91
#5 0x487171 in test_format_post_request /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:79
#6 0x486b02 in main /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:160
#7 0x7f88c9560ec4 (/lib/x86_64-linux-gnu/libc.so.6+0x21ec4)

Indirect leak of 3 byte(s) in 1 object(s) allocated from:
#0 0x46dd41 in malloc (/usr/local/google/home/ctiller/grpc-ct2/bins/asan/httpcli_format_request_test+0x46dd41)
#1 0x4884a8 in gpr_malloc /usr/local/google/home/ctiller/grpc-ct2/src/core/support/alloc.c:40
#2 0x48b02b in gpr_strdup /usr/local/google/home/ctiller/grpc-ct2/src/core/support/string.c:53
#3 0x487e3c in fill_common_header /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:58
#4 0x487feb in grpc_httpcli_format_post_request /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:91
#5 0x487521 in test_format_post_request_no_body /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:107
#6 0x486b07 in main /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:161
#7 0x7f88c9560ec4 (/lib/x86_64-linux-gnu/libc.so.6+0x21ec4)

Indirect leak of 3 byte(s) in 1 object(s) allocated from:
#0 0x46dd41 in malloc (/usr/local/google/home/ctiller/grpc-ct2/bins/asan/httpcli_format_request_test+0x46dd41)
#1 0x4884a8 in gpr_malloc /usr/local/google/home/ctiller/grpc-ct2/src/core/support/alloc.c:40
#2 0x48b02b in gpr_strdup /usr/local/google/home/ctiller/grpc-ct2/src/core/support/string.c:53
#3 0x487e3c in fill_common_header /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:58
#4 0x487feb in grpc_httpcli_format_post_request /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:91
#5 0x487171 in test_format_post_request /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:79
#6 0x486b02 in main /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:160
#7 0x7f88c9560ec4 (/lib/x86_64-linux-gnu/libc.so.6+0x21ec4)

Indirect leak of 3 byte(s) in 1 object(s) allocated from:
#0 0x46dd41 in malloc (/usr/local/google/home/ctiller/grpc-ct2/bins/asan/httpcli_format_request_test+0x46dd41)
#1 0x4884a8 in gpr_malloc /usr/local/google/home/ctiller/grpc-ct2/src/core/support/alloc.c:40
#2 0x48b02b in gpr_strdup /usr/local/google/home/ctiller/grpc-ct2/src/core/support/string.c:53
#3 0x487e92 in fill_common_header /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:60
#4 0x487feb in grpc_httpcli_format_post_request /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:91
#5 0x487521 in test_format_post_request_no_body /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:107
#6 0x486b07 in main /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:161
#7 0x7f88c9560ec4 (/lib/x86_64-linux-gnu/libc.so.6+0x21ec4)

Indirect leak of 3 byte(s) in 1 object(s) allocated from:
#0 0x46dd41 in malloc (/usr/local/google/home/ctiller/grpc-ct2/bins/asan/httpcli_format_request_test+0x46dd41)
#1 0x4884a8 in gpr_malloc /usr/local/google/home/ctiller/grpc-ct2/src/core/support/alloc.c:40
#2 0x48b02b in gpr_strdup /usr/local/google/home/ctiller/grpc-ct2/src/core/support/string.c:53
#3 0x487e92 in fill_common_header /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:60
#4 0x487feb in grpc_httpcli_format_post_request /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:91
#5 0x487171 in test_format_post_request /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:79
#6 0x486b02 in main /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:160
#7 0x7f88c9560ec4 (/lib/x86_64-linux-gnu/libc.so.6+0x21ec4)

Indirect leak of 3 byte(s) in 1 object(s) allocated from:
#0 0x46dd41 in malloc (/usr/local/google/home/ctiller/grpc-ct2/bins/asan/httpcli_format_request_test+0x46dd41)
#1 0x4884a8 in gpr_malloc /usr/local/google/home/ctiller/grpc-ct2/src/core/support/alloc.c:40
#2 0x48b02b in gpr_strdup /usr/local/google/home/ctiller/grpc-ct2/src/core/support/string.c:53
#3 0x48811e in grpc_httpcli_format_post_request /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:106
#4 0x487521 in test_format_post_request_no_body /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:107
#5 0x486b07 in main /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:161
#6 0x7f88c9560ec4 (/lib/x86_64-linux-gnu/libc.so.6+0x21ec4)

Indirect leak of 3 byte(s) in 1 object(s) allocated from:
#0 0x46dd41 in malloc (/usr/local/google/home/ctiller/grpc-ct2/bins/asan/httpcli_format_request_test+0x46dd41)
#1 0x4884a8 in gpr_malloc /usr/local/google/home/ctiller/grpc-ct2/src/core/support/alloc.c:40
#2 0x48b02b in gpr_strdup /usr/local/google/home/ctiller/grpc-ct2/src/core/support/string.c:53
#3 0x487d73 in fill_common_header /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:52
#4 0x487feb in grpc_httpcli_format_post_request /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:91
#5 0x487950 in test_format_post_request_content_type_override /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:138
#6 0x486b0c in main /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:162
#7 0x7f88c9560ec4 (/lib/x86_64-linux-gnu/libc.so.6+0x21ec4)

Indirect leak of 3 byte(s) in 1 object(s) allocated from:
#0 0x46dd41 in malloc (/usr/local/google/home/ctiller/grpc-ct2/bins/asan/httpcli_format_request_test+0x46dd41)
#1 0x4884a8 in gpr_malloc /usr/local/google/home/ctiller/grpc-ct2/src/core/support/alloc.c:40
#2 0x48b02b in gpr_strdup /usr/local/google/home/ctiller/grpc-ct2/src/core/support/string.c:53
#3 0x48811e in grpc_httpcli_format_post_request /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:106
#4 0x487171 in test_format_post_request /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:79
#5 0x486b02 in main /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:160
#6 0x7f88c9560ec4 (/lib/x86_64-linux-gnu/libc.so.6+0x21ec4)

Indirect leak of 3 byte(s) in 1 object(s) allocated from:
#0 0x46dd41 in malloc (/usr/local/google/home/ctiller/grpc-ct2/bins/asan/httpcli_format_request_test+0x46dd41)
#1 0x4884a8 in gpr_malloc /usr/local/google/home/ctiller/grpc-ct2/src/core/support/alloc.c:40
#2 0x48b02b in gpr_strdup /usr/local/google/home/ctiller/grpc-ct2/src/core/support/string.c:53
#3 0x487d73 in fill_common_header /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:52
#4 0x487feb in grpc_httpcli_format_post_request /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:91
#5 0x487521 in test_format_post_request_no_body /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:107
#6 0x486b07 in main /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:161
#7 0x7f88c9560ec4 (/lib/x86_64-linux-gnu/libc.so.6+0x21ec4)

Indirect leak of 3 byte(s) in 1 object(s) allocated from:
#0 0x46dd41 in malloc (/usr/local/google/home/ctiller/grpc-ct2/bins/asan/httpcli_format_request_test+0x46dd41)
#1 0x4884a8 in gpr_malloc /usr/local/google/home/ctiller/grpc-ct2/src/core/support/alloc.c:40
#2 0x48b02b in gpr_strdup /usr/local/google/home/ctiller/grpc-ct2/src/core/support/string.c:53
#3 0x48811e in grpc_httpcli_format_post_request /usr/local/google/home/ctiller/grpc-ct2/src/core/httpcli/format_request.c:106
#4 0x487950 in test_format_post_request_content_type_override /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:138
#5 0x486b0c in main /usr/local/google/home/ctiller/grpc-ct2/test/core/httpcli/format_request_test.c:162
#6 0x7f88c9560ec4 (/lib/x86_64-linux-gnu/libc.so.6+0x21ec4)

SUMMARY: AddressSanitizer: 996 byte(s) leaked in 49 allocation(s).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions