GHSA-566x-hhrf-qf8m
MODERATECVE-2020-35923After using an assignment operators such as NotNan::addassign, NotNan::mulassign, etc., it was possible for the resulting NotNan value to contain a NaN. This could cause undefined behavior in safe code, because the safe NotNan::cmp method contains internal unsafe code that assumes the value is never NaN. (It could also cause undefined behavior in third-party unsafe code that makes the same assumpt
- Affected
- >= 0.2.2, < 1.1.1, = 2.0.0
- Fixed in
- 1.1.1
- Weakness
- CWE-460
- Published
- 2021-08-25
- Source
- github