https://github.com/JuliaLang/julia
Revision 6619d658ef4b9f190ec2f3a38edbc6a0aed3d04d authored by Keno Fischer on 28 December 2021, 14:28:26 UTC, committed by Kristoffer on 05 January 2022, 15:15:22 UTC
The last entry sentinel for Win64 SEH is `~0L` not NULL. Apparently
this doesn't cause issues on windows proper, but does crash wine.
Arguably if Windows doesn't have issues then we should just fix
this in wine, but since we control the source and nobody else
ever seems to have run into this, let's just fix it and save
the good Wine folks some headache. Fixes #43569.

(cherry picked from commit 722f9d4958948f16cd3628be9eb5b7b5128de104)
1 parent e13f8bf
History
Tip revision: 6619d658ef4b9f190ec2f3a38edbc6a0aed3d04d authored by Keno Fischer on 28 December 2021, 14:28:26 UTC
win32: Fix SEH frame sentinel (#43570)
Tip revision: 6619d65
File Mode Size
.buildkite
.devcontainer
.github
base
cli
contrib
deps
doc
etc
src
stdlib
test
.clang-format -rw-r--r-- 3.3 KB
.codecov.yml -rw-r--r-- 52 bytes
.gitattributes -rw-r--r-- 65 bytes
.gitignore -rw-r--r-- 425 bytes
.mailmap -rw-r--r-- 11.0 KB
CITATION.bib -rw-r--r-- 513 bytes
CONTRIBUTING.md -rw-r--r-- 19.3 KB
HISTORY.md -rw-r--r-- 313.4 KB
LICENSE.md -rw-r--r-- 1.3 KB
Make.inc -rw-r--r-- 49.2 KB
Makefile -rw-r--r-- 25.8 KB
NEWS.md -rw-r--r-- 20.5 KB
README.md -rw-r--r-- 7.5 KB
THIRDPARTY.md -rw-r--r-- 3.7 KB
VERSION -rw-r--r-- 10 bytes
sysimage.mk -rw-r--r-- 4.0 KB

README.md

back to top