Skip to content

Several potential NullPointerException bugs. #16

@ITWOI

Description

@ITWOI

Hi all,

Our tool has found several potential NPE bugs.

  1. Variable md5Stream may be null due to the line 95. However, another access while( (count = md5Stream.read(bytes)) != -1 ) to the variable doesn't have the null check.

  2. Similarly, null checks are inconsistent at line 55 and line 52 in method getAbderaEntry.

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions