Ran
|
Jobs
1
|
Files
89
|
Run time
1min
|
Badge
Embed ▾
README BADGES
|
push
github
FFI: Workaround for platform dlerror() returning NULL. Contributed by mcclure. (cherry picked from commit 478bcfe52) The `ffi.load()` implementation assumes the string returned from `dlerror()` is non-NULL and immediately dereferences it. This may lead to a crash on some platforms like Android (Oculus Quest) where it is possible. This patch adds the corresponding check and the default "dlopen failed" error message. Sergey Kaplun: * added the description and the test for the problem Part of tarantool/tarantool#10199
5691 of 6027 branches covered (94.43%)
Branch coverage included in aggregate %.
2 of 2 new or added lines in 1 file covered. (100.0%)
9 existing lines in 2 files now uncovered.21693 of 23434 relevant lines covered (92.57%)
2925733.32 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
4 |
94.74 |
-2.87% | src/lj_str.c |
5 |
85.71 |
-2.16% | src/lj_sysprof.c |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 10844641302.1 | 89 |
92.95 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|