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

analyzer: fix state explosion on va_arg [PR106413]


Fix state explosion on va_arg when the call to va_start is in the
top-level function of the analysis.

gcc/analyzer/ChangeLog:
	PR analyzer/106413
	* varargs.cc (region_model::impl_call_va_start): Avoid iterating
	through non-existant variadic arguments by initializing the
	impl_region to "UNKNOWN" if the va_start occurs in the top-level
	function to the analysis.

gcc/testsuite/ChangeLog:
	PR analyzer/106413
	* gcc.dg/analyzer/torture/stdarg-4.c: New test.

Signed-off-by: default avatarDavid Malcolm <dmalcolm@redhat.com>
parent 0fb35a45
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