]> Cypherpunks.ru repositories - gostls13.git/commit
Revert "runtime: use bytes.IndexByte in findnull"
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 1 Mar 2018 22:22:44 +0000 (22:22 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 1 Mar 2018 22:22:51 +0000 (22:22 +0000)
commit1fadbc1a76b2d9a11453ef4e21b77c353493ac2c
tree8e2b488ca5bb3d6a702523cc6707c4d2c5f0d732
parentf1fc9da3167e4424935524a1479442d28e9fd72a
Revert "runtime: use bytes.IndexByte in findnull"

This reverts commit 7365fac2dbd01960268ee051ed03d961258d4ef4.

Reason for revert: breaks the build on some architectures, reading unmapped pages?

Change-Id: I3a8c02dc0b649269faacea79ecd8213defa97c54
Reviewed-on: https://go-review.googlesource.com/97995
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
misc/cgo/test/basic.go
misc/cgo/test/cgo_test.go
src/runtime/error.go
src/runtime/string.go