-
Notifications
You must be signed in to change notification settings - Fork 10
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
build(windows): add some flags for windows build #15
base: master
Are you sure you want to change the base?
Conversation
build successful, test failed 😭 |
libraw-rs/libraw/src/rawimage.rs Line 11 in a0f789d
failed on this assertion |
Thanks for spending time on this!
It looks like that's a null pointer, which the assert is checking to avoid dereferencing it later and causing unsoundness. |
If comment out it, unittest will be successful on my local environment. cargo test result
|
close #1