Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-26 | vm: fix `null` loose equality/inequality checks | Jo-Philipp Wich | |
The current implementation incorrectly yielded `true` for `0 == null` but only `null` must be equal to `null`. Signed-off-by: Jo-Philipp Wich <jo@mein.io> |