mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-06 11:18:30 +00:00
Scrub double-conversion and add quick wrapper
This commit is contained in:
parent
b1de862e16
commit
5cd0e876bd
46 changed files with 322 additions and 804 deletions
|
@ -1277,6 +1277,12 @@ void __sanitizer_annotate_contiguous_container(char *beg, char *end,
|
|||
__asan_poison(new_mid, end - new_mid, kAsanHeapOverrun);
|
||||
}
|
||||
|
||||
void __asan_before_dynamic_init(const char *module_name) {
|
||||
}
|
||||
|
||||
void __asan_after_dynamic_init(void) {
|
||||
}
|
||||
|
||||
void __asan_install_malloc_hooks(void) {
|
||||
HOOK(hook_free, __asan_free);
|
||||
HOOK(hook_malloc, __asan_malloc);
|
||||
|
|
|
@ -196,18 +196,6 @@ __asan_version_mismatch_check_v8:
|
|||
pop %rdi
|
||||
.init.end 303,_init_asan
|
||||
|
||||
__asan_before_dynamic_init:
|
||||
push %rbp
|
||||
mov %rsp,%rbp
|
||||
ud2
|
||||
.endfn __asan_before_dynamic_init,globl
|
||||
|
||||
__asan_after_dynamic_init:
|
||||
push %rbp
|
||||
mov %rsp,%rbp
|
||||
ud2
|
||||
.endfn __asan_after_dynamic_init,globl
|
||||
|
||||
__asan_load1:
|
||||
push %rbp
|
||||
mov %rsp,%rbp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue