|
Ran
|
Files
305
|
Run time
20s
|
Badge
README BADGES
|
push
travis-ci
xrow: fix request_str crash on long requests If tt_static_buf is too small to store the request string, 'pos' will become greater than 'end', leading to snprintf(pos, end - pos) crash, as it doesn't allow the buffer size to be negative. Use SNPRINT instead. (cherry picked from commit 9e054f189)
41377 of 50212 relevant lines covered (82.4%)
845688.14 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|