1
0
mirror of https://github.com/golang/go synced 2024-11-20 10:54:49 -07:00
go/src/pkg
Gwenael Treguier 7f0449a108 database/sql: check NumInput on Stmt.Exec
Fixes #3678.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/6460087
2013-01-11 13:28:33 -08:00
..
archive archive/zip: handle extra data headers with no body 2012-11-18 00:45:47 +11:00
bufio cmd/gofmt, bufio, image: Consistency and error handling. 2013-01-07 11:15:53 +11:00
builtin builtin: correct comment on builtin function delete(). 2012-12-14 09:13:42 -08:00
bytes bytes: fix UnreadByte failure after ReadBytes 2013-01-11 17:02:21 +11:00
compress all: use io.ByteWriter now that it exists 2013-01-08 12:15:19 -08:00
container container/list: avoid memory leaks 2013-01-09 15:22:48 -08:00
crypto src: Use bytes.Equal instead of bytes.Compare where possible. 2013-01-07 10:03:49 +11:00
database/sql database/sql: check NumInput on Stmt.Exec 2013-01-11 13:28:33 -08:00
debug cmd/ld: use native-endian symbol values in symbol table 2013-01-04 17:03:57 -05:00
encoding encoding/json: improve performance of Unmarshal on primitive types 2013-01-10 17:58:45 -08:00
errors
exp all: use io.ByteWriter now that it exists 2013-01-08 12:15:19 -08:00
expvar
flag flag: add implicit boolFlag interface 2012-12-22 13:34:48 -05:00
fmt fmt: update an old comment; fix a typo. 2012-12-25 14:54:24 -08:00
go go/types: don't parse imported packages multiple times. 2013-01-09 22:03:41 +01:00
hash
html all: fix the the typos 2012-11-22 02:58:24 +08:00
image all: use io.ByteWriter now that it exists 2013-01-08 12:15:19 -08:00
index/suffixarray
io io/ioutil: fix Discard data race 2012-12-28 09:33:22 -08:00
log log/syslog: remove RFC5424 version number for greater compatibility 2013-01-04 10:21:43 -05:00
math src: Use bytes.Equal instead of bytes.Compare where possible. 2013-01-07 10:03:49 +11:00
mime mime/multipart: allow setting the Writer boundary 2012-12-10 16:30:42 -05:00
net net/http: buffer before chunking 2013-01-11 10:03:43 -08:00
old/netchan
os os: use syscall.Pipe2 on Linux 2013-01-11 08:30:25 -08:00
path all: set GOMAXPROCS to 1 when counting mallocs 2012-12-01 00:38:01 +08:00
reflect reflect: declare slice as *[]unsafe.Pointer instead of *[]byte 2012-12-28 02:35:04 +08:00
regexp regexp: fix index panic in Replace 2012-12-22 11:14:56 -05:00
runtime runtime: work around 5c bug in GC code. 2013-01-11 00:59:44 +01:00
sort sort: fix comment for various Search routines 2012-11-07 05:07:46 +08:00
strconv all: fix typos 2012-12-19 03:04:09 +08:00
strings bytes, strings: fix Reader WriteTo return value on 0 bytes copied 2012-11-25 09:04:13 -08:00
sync sync/atomic: document that users must deal with 64-bit alignment 2013-01-02 15:44:00 -05:00
syscall net: use windows ConnectEx to dial (when possible) 2013-01-11 12:42:09 +11:00
testing testing: fix example test fd leak 2012-12-22 13:41:01 -05:00
text
time all: fix typos 2012-12-19 03:04:09 +08:00
unicode utf8: fix typo. 2013-01-09 11:07:13 -08:00
unsafe