mirror of https://git.musl-libc.org/git/musl
Browse Source
the default fenv was not set up properly, in particular the tag word that indicates the contents of the x87 registers was set to 0 (used) instead of 0xffff (empty) this could cause random crashes after setting the default fenv because it corrupted the fpu stack and then any float computation gives NaN result breaking the program logic (usually after a float to integer conversion).rs-1.0
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue