-
Notifications
You must be signed in to change notification settings - Fork 14k
Closed
Labels
A-SIMDArea: SIMD (Single Instruction Multiple Data)Area: SIMD (Single Instruction Multiple Data)C-bugCategory: This is a bug.Category: This is a bug.O-redoxOperating system: Redox, https://www.redox-os.org/Operating system: Redox, https://www.redox-os.org/
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
Metadata
Metadata
Assignees
Labels
A-SIMDArea: SIMD (Single Instruction Multiple Data)Area: SIMD (Single Instruction Multiple Data)C-bugCategory: This is a bug.Category: This is a bug.O-redoxOperating system: Redox, https://www.redox-os.org/Operating system: Redox, https://www.redox-os.org/