breaks go 1.6 cgo pointer rules
Bug #1534416 reported by
Michael Hudson-Doyle
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntu-push (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Go 1.6 tightens the rules on what can be passed from Go to C via cgo:
http://
A few ubuntu-push tests trip over these, due to two calls in the code base that violate the "pointer to Go data that contains Go pointer" rules:
http://
http://
affects: | ubuntu-push → ubuntu-push (Ubuntu) |
To post a comment you must log in.