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: remove pointer to loop variable when searching the latest event to analyze #328

Merged

Commits on Apr 25, 2023

  1. fix: remove pointer to loop variable when searching the latest event …

    …to analyze
    
    Having a pointer to a range variable will always yield the latest value
    the loop sees. This leads to subtle bugs. To prevent this from
    happening, the range variable was assigned to a temp variable, which is
    then referenced as a pointer.
    
    Signed-off-by: Patrick Pichler <git@patrickpichler.dev>
    Patrick Pichler committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    0a7e2bd View commit details
    Browse the repository at this point in the history