[CRIU] [PATCH 1/3] Add strlcpy helper

Cyrill Gorcunov gorcunov at gmail.com
Wed Aug 28 09:25:40 EDT 2013


On Wed, Aug 28, 2013 at 05:19:01PM +0400, Pavel Emelyanov wrote:
> On 08/23/2013 08:25 PM, Cyrill Gorcunov wrote:
> > 
> > Same as kernel provides, adopted from Linux sources.
> > 
> > Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
> > ---
> >  Makefile.config           |  3 +++
> >  Makefile.crtools          |  1 +
> >  include/string.h          | 13 +++++++++++++
> >  scripts/feature-tests.mak | 13 +++++++++++++
> >  string.c                  | 21 +++++++++++++++++++++
> >  5 files changed, 51 insertions(+)
> >  create mode 100644 include/string.h
> >  create mode 100644 string.c
> > 
> 
> 
> Comment, what this function is doing, is missing.

Would attached look better?


More information about the CRIU mailing list