• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tarantool / luajit / 11349070883
93%

Build:
DEFAULT BRANCH: tarantool/master
Ran 15 Oct 2024 03:17PM CUT
Jobs 1
Files 89
Run time 2min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

15 Oct 2024 12:28PM CUT coverage: 92.801% (-0.1%) from 92.94%
11349070883

push

github

Buristan
FFI: Fix __tostring metamethod access to enum cdata value.

Thanks to Sergey Kaplun.

(cherry picked from commit f2a1cd432)

On a 64-bit host, `*(uint32_t **)p` (in the
`lj_cf_ffi_meta___tostring()`) is the read of 8 bytes, while the size of
the cdata tail for the enum is only 4. This leads to heap-buffer-overflow
during the call of `tostring()` on the corresponding cdata.

This patch fixes the pointer cast to `(uint32_t *)p`, which is correct.

Sergey Kaplun:
* added the description and the test for the problem

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>

5683 of 6027 branches covered (94.29%)

Branch coverage included in aggregate %.

1 of 1 new or added line in 1 file covered. (100.0%)

41 existing lines in 6 files now uncovered.

21658 of 23435 relevant lines covered (92.42%)

2964407.67 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
2
91.98
-0.45% src/luajit.c
5
85.71
-2.16% src/lj_sysprof.c
6
94.74
-4.31% src/lj_str.c
7
95.78
-0.47% src/lj_record.c
10
77.8
-1.01% src/lj_api.c
11
86.71
-0.92% src/lj_crecord.c
Jobs
ID Job ID Ran Files Coverage
1 11349070883.1 15 Oct 2024 03:17PM CUT 89
92.8
GitHub Action Run
Source Files on build 11349070883
  • Tree
  • List 89
  • Changed 86
  • Source Changed 0
  • Coverage Changed 9
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/LineBranch HitsBranch Misses
  • ►
    92.8
    src/
  • Back to Repo
  • Github Actions Build #11349070883
  • ce35307b on github
  • Prev Build on tarantool/master (#11344407426)
  • Next Build on tarantool/master (#11353198304)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc