Skip to content

Commit e75eff9

Browse files
committed
Allow bundled zlib1
1 parent 2659ec3 commit e75eff9

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
@@ -139,6 +139,8 @@ const PE_ALLOWED_LIBRARIES: &[&str] = &[
139139
"sqlite3.dll",
140140
"tcl86t.dll",
141141
"tk86t.dll",
142+
// Bundled with tk
143+
"zlib1.dll",
142144
];
143145

144146
// CPython 3.14 and ARM64 use a newer version of tcl/tk (8.6.14+) which includes a bundled zlib that

0 commit comments

Comments
 (0)