From: Greg KH <gregkh@linuxfoundation.org>
To: Nguyen Dinh Phi <phind.uet@gmail.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH RESEND] samples/kobject: Use sysfs_emit instead of snprintf
Date: Wed, 2 Mar 2022 15:51:32 +0100 [thread overview]
Message-ID: <Yh+EdGcsoF+lBjfX@kroah.com> (raw)
In-Reply-To: <20220302120759.380932-1-phind.uet@gmail.com>
On Wed, Mar 02, 2022 at 08:07:59PM +0800, Nguyen Dinh Phi wrote:
> Convert sprintf() to sysfs_emit() in order to check buffer overrun on sysfs
> outputs.
There are no such buffer overruns on these sysfs files.
>
> Signed-off-by: Nguyen Dinh Phi <phind.uet@gmail.com>
> ---
> samples/kobject/kobject-example.c | 4 ++--
> samples/kobject/kset-example.c | 4 ++--
> 2 files changed, 4 insertions(+), 4 deletions(-)
Why is this a resend? What happened to the first version?
thanks,
greg k-h
next prev parent reply other threads:[~2022-03-02 14:51 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-02 12:07 [PATCH RESEND] samples/kobject: Use sysfs_emit instead of snprintf Nguyen Dinh Phi
2022-03-02 14:51 ` Greg KH [this message]
2022-03-02 18:11 ` Phi Nguyen
2022-03-02 20:22 ` Greg KH
2022-03-03 8:45 ` Phi Nguyen
2022-03-03 13:09 ` Greg KH
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=Yh+EdGcsoF+lBjfX@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=phind.uet@gmail.com \
/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.