You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The NULL terminator previously was an out-of-bounds write. This fixes
the test failure seen in
https://github.com/diffblue/cbmc/actions/runs/5112785459/jobs/9191230589?pr=7395,
which was locally reproducible. Out-of-bounds write found by `valgrind`
via
```
regression/cbmc/dynamic_sizeof1$ valgrind \
../../../build-coverage/bin/cbmc main.c \
--incremental-smt2-solver 'z3 --smt2 -in'
```
0 commit comments