Ran
|
Jobs
1
|
Files
89
|
Run time
20s
|
Badge
README BADGES
|
push
github
Fix FOLD rule for BUFHDR append. Reported by XmiliaH. (cherry-picked from commit bc1bdbf62) `bufput_append()` may fold `BUFHDR RESET` + `BUFPUT` IRs to `BUFHDR APPEND` even if the right operand (`BUFSTR`) is the PHI. If it's not the last IR in the `BUFSTR` chain, this may lead to an incorrect resulting value in the buffer, which contains a longer string since `APPEND` is used instead of `RESET`. This patch adds the corresponding check inside the fold rule. Sergey Kaplun: * added the description and the test for the problem Part of tarantool/tarantool#9145
5379 of 5987 branches covered (0.0%)
Branch coverage included in aggregate %.
2 of 2 new or added lines in 1 file covered. (100.0%)
11 existing lines in 4 files now uncovered.20611 of 23354 relevant lines covered (88.25%)
2755489.57 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
96.13 |
-0.05% | src/lj_record.c |
2 |
72.64 |
0.0% | src/lj_crecord.c |
3 |
96.17 |
-0.23% | src/lj_asm.c |
5 |
83.19 |
-2.16% | src/lj_sysprof.c |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 7003855917.1 | 89 |
88.58 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|