]> Cypherpunks repositories - gostls13.git/commit
runtime: increase maxargs to avoid syscall18 crash when called with more than 16...
authorEl Mostafa Idrassi <el.mostafa.idrassi@gmail.com>
Tue, 13 Apr 2021 20:08:46 +0000 (20:08 +0000)
committerAlex Brainman <alex.brainman@gmail.com>
Wed, 14 Apr 2021 09:46:36 +0000 (09:46 +0000)
commitab02cbd29f9b9c76d8f7af0d625ac56fcf8d4e75
tree9927b1095d0daeb4e696837c5bf8ddf2cc0e742a
parent58fdac04e4534e53fd9ca7df0455efb4f1ddb82b
runtime: increase maxargs to avoid syscall18 crash when called with more than 16 args

Fixes #45524

Change-Id: Id867f45ea98689b73d5b1b141c19317bc7608b05
GitHub-Last-Rev: e9b09fb557dda291fb6cf27c185063c26832a15b
GitHub-Pull-Request: golang/go#45531
Reviewed-on: https://go-review.googlesource.com/c/go/+/309390
Reviewed-by: El Mostafa Idrassi <el.mostafa.idrassi@gmail.com>
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
Trust: Alex Brainman <alex.brainman@gmail.com>
Trust: Alberto Donizetti <alb.donizetti@gmail.com>
Run-TryBot: Alex Brainman <alex.brainman@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
src/runtime/sys_windows_amd64.s
src/runtime/syscall_windows_test.go