From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp62.i.mail.ru (smtp62.i.mail.ru [217.69.128.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 58483469719 for ; Tue, 8 Sep 2020 21:48:50 +0300 (MSK) From: "Alexander V. Tikhonov" Date: Tue, 8 Sep 2020 21:48:38 +0300 Message-Id: <8f0a254eee1f7f4d8ab1e3a417e011ce15c37c37.1599590851.git.avtikhon@tarantool.org> Subject: [Tarantool-patches] [PATCH v1] lsan: app-tap/http_client.test.lua suppresions List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kirill Yukhin Cc: tarantool-patches@dev.tarantool.org Removed lsan suppresions that were not reproduced. Part of #4360 --- Github: https://github.com/tarantool/tarantool/tree/avtikhon/asan-restore Issue: https://github.com/tarantool/tarantool/issues/4360 asan/lsan.supp | 2 -- 1 file changed, 2 deletions(-) diff --git a/asan/lsan.supp b/asan/lsan.supp index 1e297d999..77b7c2cfc 100644 --- a/asan/lsan.supp +++ b/asan/lsan.supp @@ -13,8 +13,6 @@ leak:CRYPTO_zalloc leak:Curl_setstropt leak:create_conn leak:Curl_conncache_add_conn -leak:alloc_addbyter -leak:Curl_getaddrinfo_ex leak:Curl_cache_addr leak:Curl_hash_init leak:Curl_hash_add -- 2.17.1