]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.4] runtime: don't panic when given a callback with no input param...
authorShenghou Ma <minux@golang.org>
Tue, 17 Feb 2015 04:43:40 +0000 (23:43 -0500)
committerAndrew Gerrand <adg@golang.org>
Tue, 17 Feb 2015 06:51:18 +0000 (06:51 +0000)
commit3124622303cd50e9b5965ea4dd68ef294e1a4404
treecef78fd596f942871ee03ef552156782831cfc55
parenta25564577071b7c8592356620f2dcbf53eeca9bb
[release-branch.go1.4] runtime: don't panic when given a callback with no input params on windows

Fixes #9871 for Go 1.4.

Change-Id: I550a5bdb29e9a872652e0dd468a434227d7d9502
Reviewed-on: https://go-review.googlesource.com/4937
Run-TryBot: Minux Ma <minux@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
Reviewed-by: Andrew Gerrand <adg@golang.org>
src/runtime/syscall_windows.go
src/runtime/syscall_windows_test.go