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

A potential NPE bug #195

Open
JulyChen728 opened this issue Apr 14, 2020 · 0 comments
Open

A potential NPE bug #195

JulyChen728 opened this issue Apr 14, 2020 · 0 comments
Labels

Comments

@JulyChen728
Copy link

Hi all, our bug scanner has reported a NPE bug.

A possible call chain may be getNode() => LRUMap.java#L65 => LRUMap.java#L68. Since the method getNode() may return null at LRUMap.java#L118, a NPE bug may take place at LRUMap.java#L76 when the variable node is null.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants