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

tarantool / tarantool / 5964532414
86%
master: 88%

Build:
Build:
LAST BUILD BRANCH: gh-10737
DEFAULT BRANCH: master
Ran 24 Aug 2023 02:01PM UTC
Jobs 1
Files 476
Run time 3min
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

24 Aug 2023 01:39PM UTC coverage: 85.865% (+0.04%) from 85.83%
5964532414

push

github

locker
box: fix memory leak on error_unpack_unsafe() failure

Memory is leaked in the following scenario:
- MP_ERROR_STACK with 2 errors is passed to error_unpack_unsafe():
  1. A correct MP_MAP with MP_ERROR_* fields;
  2. Something unexpected, e.g. MP_INT;
- This first call to mp_decode_error_one() allocates memory for the first
  error in error_build_xc() -> `new ClientError()`;
- The second call to mp_decode_error_one() returns NULL, and
  error_unpack_unsafe() returns NULL too. Memory from the previous step
  is leaked.

Closes #8921

NO_DOC=bugfix

(cherry picked from commit b367fb987)

62376 of 114202 branches covered (0.0%)

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

93353 of 108721 relevant lines covered (85.86%)

2611276.91 hits per line

Jobs
ID Job ID Ran Files Coverage
1 5964532414.1 24 Aug 2023 02:01PM UTC 0
85.86
GitHub Action Run
Source Files on build 5964532414
Detailed source file information is not available for this build.
  • Back to Repo
  • c7b6e3b5 on github
  • Prev Build on release/2.11 (#5962248167)
  • Next Build on release/2.11 (#5968049170)
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