-
Notifications
You must be signed in to change notification settings - Fork 23
Address sanitizer/ndk28c #118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor questions, thanks for peeling this out of the other PR!
matthargett
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one minor question, otherwise looks beautiful! (I'd approve, but I don't have that permission on this repo)
| # Check for Clang since vptr and fdsan are Clang-specific | ||
| if (CMAKE_CXX_COMPILER_ID MATCHES "Clang") | ||
| list(APPEND SANITIZERS "vptr") | ||
| # FDSan only works on Android builds with Clang |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are we sure it doesn't work with linux (and macOS) as well? is it an issue with clang version in default Ubuntu 24.x and Xcode pre-26? if that's the actual case, can this check be specific about the clang version instead of the OS/platform?
ObjectWrap<T>::ObjectWrap(false positive)