Skip to content

Commit ce9a659

Browse files
committed
Include patch to avoid UAF in COFF object writer.
1 parent 2be09ad commit ce9a659

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Make.inc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1165,6 +1165,9 @@ endif
11651165
endef
11661166
$(foreach proj,$(BB_PROJECTS),$(eval $(call SET_BB_DEFAULT,$(proj))))
11671167

1168+
ifeq ($(OS), WINNT)
1169+
USE_BINARYBUILDER_LLVM = 0
1170+
endif
11681171

11691172
# Warn if the user tries to build something that requires `gfortran` but they don't have it installed.
11701173
ifeq ($(FC_VERSION),)

deps/llvm.version

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ LLVM_ASSERT_JLL_VER := 14.0.5+1
44

55
## source build
66
LLVM_VER := 14.0.5
7-
LLVM_BRANCH=julia-14.0.5-1
8-
LLVM_SHA1=julia-14.0.5-1
7+
LLVM_BRANCH=tb/coff_weak_uaf
8+
LLVM_SHA1=bb64ab32bcc1683fa50cb7fd906b299a7b935d31

0 commit comments

Comments
 (0)