tech-toolchain archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common



On Thu, May 24, 2018 at 02:39:01PM +0200, Kamil Rytarowski wrote:
> It looks like there is no better within the C ABI to serialize arbitrary
> arguments. We want for example 2 integers returned from SYS_pipe.

You could do that with a minor variant of the version I suggested.

> I'm going to switch sanitizers to dlsym(3) trickery (RTLD_NEXT) and see
> how good it will work.

Why not just call the "_" versions? I.e. mmap(...) -> _mmap(...).

Martin





Home | Main Index | Thread Index | Old Index