
* 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
430 B
Plaintext
20 lines
430 B
Plaintext
patch_aligned_alloc aligned_alloc
|
|
patch_atoi atoi
|
|
patch_atol atol
|
|
patch_atoll atoll
|
|
patch_calloc calloc
|
|
patch_free free
|
|
patch_malloc malloc
|
|
patch_malloc_usable_size malloc_usable_size
|
|
patch_memalign memalign
|
|
patch_memset memset
|
|
patch_mmap mmap
|
|
patch_munmap munmap
|
|
patch_posix_memalign posix_memalign
|
|
patch_pvalloc pvalloc
|
|
patch_read read
|
|
patch_realloc realloc
|
|
patch_reallocarray reallocarray
|
|
patch_valloc valloc
|
|
patch_write write
|