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

tarantool / tarantool / 8121 / 4

Build:
Build:
LAST BUILD BRANCH: Godrik0/gh-11002-template-variables
DEFAULT BRANCH: master
Ran 30 May 2017 11:23AM UTC
Files 293
Run time 16s
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

30 May 2017 11:08AM UTC coverage: 70.459% (+0.09%) from 70.374%
TARGET=coverage

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

Source Files on job 8121.4 (TARGET=coverage)
  • Tree
  • List 0
  • Changed 260
  • Source Changed 2
  • Coverage Changed 260
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 8121
  • Travis Job 8121.4
  • 904f4234 on github
  • Prev Job for TARGET=coverage on 1.8 (#8107.4)
  • Next Job for TARGET=coverage on 1.8 (#8157.4)
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