Fix libfuzzer detection and shared object symbols issues
Don't export __throw_length_error, and don't import abort
This commit is contained in:
7
linker.map
Normal file
7
linker.map
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
global:
|
||||
*ConflictSet*;
|
||||
local:
|
||||
*;
|
||||
};
|
||||
|
Reference in New Issue
Block a user