Closed
Description
Something in this commit range is causing the TLS size to be calculated incorrectly, and the code accesses TLS addresses slightly beyond the size of the TLS:
The first commit and last commit in this range have been tested, with the first working and the last not working:
4bf5c99...0389d40
For example, Command::new
attempts to access offset 0x100
, but the TLS is only 0xF0