Make run_linkage_test.sh pass

Authored by mwolff on Jan 17 2018, 3:39 PM.

Description

Make run_linkage_test.sh pass

When we read a function pointer before attaching heaptrack,
that value won't get rewritten. But when we read the pointer
address later on, the correct value can be found and the
test passes as expected.

I don't think there's anything we can do about the first
situation - we don't want to rewrite the whole address space...

Details

Committed
mwolffJan 17 2018, 3:39 PM
Parents
R45:ab2a8222da3c: Check symbol table size before accessing it
Branches
Unknown
Tags
Unknown