criu/lib
Andrey Vagin ad0249f649 lib: don't copy more than the buffer size
CID 1141012 (#1 of 1): Copy into fixed size buffer (STRING_OVERFLOW)
2. fixed_size_dest: You might overrun the 108 byte fixed-size string
"addr.sun_path" by copying "service_address" without checking the
length.

Signed-off-by: Andrey Vagin <avagin@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2013-12-23 13:53:53 +04:00
..
criu.c lib: don't copy more than the buffer size 2013-12-23 13:53:53 +04:00
criu.h lib: return -EBADE instead of -1 2013-12-18 21:08:58 +04:00
Makefile make: lib -- use ldflags-so and obj-ext-src-y 2013-12-18 14:26:08 +04:00