diff options
| author | Johan Brandhorst <johan.brandhorst@gmail.com> | 2018-07-12 16:32:02 +0000 |
|---|---|---|
| committer | Brad Fitzpatrick <bradfitz@golang.org> | 2018-07-13 14:52:22 +0000 |
| commit | 28502b5023b6ddbecf24c68f225762054882ebf5 (patch) | |
| tree | eb0d9d3339496ac67da8c0bd1fe0252f090da358 /src/runtime/export_debug_test.go | |
| parent | 05e02d77c31ba4c592567de1a05959a3c253218d (diff) | |
| download | go-28502b5023b6ddbecf24c68f225762054882ebf5.tar.xz | |
net/http: correct use of byte slice in js syscall
syscall/js does not allow []byte to be used in direct inputs to
its JavaScript manipulation methods since
https://github.com/golang/go/commit/bafe466a9537d8ea5ac5767504628803302ebb12.
Unfortunately, this use of a byte slice was missed, so any
uses of the WASM Roundtripper with a body will panic.
This ensures the byte slice is appropriately converted
before being passed to syscall.
Fixes #26349
Change-Id: I83847645d71ce310c1eee3decddbac990fae166b
GitHub-Last-Rev: 3914bda2ff457deba4b76182a48d26ce8948b4cb
GitHub-Pull-Request: golang/go#26350
Reviewed-on: https://go-review.googlesource.com/123537
Run-TryBot: Emmanuel Odeke <emm.odeke@gmail.com>
Reviewed-by: Richard Musiol <neelance@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/runtime/export_debug_test.go')
0 files changed, 0 insertions, 0 deletions
