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

tarantool / tarantool / 5964520285 / 1
88%
master: 88%

Build:
DEFAULT BRANCH: master
Ran 24 Aug 2023 01:49PM UTC
Files 496
Run time 50s
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.1

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%)

95740 of 111038 relevant lines covered (86.22%)

2654933.21 hits per line

Source Files on job 5964520285.1
  • Tree
  • List 0
  • Changed 415
  • Source Changed 0
  • Coverage Changed 31
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 5964520285
  • b367fb98 on github
  • Prev Job for on master (#5962419014.1)
  • Next Job for on master (#5973308695.1)
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