generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 142
Open
Labels
[C] InternalTracks some internal work. I.e.: Users should not be affected.Tracks some internal work. I.e.: Users should not be affected.[F] SoundnessKani failed to detect an issueKani failed to detect an issue
Milestone
Description
RMC handles dynamic traits by making a vtable for each trait, which maps virtual calls to the function pointer that implements the call. As of 2021-09-01, our implementation of dynamic traits has no known soundness issues.
Likelihood:
Due to the complexity of this feature, there may be currently-unknown soundness issues.
Mitigation:
- The default flags RMC passes to CBMC now include
--pointer-check, so incorrect codegen of functions is now more likely to be found a verification time. - We have added 40+ regression tests for dynamic traits.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
[C] InternalTracks some internal work. I.e.: Users should not be affected.Tracks some internal work. I.e.: Users should not be affected.[F] SoundnessKani failed to detect an issueKani failed to detect an issue