Closed disconnect3d closed 3 years ago
The "false" string has a length of 5 but we currently compare only 4 bytes.
"false"
This was found with a "cstrnfinder" research and I haven't tested this change (more info https://twitter.com/disconnect3d_pl/status/1339757359896408065). Close this PR if this change is incorrect.
Build failures can be ignored here.
Thanks!
The
"false"
string has a length of 5 but we currently compare only 4 bytes.This was found with a "cstrnfinder" research and I haven't tested this change (more info https://twitter.com/disconnect3d_pl/status/1339757359896408065). Close this PR if this change is incorrect.