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 uninitialized var in drmemtrace offline instru #4506

Merged
merged 1 commit into from
Oct 31, 2020

Commits on Oct 30, 2020

  1. Fix uninitialized var in drmemtrace offline instru

    While investigating #4460 I found that reg_ptr_used in
    insert_save_addr is uninitialized locally and insert_obtain_addr only
    writes it when true, leaving it uninitialized for the false case: thus
    we may re-instate the buffer pointer in cases where we don't need to.
    I believe this is only a performance issue.
    
    Issue: #4460
    derekbruening committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    9c560ff View commit details
    Browse the repository at this point in the history