Skip to content

Generate Struct RMW operations in the fuzzer#8535

Open
tlively wants to merge 1 commit intomainfrom
fuzz-struct-rmw
Open

Generate Struct RMW operations in the fuzzer#8535
tlively wants to merge 1 commit intomainfrom
fuzz-struct-rmw

Conversation

@tlively
Copy link
Copy Markdown
Member

@tlively tlively commented Mar 27, 2026

And allow fuzzing of initial contents that contain these operations.

And allow fuzzing of initial contents that contain these operations.
@tlively tlively requested a review from a team as a code owner March 27, 2026 02:00
@tlively tlively requested review from kripken and removed request for a team March 27, 2026 02:00
Copy link
Copy Markdown
Member

@kripken kripken left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm % suggestion (also in the second function)

Comment on lines +5603 to +5605
Type::isSubType(
type,
Type(HeapTypes::any.getBasic(type.getHeapType().getShared()), Nullable));
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Type::isSubType(
type,
Type(HeapTypes::any.getBasic(type.getHeapType().getShared()), Nullable));
type.getHeapType().getTop().isMaybeShared(HeapTypes::any)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants