Skip to content

Commit 6881514

Browse files
committed
Allow bundled zlib1
1 parent e9b0ea6 commit 6881514

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/validation.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ const PE_ALLOWED_LIBRARIES: &[&str] = &[
135135
"sqlite3.dll",
136136
"tcl86t.dll",
137137
"tk86t.dll",
138+
// Bundled with tk
139+
"zlib1.dll",
138140
];
139141

140142
// CPython 3.14 uses tcl/tk 8.6.14+ which includes a bundled zlib and dynamically links to msvcrt.

0 commit comments

Comments
 (0)