Ran
|
Jobs
1
|
Files
514
|
Run time
2min
|
Badge
Embed ▾
README BADGES
|
push
github
httpc: replace ibuf_alloc with xibuf_alloc There is no check for NULL for a value returned by `ibuf_alloc`, the NULL will be passed to `memcpy()` if the aforementioned function will return a NULL. The patch fixes that by replacing `ibuf_alloc` with macros `xibuf_alloc` that never return NULL. Found by Svace. NO_CHANGELOG=codehealth NO_DOC=codehealth NO_TEST=codehealth (cherry picked from commit b4ee146fd)
68473 of 121765 branches covered (56.23%)
1 of 2 new or added lines in 1 file covered. (50.0%)
48 existing lines in 15 files now uncovered.101088 of 115867 relevant lines covered (87.24%)
2503895.73 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
74.06 |
0.0% | src/httpc.c |
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
63.97 |
-0.47% | src/lib/core/fio.c |
1 |
87.74 |
-0.07% | src/box/vy_run.c |
1 |
97.44 |
0.0% | src/box/memtx_tx.c |
1 |
22.62 |
-0.02% | src/lib/uri/uri_parser.c |
1 |
92.12 |
-0.05% | src/box/vinyl.c |
1 |
99.4 |
-0.3% | src/box/lua/iproto.c |
2 |
86.68 |
-0.48% | src/box/vy_stmt.c |
2 |
95.79 |
0.05% | src/box/iproto.cc |
3 |
90.71 |
-1.64% | src/lib/salad/mhash.h |
3 |
94.68 |
-1.6% | src/box/vy_range.c |
4 |
95.68 |
-0.0% | src/lib/msgpuck/msgpuck.h |
4 |
81.82 |
-12.12% | src/lua/minifio.c |
4 |
88.57 |
-0.21% | src/box/xrow.c |
4 |
93.31 |
-1.27% | src/lib/swim/swim_io.c |
16 |
90.81 |
-0.53% | src/box/box.cc |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 11217623235.1 | 514 |
87.24 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|