Ran
|
Jobs
1
|
Files
479
|
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)
63101 of 114399 branches covered (55.16%)
1 of 2 new or added lines in 1 file covered. (50.0%)
14 existing lines in 7 files now uncovered.93983 of 109351 relevant lines covered (85.95%)
2475471.23 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
71.36 |
0.0% | src/httpc.c |
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
94.24 |
-0.72% | src/box/vy_point_lookup.c |
1 |
92.01 |
0.05% | src/box/vinyl.c |
1 |
94.26 |
0.66% | src/box/replication.cc |
2 |
95.18 |
-0.42% | src/lua/fiber.c |
2 |
87.25 |
0.08% | src/box/box.cc |
2 |
88.69 |
-0.33% | src/box/vy_lsm.c |
5 |
91.85 |
-0.67% | src/box/txn_limbo.c |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 11217644645.1 | 479 |
85.95 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|