HomeSort by: relevance | last modified time | path
    Searched defs:to_length (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_interceptors.cc 384 uptr to_length = REAL(strlen)(to); local in function:DEFINE_REAL
385 ASAN_READ_STRING_OF_LEN(ctx, to, to_length, to_length);
386 ASAN_WRITE_RANGE(ctx, to + to_length, from_length + 1);
389 // to_length + from_length + 1.
391 CHECK_RANGES_OVERLAP("strcat", to, from_length + to_length + 1,
406 uptr to_length = REAL(strlen)(to); local in function:INTERCEPTOR
407 ASAN_READ_STRING_OF_LEN(ctx, to, to_length, to_length);
408 ASAN_WRITE_RANGE(ctx, to + to_length, from_length + 1)
    [all...]
asan_interceptors.cc 384 uptr to_length = REAL(strlen)(to); local in function:DEFINE_REAL
385 ASAN_READ_STRING_OF_LEN(ctx, to, to_length, to_length);
386 ASAN_WRITE_RANGE(ctx, to + to_length, from_length + 1);
389 // to_length + from_length + 1.
391 CHECK_RANGES_OVERLAP("strcat", to, from_length + to_length + 1,
406 uptr to_length = REAL(strlen)(to); local in function:INTERCEPTOR
407 ASAN_READ_STRING_OF_LEN(ctx, to, to_length, to_length);
408 ASAN_WRITE_RANGE(ctx, to + to_length, from_length + 1)
    [all...]

Completed in 22 milliseconds