On 1/16/2019 12:48 PM, Bruce Richardson wrote:
> Add the strlcat function to DPDK to exist alongside the strlcpy one. While
> strncat is generally safe for use for concatenation, the API for the
> strlcat function is perhaps a little nicer to use, and supports truncation
> detection.
>
> See comm
On 17-Jan-19 11:00 AM, Bruce Richardson wrote:
On Thu, Jan 17, 2019 at 10:39:02AM +, Burakov, Anatoly wrote:
On 16-Jan-19 12:48 PM, Bruce Richardson wrote:
Add the strlcat function to DPDK to exist alongside the strlcpy one.
While strncat is generally safe for use for concatenation, the API
On Thu, Jan 17, 2019 at 10:39:02AM +, Burakov, Anatoly wrote:
> On 16-Jan-19 12:48 PM, Bruce Richardson wrote:
> > Add the strlcat function to DPDK to exist alongside the strlcpy one.
> > While strncat is generally safe for use for concatenation, the API for
> > the strlcat function is perhaps
On 16-Jan-19 12:48 PM, Bruce Richardson wrote:
Add the strlcat function to DPDK to exist alongside the strlcpy one. While
strncat is generally safe for use for concatenation, the API for the
strlcat function is perhaps a little nicer to use, and supports truncation
detection.
See commit: 5364de
Add the strlcat function to DPDK to exist alongside the strlcpy one. While
strncat is generally safe for use for concatenation, the API for the
strlcat function is perhaps a little nicer to use, and supports truncation
detection.
See commit: 5364de644a4b ("eal: support strlcpy function") for more
5 matches
Mail list logo