Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: tracking issue: shared mutability #178

Open
3 tasks done
Linus789 opened this issue May 20, 2023 · 0 comments
Open
3 tasks done

bug: tracking issue: shared mutability #178

Linus789 opened this issue May 20, 2023 · 0 comments
Labels
Bug report Something isn't working

Comments

@Linus789
Copy link

Linus789 commented May 20, 2023

Type

Error at runtime

Bug description

Occurred in ReVanced/revanced-patches#2177

Steps to reproduce

Two patches modify the same method but don’t use a mutableMethod to resolve the instruction indices, so that the indices of the original method are used which might be invalid after one patch has already modified the method.

Relevant log output

[0x93] register v6 has type Long (Low Half) but expected Precise Reference: java.lang.String

Screenshots or videos

No response

Solution

No response

Additional context

Temporary fix for spoof-wifi-connection implemented in ReVanced/revanced-patches#2199

Acknowledgements

  • I have searched the existing issues and this is a new and no duplicate or related to another open issue.
  • I have written a short but informative title.
  • I filled out all of the requested information in this issue properly.
@Linus789 Linus789 added the Bug report Something isn't working label May 20, 2023
@oSumAtrIX oSumAtrIX transferred this issue from ReVanced/revanced-patches-template May 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug report Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant