Hacker News new | ask | show | jobs
by CapriciousCptl 1792 days 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/

In that case it was a single = versus a double == but also in if statement.