]> Cypherpunks repositories - gostls13.git/commit
sql: fix potential corruption in QueryRow.Scan into a *[]byte
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 12 Jan 2012 19:23:33 +0000 (11:23 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 12 Jan 2012 19:23:33 +0000 (11:23 -0800)
commit701f70abf6ac76fbd28c640ec49609090882f05a
tree6487eaa792f186887c1eb758613e83ecac5ae28c
parentc356fc74a12d32d7d0764de0160b291117e9dc79
sql: fix potential corruption in QueryRow.Scan into a *[]byte

Fixes #2622

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/5533077
src/pkg/exp/sql/fakedb_test.go
src/pkg/exp/sql/sql.go
src/pkg/exp/sql/sql_test.go