
* Fixes to main * Add librasan * Party like it's 2024 * Fix snapshot module to work with guest asan * Fix guest_asan module * Fixes to runner * Fix linking issues using a REL * Fix qemu_launcher * Change modify_mapping to a method * Fix gasan_test * Remove debug from Justfile * Optimize release build of librasan * Set ulimit for qasan and gasan tests * Tidy up symbol renaming * Add missing symbols for PPC * Change to support rustix 1.0.0 * Canonicalize the CUSTOM_ASAN_PATH * Review changes * Restructure backends * release_max_level_info * More review changes * Clippy fixes * Changes to reduce the burden on the CI * Fix macos clippy --------- Co-authored-by: Your Name <you@example.com>
20 lines
411 B
Plaintext
20 lines
411 B
Plaintext
aligned_alloc real_aligned_alloc
|
|
atoi real_atoi
|
|
atol real_atol
|
|
atoll real_atoll
|
|
calloc real_calloc
|
|
free real_free
|
|
malloc real_malloc
|
|
malloc_usable_size real_malloc_usable_size
|
|
memalign real_memalign
|
|
memset real_memset
|
|
mmap real_mmap
|
|
munmap real_munmap
|
|
posix_memalign real_posix_memalign
|
|
pvalloc real_pvalloc
|
|
read real_read
|
|
realloc real_realloc
|
|
reallocarray real_reallocarray
|
|
valloc real_valloc
|
|
write real_write
|