All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas@monjalon.net>
To: Bruce Richardson <bruce.richardson@intel.com>
Cc: dev@dpdk.org
Subject: Re: [PATCH 2/2] convert snprintf to strlcpy
Date: Wed, 04 Apr 2018 15:26:05 +0200	[thread overview]
Message-ID: <7441558.RgWFbXHHR8@xps> (raw)
In-Reply-To: <20180312113300.115551-2-bruce.richardson@intel.com>

12/03/2018 12:33, Bruce Richardson:
> Since we have support for the strlcpy function in DPDK, replace all
> instances where a string is copied using snprintf.

Added occurences (from recent merge):
	drivers/net/mvpp2/mrvl_qos.c
	drivers/net/tap/rte_eth_tap.c

> Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>

Applied (and rebased), thanks

  parent reply	other threads:[~2018-04-04 13:26 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-20 17:07 [RFC PATCH] use strlcpy for string copies Bruce Richardson
2018-02-20 23:01 ` Stephen Hemminger
2018-02-23 17:18 ` Adrien Mazarguil
2018-02-23 18:11 ` Matteo Croce
2018-03-12 11:32 ` [PATCH 1/2] add support for strlcpy function Bruce Richardson
2018-03-12 11:33   ` [PATCH 2/2] convert snprintf to strlcpy Bruce Richardson
2018-03-12 11:50     ` Bruce Richardson
2018-04-04 13:26     ` Thomas Monjalon [this message]
2018-03-12 11:51   ` [PATCH 1/2] add support for strlcpy function Bruce Richardson

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=7441558.RgWFbXHHR8@xps \
    --to=thomas@monjalon.net \
    --cc=bruce.richardson@intel.com \
    --cc=dev@dpdk.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.