-
-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
In PatternScanResult.cs#L35 the Offset is added to the return value, but the current value is never updated in the struct.
According to the summary
Appends to the existing offset if the offset is valid.
Instead, a new instance is returned with the added offset but doesn't update the existing struct the method is a part of.
Metadata
Metadata
Assignees
Labels
No labels