|
Ran
|
Jobs
1
|
Files
306
|
Run time
28s
|
Badge
README BADGES
|
push
travis-ci
backtrace: fix out of bounds access on backtrace printing snrpintf always null-terminates the passed string, and it also returns the number of bytes that "would have been written if there was enough space", so not only we don't have to null-terminate the string, but even more so we shouldn't do it erroneously. The only case when a string should be null-terminated manually is when the print cycle doesn't run at all, so move the termination before the cycle. Closes #4636 (cherry picked from commit 2066f297b)
1 of 1 new or added line in 1 file covered. (100.0%)
41653 of 50566 relevant lines covered (82.37%)
894314.9 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 4 | 19802.4 (TARGET=coverage) | 0 |
82.37 |
Travis Job 19802.4 |