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

Several potential NullPointerException bugs. #16

Open
ITWOI opened this issue Nov 14, 2019 · 1 comment
Open

Several potential NullPointerException bugs. #16

ITWOI opened this issue Nov 14, 2019 · 1 comment

Comments

@ITWOI
Copy link

ITWOI commented Nov 14, 2019

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.

@ITWOI
Copy link
Author

ITWOI commented Nov 21, 2019

Hi, we have reported the bugs a while ago would you please take a look and confirm if they are real bugs. We have been conducting an experiment to measure the accuracy of our static checker. We would be deeply appreciated if you can provide some feedback!

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

No branches or pull requests

1 participant