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

tarantool / tarantool / 6143722560
88%

Build:
DEFAULT BRANCH: master
Ran 11 Sep 2023 08:23AM UTC
Jobs 1
Files 496
Run time 21s
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

11 Sep 2023 08:13AM UTC coverage: 86.351% (-0.02%) from 86.368%
6143722560

push

github

locker
box: fix out of bound write in error_payload_destroy()

If `strlen(name)` is 1, `value_size` is 1, and `extra` is 0, then 15 bytes
are allocated for `struct error_field` in error_payload_prepare(). However,
the size of this structure is 16 because of the padding for the alignment.
Thus TRASH() in error_payload_destroy() writes 1 byte beyond the structure.

Closes #9098

NO_DOC=bugfix

64182 of 115883 branches covered (0.0%)

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

96032 of 111211 relevant lines covered (86.35%)

2601544.92 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6143722560.1 11 Sep 2023 08:23AM UTC 0
86.35
GitHub Action Run
Source Files on build 6143722560
Detailed source file information is not available for this build.
  • Back to Repo
  • 454ffd13 on github
  • Prev Build on master (#6122530261)
  • Next Build on master (#6156139804)
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

© 2026 Coveralls, Inc