[CRIU] [PATCH 0/3] A couple of fixes to tun code

Pavel Emelyanov xemul at parallels.com
Wed Aug 28 11:07:11 EDT 2013


On 08/23/2013 08:25 PM, Cyrill Gorcunov wrote:
> Please take a look, test is passed.
> 
> Cyrill Gorcunov (3):
>   Add strlcpy helper
>   tun: Check for xmalloc error
>   tun: Use safe stlcpy instead of strcpy
> 
>  Makefile.config           |  3 +++
>  Makefile.crtools          |  1 +
>  include/string.h          | 13 +++++++++++++
>  scripts/feature-tests.mak | 13 +++++++++++++
>  string.c                  | 21 +++++++++++++++++++++
>  tun.c                     | 11 +++++++----
>  6 files changed, 58 insertions(+), 4 deletions(-)
>  create mode 100644 include/string.h
>  create mode 100644 string.c
> 


applied


More information about the CRIU mailing list