All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ryan Cai <ycaibb@gmail.com>
To: <masahiroy@kernel.org>
Cc: <linux-kbuild@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Subject: Missing closing files in linux/scripts/kconfig/confdata.c
Date: Thu, 30 Dec 2021 11:11:33 +0800	[thread overview]
Message-ID: <1B559478-D266-4D77-B9D5-F6F21D9EFB83@gmail.com> (raw)

Dear Kernel maintainers,

          1. In linux/scripts/kconfig/confdata.c (conf_write_autoconf_cmd), the file opened at Line 946 may not closed when going to Line 981.
          Location: https://github.com/torvalds/linux/blob/e851dfae4371d3c751f1e18e8eb5eba993de1467/scripts/kconfig/confdata.c#L964-L981
         
         2. In linux/scripts/kconfig/confdata.c (__conf_write_autoconf), the file opened at Line1081 may not closed when going to Line 1095,
           Location: https://github.com/torvalds/linux/blob/e851dfae4371d3c751f1e18e8eb5eba993de1467/scripts/kconfig/confdata.c#L1081-L1095

           I think, the fix is inserting fclose before the returning. Should it be a bug? I can send a patch for these.


Best,
Ryan



             reply	other threads:[~2021-12-30  3:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-30  3:11 Ryan Cai [this message]
2021-12-31  6:43 ` Missing closing files in linux/scripts/kconfig/confdata.c Masahiro Yamada
2022-01-14  7:41 ` Masahiro Yamada

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1B559478-D266-4D77-B9D5-F6F21D9EFB83@gmail.com \
    --to=ycaibb@gmail.com \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=masahiroy@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.