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

bugfix - LRUCache.invalidate should use item.d, not item.val. #7414

Merged
merged 1 commit into from
Jul 31, 2023

Conversation

alphaprinz
Copy link
Contributor

Explain the changes

Issues: Fixed #xxx / Gap #xxx

LRUCache.invalidate() uses wrong field item.val.
Should be item.d.

Testing Instructions:

  • Doc added/updated
  • Tests added

Signed-off-by: Amit Prinz Setter <aprinzse@ibm.com>
@alphaprinz alphaprinz merged commit ba5367c into noobaa:master Jul 31, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants