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

tarantool / tarantool / 5964520285
88%

Build:
DEFAULT BRANCH: master
Ran 24 Aug 2023 01:49PM UTC
Jobs 1
Files 496
Run time 53s
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: 86.223% (-0.1%) from 86.323%
5964520285

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

63979 of 115674 branches covered (0.0%)

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

95740 of 111038 relevant lines covered (86.22%)

2654933.21 hits per line

Jobs
ID Job ID Ran Files Coverage
1 5964520285.1 24 Aug 2023 01:49PM UTC 0
86.22
GitHub Action Run
Source Files on build 5964520285
Detailed source file information is not available for this build.
  • Back to Repo
  • b367fb98 on github
  • Prev Build on master (#5962419014)
  • Next Build on master (#5973308695)
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