[CRIU] [PATCH 0/3] Provide memcpy/memcmp/memset for pie/noglibc case
Kir Kolyshkin
kir at openvz.org
Wed Nov 16 15:56:23 PST 2016
Any comments, or can this be applied? This is the last frontier for clang,
ie once merged CRIU is fully compilable with clang.
On 11/10/2016 04:32 PM, Kir Kolyshkin wrote:
> 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(-)
>
More information about the CRIU
mailing list