Assigning Format(SomeVariable)
and StrSubstNo(SomeVariable, ...)
to a Text
variable with limited (maximum) length does not raise a warning about a possible overflow
#837
rvanbekkum
started this conversation in
New Rule
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The following code does not raise a warning about a possible overflow:
I suspect this could be deliberately skipped by AA0139, but nonetheless it could lead to quite some problems.
Is this a candidate for a new LinterCop codeanalyzer rule?
Beta Was this translation helpful? Give feedback.
All reactions