mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-03-03 15:38:22 +00:00
Fix regression in MODE=asan build
This commit is contained in:
parent
be16bcdcd3
commit
002df0f16c
1 changed files with 2 additions and 2 deletions
|
@ -50,14 +50,14 @@ STATIC_YOINK("_init_metalfile");
|
||||||
void *__ape_com_base;
|
void *__ape_com_base;
|
||||||
size_t __ape_com_size = 0;
|
size_t __ape_com_size = 0;
|
||||||
|
|
||||||
textstartup void InitializeMetalFile(void) {
|
textstartup noasan void InitializeMetalFile(void) {
|
||||||
if (IsMetal()) {
|
if (IsMetal()) {
|
||||||
/*
|
/*
|
||||||
* Copy out a pristine image of the program — before the program might
|
* Copy out a pristine image of the program — before the program might
|
||||||
* decide to modify its own .data section.
|
* decide to modify its own .data section.
|
||||||
*
|
*
|
||||||
* This code is included if a symbol "file:/proc/self/exe" is defined
|
* This code is included if a symbol "file:/proc/self/exe" is defined
|
||||||
* (see libc/calls/metalfile.internal.h & libc/calls/metalfile_init.S).
|
* (see libc/calls/metalfile.internal.h & libc/calls/metalfile_init.S).
|
||||||
* The zipos code will automatically arrange to do this. Alternatively,
|
* The zipos code will automatically arrange to do this. Alternatively,
|
||||||
* user code can STATIC_YOINK this symbol.
|
* user code can STATIC_YOINK this symbol.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue