You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: