reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
410 uptr to_length = REAL(strlen)(to); 411 ASAN_READ_STRING_OF_LEN(ctx, to, to_length, to_length); 412 ASAN_WRITE_RANGE(ctx, to + to_length, from_length + 1); 414 CHECK_RANGES_OVERLAP("strncat", to, to_length + copy_length + 1, 418 return REAL(strncat)(to, from, size);