summaryrefslogtreecommitdiff
path: root/soltools/cpp/_unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'soltools/cpp/_unix.c')
-rw-r--r--soltools/cpp/_unix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/soltools/cpp/_unix.c b/soltools/cpp/_unix.c
index 2ee9215524a2..ac4b7624a00a 100644
--- a/soltools/cpp/_unix.c
+++ b/soltools/cpp/_unix.c
@@ -87,6 +87,7 @@ void
case 'A':
setsource("<cmdarg>", -1, -1, optarg, 0);
maketokenrow(3, &tr);
+ // coverity[overrun-buffer-arg: FALSE] - a multiple of trp->max is allocated, not trp->max itself
gettokens(&tr, 1);
doadefine(&tr, c);
dofree(tr.bp);