Compare commits

...

7 Commits

Author SHA1 Message Date
Meghan Denny
61b65e635d lsan: fix getaddrinfo_send_reply 2025-09-24 01:43:10 -07:00
Meghan Denny
8dc8135ab4 revert these others 2025-09-24 00:59:35 -07:00
Meghan Denny
48d915a082 Merge remote-tracking branch 'origin/main' into nektro-patch-51594 2025-09-24 00:58:17 -07:00
Meghan Denny
320233ad3c temp: enable print_suppressions 2025-09-19 03:33:43 -07:00
Meghan Denny
a17df1952b temp: is it running in release mode? 2025-09-19 03:23:12 -07:00
Meghan Denny
0d7fde1b23 temp: lsan: make sure it's reporting 2025-09-19 02:48:26 -07:00
Meghan Denny
22049fbbb9 lsan: fix getaddrinfo 2025-09-19 02:47:44 -07:00
2 changed files with 8 additions and 10 deletions

View File

@@ -1230,32 +1230,32 @@ if(NOT BUN_CPP_ONLY)
OUTPUTS
${BUILD_PATH}/${bunStripExe}
)
# Then sign both executables on Windows
if(WIN32 AND ENABLE_WINDOWS_CODESIGNING)
set(SIGN_SCRIPT "${CMAKE_SOURCE_DIR}/.buildkite/scripts/sign-windows.ps1")
# Verify signing script exists
if(NOT EXISTS "${SIGN_SCRIPT}")
message(FATAL_ERROR "Windows signing script not found: ${SIGN_SCRIPT}")
endif()
# Use PowerShell for Windows code signing (native Windows, no path issues)
find_program(POWERSHELL_EXECUTABLE
find_program(POWERSHELL_EXECUTABLE
NAMES pwsh.exe powershell.exe
PATHS
PATHS
"C:/Program Files/PowerShell/7"
"C:/Program Files (x86)/PowerShell/7"
"C:/Windows/System32/WindowsPowerShell/v1.0"
DOC "Path to PowerShell executable"
)
if(NOT POWERSHELL_EXECUTABLE)
set(POWERSHELL_EXECUTABLE "powershell.exe")
endif()
message(STATUS "Using PowerShell executable: ${POWERSHELL_EXECUTABLE}")
# Sign both bun-profile.exe and bun.exe after stripping
register_command(
TARGET

View File

@@ -16,7 +16,6 @@ leak:JSC::Parser<JSC::Lexer<unsigned char>>::parseFunctionExpression
leak:JSC::Parser<JSC::Lexer<unsigned char>>::parsePrimaryExpression
leak:JSC::Parser<JSC::Lexer<unsigned char>>::parseStatement
leak:JSCInitialize
leak:getaddrinfo_send_reply
leak:start_wqthread
leak:CRYPTO_set_thread_local
leak:BIO_new
@@ -69,7 +68,6 @@ leak:bun.js.node.node_fs.NodeFS.realpathInner
leak:sys.Error.toShellSystemError
leak:lazyLoadSQLite
leak:JSC::intlAvailableLocales
leak:getaddrinfo
leak:bun.js.api.filesystem_router.FileSystemRouter.constructor
leak:JSC::intlSegmenterAvailableLocales
leak:URL__getHref