Skip to content
Snippets Groups Projects
Commit 6008b80b authored by David Malcolm's avatar David Malcolm
Browse files

analyzer: fix uninitialized bitmap [PR112955]


In r14-5566-g841008d3966c0f I added a new ctor for
feasibility_state, but failed to call bitmap_clear
on m_snodes_visited.

Fixed thusly.

gcc/analyzer/ChangeLog:
	PR analyzer/112955
	* engine.cc (feasibility_state::feasibility_state): Initialize
	m_snodes_visited.

Signed-off-by: default avatarDavid Malcolm <dmalcolm@redhat.com>
parent a14d247f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment