We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fd2c18 commit 513c889Copy full SHA for 513c889
src/validation.rs
@@ -586,9 +586,12 @@ const ELF_BANNED_SYMBOLS: &[&str] = &[
586
/// We use this list to spot test behavior of symbols belonging to dependency packages.
587
/// The list is obviously not complete.
588
const DEPENDENCY_PACKAGE_SYMBOLS: &[&str] = &[
589
- // libX11
590
- "XClearWindow",
591
- "XFlush",
+ /* TODO(geofft): Tk provides these as no-op stubs on macOS, make it
+ * stop doing that so we can reenable the check
+ * // libX11
592
+ * "XClearWindow",
593
+ * "XFlush",
594
+ */
595
// OpenSSL
596
"BIO_ADDR_new",
597
"BN_new",
0 commit comments