Skip to content

A potential NPE bug #195

@JulyChen728

Description

@JulyChen728

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions