Fix libfuzzer detection and shared object symbols issues

Don't export __throw_length_error, and don't import abort
This commit is contained in:
2024-01-19 18:18:40 -08:00
parent b1e3ab2020
commit 5e4a946bdb
3 changed files with 15 additions and 4 deletions

7
linker.map Normal file
View File

@@ -0,0 +1,7 @@
{
global:
*ConflictSet*;
local:
*;
};