Ran
|
Jobs
1
|
Files
479
|
Run time
2min
|
Badge
Embed ▾
README BADGES
|
push
github
sql: fix use-after-poison in variable binding This patch fixes a bug found by the ASAN instrumentation of LuaJIT allocator [1]. The problem is using `memcpy` beyond the size of the buffer being copied. Failing tests: - ./test/sql-luatest/gh_10243_varbinary_bound_variable_test.lua [1]: Issue #10231 Closes #10398 NO_DOC=bugfix NO_CHANGELOG=bugfix NO_TEST=rely on existing test (run failing tests with tarantool build described in [1]). (cherry picked from commit 1923078b4)
62946 of 114211 branches covered (55.11%)
2 of 2 new or added lines in 1 file covered. (100.0%)
50 existing lines in 9 files now uncovered.93819 of 109264 relevant lines covered (85.86%)
2478867.31 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
96.0 |
-4.0% | src/lib/core/trigger.h |
2 |
93.53 |
-0.72% | src/box/vy_point_lookup.c |
2 |
94.81 |
-0.55% | src/box/tuple.c |
4 |
81.82 |
-12.12% | src/lua/minifio.c |
4 |
87.05 |
-0.27% | src/box/vy_run.c |
4 |
89.75 |
-0.31% | src/box/applier.cc |
5 |
93.44 |
-0.82% | src/box/replication.cc |
9 |
88.14 |
-7.63% | src/box/vy_regulator.c |
19 |
86.69 |
-0.57% | src/box/box.cc |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 10472547347.1 | 479 |
85.86 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|