Skip to content

Commit fdeba65

Browse files
committed
ASTI: issue warning if array size is changed
1 parent 53601a7 commit fdeba65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chb/astinterface/ASTInterface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1034,7 +1034,7 @@ def introduce_stack_variables(
10341034
vtype = self.astree.mk_int_sized_array_type(
10351035
tgttyp, arraysize)
10361036
else:
1037-
chklogger.logger.info(
1037+
chklogger.logger.warning(
10381038
"Array size for stack variable at offset "
10391039
+ "%s does not fit in stack frame; "
10401040
+ "adjusting stack buffer to size %d",

0 commit comments

Comments
 (0)