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

youtube / vitess / 431 / 7
44%
master: 61%

Build:
Build:
LAST BUILD BRANCH: revert-1223-change_protocol_defaults_to_grpc
DEFAULT BRANCH: master
Ran 13 Jan 2015 08:01AM UTC
Files 344
Run time 2min
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

13 Jan 2015 07:42AM UTC coverage: 44.373%. Remained the same
MAKE_TARGET=unit_test_goveralls

push

travis-ci

enisoc
Fix "invalid heap pointer" crash when built with Go 1.4.

The CGO wrapper for ZK was casting arbitrary integers to unsafe.Pointer.
For example, it would call C.something(unsafe.Pointer(1)) in order to
call "void something(void* tag)" with a tag value of (void*)1.

In Go 1.4, if a GC happens to occur while C.something() is executing, it
will find the unsafe.Pointer(1) on the stack and crash because 1 is not
a valid memory address.

17178 of 38713 relevant lines covered (44.37%)

0.44 hits per line

Source Files on job 431.7 (MAKE_TARGET=unit_test_goveralls)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 431
  • Travis Job 431.7
  • d18bdd4a on github
  • Prev Job for MAKE_TARGET=unit_test_goveralls on invalid-heap-pointer (#430.7)
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