[CRIU] [PATCH 0/3] Provide memcpy/memcmp/memset for pie/noglibc case

Kir Kolyshkin kir at openvz.org
Thu Nov 10 16:32:25 PST 2016


For those arches that does not have memcpy/memcmp/memset implemented,
provide generic version of these, for code that is not linked to glibc,
since compiler can generate calls to these functions.

Kir Kolyshkin (3):
  builtin_{memcpy,memset}: make compatible with libc
  pie: provide memcpy/memcmp/memset for noglibc case
  criu/pie/Makefile: disable FORTIFY_SOURCE

 criu/include/asm-generic/string.h | 30 ++++++++++++++++++++++++++----
 criu/pie/Makefile                 |  1 +
 2 files changed, 27 insertions(+), 4 deletions(-)

-- 
2.7.4



More information about the CRIU mailing list