- Notifications
You must be signed in to change notification settings - Fork18.4k
Commit64de40a
committed
[release-branch.go1.3] runtime: revise CL 105140044 (defer nil) to work on Windows
««« CL 105120044 / 824ea5943ba8runtime: revise CL 105140044 (defer nil) to work on WindowsIt appears that something about Go on Windowscannot handle the fault cause by a jump to address 0.The way Go represents and calls functions, thisnever happened at all, until CL 105140044.This CL changes the code added in CL 105140044to make jump to 0 impossible once again.Fixes#8047. (again, on Windows)TBR=bradfitzR=golang-codereviews, daveCC=adg, golang-codereviews, iant, rhttps://golang.org/cl/105120044»»»LGTM=bradfitzR=golang-codereviews, bradfitz, alex.brainmanCC=adg, golang-codereviewshttps://golang.org/cl/1088900451 parent69616e4 commit64de40a
1 file changed
+10
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| 12 | + | |
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
| |||
851 | 852 |
| |
852 | 853 |
| |
853 | 854 |
| |
| 855 | + | |
| 856 | + | |
| 857 | + | |
| 858 | + | |
| 859 | + | |
| 860 | + | |
| 861 | + | |
854 | 862 |
| |
855 | 863 |
| |
856 | 864 |
| |
857 | 865 |
| |
858 | 866 |
| |
859 | 867 |
| |
860 | 868 |
| |
861 |
| - | |
862 | 869 |
| |
863 | 870 |
| |
| 871 | + | |
| 872 | + | |
864 | 873 |
| |
865 | 874 |
| |
866 | 875 |
| |
|
0 commit comments
Comments
(0)