You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
String operations can access multiple memory addresses with some of them triggering a fault and some not. Yet the nullinj-fault contract injects zeros into all of the accesses if at least one of them faults. It leads to contract violations, which could be considered a fault positive.
String operations can access multiple memory addresses with some of them triggering a fault and some not. Yet the
nullinj-fault
contract injects zeros into all of the accesses if at least one of them faults. It leads to contract violations, which could be considered a fault positive.Minimal test case:
Config:
The text was updated successfully, but these errors were encountered: