libdyld: fixed symbol relocation #134
Reference in New Issue
Block a user
Delete Branch "dyld-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Note that in libdyld/src/lib.rs #118-119, image pointer is already added to the symbol offset, so we do not need to add the pointer again. It is interesting that we never triggered this bug previously...
Tested with
python -m unittest discover artiq.test.coredevice -v.