]> Cypherpunks repositories - gostls13.git/commit
runtime: fix _cgo_allocate(0)
authorRuss Cox <rsc@golang.org>
Tue, 7 Oct 2014 20:27:40 +0000 (16:27 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 7 Oct 2014 20:27:40 +0000 (16:27 -0400)
commit685204747d39b4a5d111406389f7a63bc34c7287
treead8b244fd25d401d6153ef8ed4ae8b1a736c1c18
parent87f51f103181e47c78a5c3fd9a41d43fb707817b
runtime: fix _cgo_allocate(0)

Fixes a SWIG bug reported off-list.

LGTM=iant
R=iant
CC=golang-codereviews
https://golang.org/cl/155990043
misc/cgo/test/callback_c_gc.c
misc/cgo/test/callback_c_gccgo.c
src/runtime/cgocallback.go