Ran
|
Jobs
1
|
Files
89
|
Run time
3min
|
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 POSIX platforms [1] 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 [1]: https://pubs.opengroup.org/onlinepubs/009695399/functions/dlerror.html Part of tarantool/tarantool#10199 Reviewed-by: Sergey Bronnikov <sergeyb@tarantool.org> Reviewed-by: Maxim Kokryashkin <m.kokryashkin@tarantool.org> Signed-off-by: Sergey Kaplun <skaplun@tarantool.org>
5684 of 6027 branches covered (94.31%)
Branch coverage included in aggregate %.
2 of 2 new or added lines in 1 file covered. (100.0%)
26 existing lines in 5 files now uncovered.21670 of 23435 relevant lines covered (92.47%)
2912061.21 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
2 |
91.11 |
-0.32% | src/lj_alloc.c |
3 |
94.08 |
-0.33% | src/lj_ir.c |
4 |
94.74 |
-2.87% | src/lj_str.c |
6 |
87.37 |
-0.33% | src/lj_crecord.c |
11 |
77.16 |
-0.94% | src/lj_opt_fold.c |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 10940225480.1 | 89 |
92.85 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|