1
0
mirror of https://github.com/golang/go synced 2024-11-15 01:40:25 -07:00
go/src
Cherry Zhang 01b4ddb377 runtime/internal/atomic: crash on unaligned 64-bit ops on 386 and ARM
Updates #17786. Will fix mips(32) when the port is fully landed.

Change-Id: I00d4ff666ec14a38cadbcd52569b347bb5bc8b75
Reviewed-on: https://go-review.googlesource.com/33236
Run-TryBot: Cherry Zhang <cherryyz@google.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2016-11-21 20:26:11 +00:00
..
archive archive/zip: avoid overflow in record count and byte offset fields 2016-11-17 18:54:33 +00:00
bufio
builtin
bytes
cmd cmd/cover: handle multiple samples from the same location 2016-11-18 20:44:52 +00:00
compress compress/flate: add examples 2016-11-12 18:42:35 +00:00
container
context context: document appropriate WithValue key type more 2016-11-12 06:25:11 +00:00
crypto crypto/tls: reject zero-length SCTs. 2016-11-17 20:53:01 +00:00
database/sql database/sql: ensure all driver Stmt are closed once 2016-11-17 18:13:41 +00:00
debug debug/pe: do not create symbol table if FileHeader.PointerToSymbolTable is 0 2016-11-17 07:55:06 +00:00
encoding encoding/hex: Document DecodedLen. 2016-11-13 17:53:22 +00:00
errors
expvar
flag
fmt fmt: fix typo 2016-11-17 15:29:40 +00:00
go runtime/pprof: emit count profiles with debug=0 as proto profiles 2016-11-21 17:15:30 +00:00
hash
html html/template: fix multiple Clones of redefined template 2016-11-15 04:30:20 +00:00
image
index/suffixarray
internal
io
log all: don't call t.Fatal from a goroutine 2016-11-15 15:13:48 +00:00
math math/rand: make floating point tests shorter on mips and mipsle 2016-11-16 19:22:53 +00:00
mime
net net: use testenv.SkipFlaky instead of testing.Skip 2016-11-17 16:27:35 +00:00
os runtime: handle SIGPIPE in c-archive and c-shared programs 2016-11-18 01:19:11 +00:00
path
plugin cmd/link, runtime, plugin: versioning 2016-11-15 16:14:27 +00:00
reflect cmd/compile, reflect: use field pkgPath if needed 2016-11-17 01:19:46 +00:00
regexp
runtime runtime/internal/atomic: crash on unaligned 64-bit ops on 386 and ARM 2016-11-21 20:26:11 +00:00
sort
strconv
strings
sync all: don't call t.Fatal from a goroutine 2016-11-15 15:13:48 +00:00
syscall syscall: define bind flags on Plan 9 2016-11-15 18:19:10 +00:00
testing
text text/template: handle option missingkey=error consistently 2016-11-18 15:56:02 +00:00
time time: simplify stringification of Month 2016-11-12 21:24:06 +00:00
unicode
unsafe
vendor/golang_org/x
all.bash
all.bat
all.rc
androidtest.bash
bootstrap.bash
buildall.bash
clean.bash
clean.bat
clean.rc
cmp.bash
iostest.bash
make.bash
make.bat
Make.dist
make.rc
naclmake.bash
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc