-
Notifications
You must be signed in to change notification settings - Fork 296
Open
Description
Seems like
--release
testing is also needed in CI?I think we just got lucky and what we really need is Miri testing -- this fix does not look like a normal release/debug issue but rather a symptom of UB in our code. Sadly we will probably never be able to Miri-test this crate because Miri can't handle FFI calls.
Maybe we can try running tests in valgrind. A long time ago that didn't work because of bugs in rustc but maybe those are resolved.
If none of that works I suppose we can add tests with
--release
... but really the reason that this caught the bug is that a different combination of optimizer flags led to the bug being exposed.
Originally posted by @apoelstra in #755 (comment)
Metadata
Metadata
Assignees
Labels
No labels