criu/lib
Cyrill Gorcunov da429bd433 lib: Don't use alloca over net received size
Better to obtain error if there is no free memory
than smashing the stack.

A rule of thumb for alloca() based functions is to
use them with predefined small sizes (such as we
do in swapping builtin sizes for parasite engine).

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2015-11-17 10:53:02 +03:00
..
criu.c lib: Don't use alloca over net received size 2015-11-17 10:53:02 +03:00
criu.h libcriu: use swrk by default 2015-10-15 14:35:15 +03:00
criu.pc.in lib: Generate pkgconfig file 2014-08-04 13:57:18 +04:00
Makefile Always use ARCH_DIR 2014-02-10 14:33:11 +04:00