]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: add note about bug writing C pointers to uninitialized C memory
authorIan Lance Taylor <iant@golang.org>
Thu, 12 Jul 2018 18:57:05 +0000 (11:57 -0700)
committerIan Lance Taylor <iant@golang.org>
Mon, 16 Jul 2018 17:27:35 +0000 (17:27 +0000)
commit1177b089f5285aadf8eab72bcbbdce553ff03e36
tree66ac4aee35bafb184d67f4757c742cd68621f565
parentb323709a5cbac882bf945b0f9c08aee351e1ce4b
cmd/cgo: add note about bug writing C pointers to uninitialized C memory

Describe the problem as a bug, since it is not implied by the rest of
the pointer passing rules, and it may be possible to fix it.

Updates #19928

Change-Id: I2d336e7336b2a215c0b8cf909a203201ef1b054e
Reviewed-on: https://go-review.googlesource.com/123658
Reviewed-by: Austin Clements <austin@google.com>
src/cmd/cgo/doc.go