Skip to content

Commit

Permalink
Update valueflow.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github committed Aug 9, 2024
1 parent f2058b8 commit 599af47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/valueflow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6579,6 +6579,7 @@ struct ContainerExpressionAnalyzer : ExpressionAnalyzer {
n = valueFlowGetStrLength(tok->astParent()->tokAt(3));
if (n == 0) // TODO: handle known empty append
val->setPossible();
break;
}
default:
break;
Expand Down

0 comments on commit 599af47

Please sign in to comment.