Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bitwise AND operation can produce value that may be larger than test_bit() return value. Convert result to bool using `!!` to avoid integer overflow. Fixes: #33
- Loading branch information