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

tarantool / tarantool / 16404 / 5
83%
master: 88%

Build:
Build:
LAST BUILD BRANCH: m.kostoev/delete_range
DEFAULT BRANCH: master
Ran 07 Apr 2019 12:59PM UTC
Files 305
Run time 17s
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

07 Apr 2019 11:33AM UTC coverage: 82.531% (+0.09%) from 82.438%
TARGET=coverage

push

travis-ci

locker
<a href="https://github.com/tarantool/tarantool/commit/<a class=hub.com/tarantool/tarantool/commit/1e7646d71596c159d4053d4199b758f04d15365b">1e7646d71<a href="https://github.com/tarantool/tarantool/commit/1e7646d71596c159d4053d4199b758f04d15365b">&quot;&gt;box: fix use-after-free in space_truncate

space_truncate allocates a statement on the stack which is grossly
incorrect as the stack may be purged once the function returns while
box_process_rw expects the statement to be valid until the end of
the transaction. By happy accident, it worked fine until commit
1f7b0d6577f4 (&amp;quot;Require for single statement not autocommit in case of
ddl&amp;quot;), which made it possible to run this function from a transaction
and hence increased the probability of hitting the use-after-free bug.
The fix is trivial: allocate a truncation statement on the region.

Fixes commit 353bcdc5d010 (&amp;quot;Rework space truncation&amp;quot;).

Closes #4093

(cherry picked from commit </a><a class="double-link" href="https://github.com/tarantool/tarantool/commit/<a class="double-link" href="https://github.com/tarantool/tarantool/commit/b76542c42b82c08f651f24b41e15803f29556a2d">b76542c42</a>">b76542c42</a><a href="https://github.com/tarantool/tarantool/commit/1e7646d71596c159d4053d4199b758f04d15365b">)

41495 of 50278 relevant lines covered (82.53%)

843219.24 hits per line

Source Files on job 16404.5 (TARGET=coverage)
  • Tree
  • List 0
  • Changed 255
  • Source Changed 1
  • Coverage Changed 255
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 13524
  • Travis Job 16404.5
  • 1e7646d7 on github
  • Prev Job for TARGET=coverage on 1.10 (#16357.5)
  • Next Job for TARGET=coverage on 1.10 (#16407.5)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc