8 ms·
The bug, which used a single & in an if statement instead of a double && reminds me of this one from years ago-- https://lwn.net/Articles/57135/ https://lwn.net
by CapriciousCptl 5y ago
The bug, which used a single & in an if statement instead of a double && reminds me of this one from years ago-- https://lwn.net/Articles/57135/ https://lwn.net/Articles/57135/
In that case it was a single = versus a double == but also in if statement.