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

tarantool / tarantool / 8121

Build:
Build:
LAST BUILD BRANCH: mk-index-mvcc-support
DEFAULT BRANCH: master
Ran 30 May 2017 11:23AM UTC
Jobs 1
Files 293
Run time 18s
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

pending completion
8121

push

travis-ci

Kirill Yukhin
sql: Fix reallocation issue in sql-to-lua code

SQL to Lua result transmission code uses its own
memory pool to store SQL prep statements and results.
After execution of SQL statement its results are pushed
to Lua. During such a push new memory might be requested
form pool to store result. This in turn might lead to
realloc() invocation and pointers to SQL pstatemnt (in the pool)
will become dangling. Fix this behaviour by re-assigning
explicitly SQL pstmt after possible realloc() call.

50480 of 71644 relevant lines covered (70.46%)

913649.22 hits per line

Jobs
ID Job ID Ran Files Coverage
4 8121.4 (TARGET=coverage) 30 May 2017 11:23AM UTC 0
70.46
Travis Job 8121.4
Source Files on build 8121
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #8121
  • 904f4234 on github
  • Prev Build on 1.8 (#8107)
  • Next Build on 1.8 (#8157)
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