lkml.org 
[lkml]   [2019]   [Apr]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] tools/power turbostat: fix file descriptor leaks
From
Date
Hi all,

Friendly ping:

Who can take this?

Thanks
--
Gustavo

On 4/8/19 12:04 PM, Prarit Bhargava wrote:
>
>
> On 4/8/19 12:12 PM, Gustavo A. R. Silva wrote:
>> Fix file descriptor leaks by closing fp before return.
>>
>> Addresses-Coverity-ID: 1444591 ("Resource leak")
>> Addresses-Coverity-ID: 1444592 ("Resource leak")
>> Fixes: 5ea7647b333f ("tools/power turbostat: Warn on bad ACPI LPIT data")
>> Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
>
> Reviewed-by: Prarit Bhargava <prarit@redhat.com>
>
> P.
>
>> ---
>> tools/power/x86/turbostat/turbostat.c | 2 ++
>> 1 file changed, 2 insertions(+)
>>
>> diff --git a/tools/power/x86/turbostat/turbostat.c b/tools/power/x86/turbostat/turbostat.c
>> index c7727be9719f..78d9acba8e9b 100644
>> --- a/tools/power/x86/turbostat/turbostat.c
>> +++ b/tools/power/x86/turbostat/turbostat.c
>> @@ -2924,6 +2924,7 @@ int snapshot_cpu_lpi_us(void)
>> if (retval != 1) {
>> fprintf(stderr, "Disabling Low Power Idle CPU output\n");
>> BIC_NOT_PRESENT(BIC_CPU_LPI);
>> + fclose(fp);
>> return -1;
>> }
>>
>> @@ -2950,6 +2951,7 @@ int snapshot_sys_lpi_us(void)
>> if (retval != 1) {
>> fprintf(stderr, "Disabling Low Power Idle System output\n");
>> BIC_NOT_PRESENT(BIC_SYS_LPI);
>> + fclose(fp);
>> return -1;
>> }
>> fclose(fp);
>>

\
 
 \ /
  Last update: 2019-04-22 17:16    [W:0.111 / U:0.124 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site