Skip to content

Generate weak cmpxchgs #235

@MattWindsor91

Description

@MattWindsor91

The fuzzer only generates strong cmpxchgs at the moment. This is mainly because it only generates known-true cmpxchgs, and weak cmpxchgs can't be used as known-true without loops (which might not terminate?). However, if we generate known-false cmpxchgs and deadcode cmpxchgs (these two probably need separate general issues), there is no reason why we shouldn't investigate weak ones.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area:FuzzerSpecifically affecting the program mutatorType:EnhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions