Open
Description
Hi. We are developing a static analysis tool and trying to test it on open-source projects like this. It consists a several checks which one is detects a used but not initialized or assigned variables. In this code, a bit variable is used in if conditon (1, 2, 3, 4, 5), but it is never assigned or initialized. Could you please advise this is really a bug or there is a rationale for this logic?