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

Fix binary pattern matching with OTP-21 compiled code #1178

Merged
merged 1 commit into from
Jun 5, 2024

Commits on Jun 5, 2024

  1. Fix bs_context_to_binary implementation

    The implementation was using the wrong offset in certain situations,
    leading to a wrong match.
    Restore the offset from saved one, as in OTP.
    
    Signed-off-by: Davide Bettio <davide@uninstall.it>
    bettio committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    da5b7ae View commit details
    Browse the repository at this point in the history