Received: by 2002:a5b:505:0:0:0:0:0 with SMTP id o5csp7411191ybp; Wed, 16 Oct 2019 08:16:15 -0700 (PDT) X-Google-Smtp-Source: APXvYqw09Pdvobyjopt2XacoKs8IQaNa9Bsxm4rnRQ17XrCJApOnadBvqIUUtcKqxviRpgKHqLo+ X-Received: by 2002:aa7:df0d:: with SMTP id c13mr38789993edy.61.1571238975475; Wed, 16 Oct 2019 08:16:15 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1571238975; cv=none; d=google.com; s=arc-20160816; b=ldL3b+rgfwYfJHRUcSlbDhfR9KvOiNTwM/WYdDRBFCXbxdlv5u1FXS4lnPrdy8fLBu 8JW0WubMVB2ZZnzyDWsyjeqyuRjug8YWsA/XpmHqx06LOeKhRL4FEjhG2uOGYEuDGFa/ KgL5Rghs8PBeC2b2fpPBgG/soSxvULHGgL5ivZ0wWhQnT3VVf6vUlmksGeK9zUZ4RS4/ 52f86th4HnQSrQwjPe2TKk9gouAVJ3ebXwDOHbukPN095Q3cE+TAZuhU45S8JS6zWnFC pdgzxKptpf8ifb6R2JXtnFT8uUcPqKJunzbiLKVTcoR5LI9KqxUB+1Lizd9xiILxzNDG KP0A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:in-reply-to :mime-version:user-agent:date:message-id:from:cc:references:to :subject; bh=uZyyYQ4xsZ7NTSyAinur79uDjj+RjWd07svYdGzyKaU=; b=IAqjb6aiGOMcA4hcMqPq8LOvKps8b8+Gzb6PR065tzShU0Kq5RnhPTqAC5bQHQdkPe Rsqp7NcQQY70MdQ56cq2a1sTNaS9ygbzUJTDmdqWoPsVjm24tGzoRsBlD9YsEF9OQaQF 7iZh2jVdM2GmQUA+hL7tHaKWPBPS9Ul2FkX+az7nH+HvEBiFsPTZ8V+Uc9rJ51GpQ+Gq MuiFe29js6PRvqzZi8261LdgZIyyH86I5M61VG3aMal14sUZo3DdtothtaLHnPtNGjH+ xr7EbHwq6b3xqDZWfr8fx1AVWjabcpfJngVo/NFaPkkv3erQiWvYbmMRqYz8I/Hr7WRE 0IjQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id k39si17185219edb.52.2019.10.16.08.15.20; Wed, 16 Oct 2019 08:16:15 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2392872AbfJPMJJ (ORCPT + 99 others); Wed, 16 Oct 2019 08:09:09 -0400 Received: from szxga06-in.huawei.com ([45.249.212.32]:46182 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2389612AbfJPMJI (ORCPT ); Wed, 16 Oct 2019 08:09:08 -0400 Received: from DGGEMS403-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id DC2D7FF522453C16920F; Wed, 16 Oct 2019 20:09:06 +0800 (CST) Received: from [127.0.0.1] (10.202.227.179) by DGGEMS403-HUB.china.huawei.com (10.3.19.203) with Microsoft SMTP Server id 14.3.439.0; Wed, 16 Oct 2019 20:08:55 +0800 Subject: Re: [PATCH] perf jevents: Fix resource leak in process_mapfile() To: Yunfeng Ye , , , , , , , , , , , References: <87e66585-1564-3523-59f6-cab15b7e1717@huawei.com> <0cd0d259-e806-effd-5e44-fccd13842697@huawei.com> CC: , , From: John Garry Message-ID: <5dcbcd6f-3789-69e1-b0c1-33416aa0790d@huawei.com> Date: Wed, 16 Oct 2019 13:08:48 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <0cd0d259-e806-effd-5e44-fccd13842697@huawei.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.202.227.179] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org >>> + ret = -1; >>> + goto out; >> >> There's a subtle change of behaviour here, i.e. now calling print_mapping_table_suffix(), but I don't think that it makes any difference. >> > yes, I know that "goto out" will run print_mapping_table_suffix(outfp), because the error path before is done like this. > so I think it should be use "goto out" to run run print_mapping_table_suffix(outfp). > >> However, does outfp remain open also in this case: >> > Because it has a comment that "Make build fail", so I am not handle the outfp, only modify the process_mapfile() function. > >> main(int argc, char *argv[]) >> { >> ... >> >> if (process_mapfile(eventsfp, mapfile)) { >> pr_info("%s: Error processing mapfile %s\n", prog, mapfile); >> /* Make build fail */ >> return 1; >> } >> >> return 0; >> >> empty_map: >> fclose(eventsfp); >> ... >> } >> >> I think that this code works on the basis that the program exits on any sort of error and releases resources automatically. Having said that, it is a good practice to tidy up. >> > I agree with you, when program exits, it will releases resources automatically. It's just to make the program clearer and more correct. So can you make that change also (to close outfp)? Thanks, John > >> John >> >>> } >>> line[strlen(line)-1] = '\0'; >>> >>> @@ -825,7 +828,9 @@ static int process_mapfile(FILE *outfp, char *fpath) >>> >>> out: >>> print_mapping_table_suffix(outfp); >>> - return 0; >>> + fclose(mapfp); >>> + free(line); >>> + return ret; >>> } >>> >>> /* >>> >> >> >> >> . >> > > > . >