vitess-gh/third_party
Anthony Yeh d18bdd4a0d 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.
2015-01-12 23:42:26 -08:00
..
go/launchpad.net/gozk/zookeeper Fix "invalid heap pointer" crash when built with Go 1.4. 2015-01-12 23:42:26 -08:00
py/bson-0.3.2 initial source code check-in. 2012-02-24 23:30:03 -08:00
zookeeper Added ZooKeeper dependendencies to the Vitess tree. 2013-07-17 14:07:28 -07:00
acolyte.patch Support for running python integration tests from Java. 2014-06-10 20:59:16 -07:00
mysql.patch Port fix for stdin support in mysqlbinlog from MariaDB to Google MySQL. 2014-08-01 16:50:56 -07:00