mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-06 11:18:30 +00:00
Remove undefined behaviors
This commit is contained in:
parent
4864565198
commit
b3838173ec
51 changed files with 756 additions and 1302 deletions
|
@ -23,7 +23,6 @@
|
|||
#include "libc/dce.h"
|
||||
#include "libc/log/internal.h"
|
||||
#include "libc/log/log.h"
|
||||
#include "libc/log/ubsan.internal.h"
|
||||
#include "libc/macros.internal.h"
|
||||
#include "libc/nt/signals.h"
|
||||
#include "libc/str/str.h"
|
||||
|
@ -31,7 +30,6 @@
|
|||
#include "libc/sysv/consts/sig.h"
|
||||
|
||||
STATIC_YOINK("__die");
|
||||
STATIC_YOINK("__ubsan_abort");
|
||||
|
||||
extern const unsigned char __oncrash_thunks[7][11];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue