We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi all, our bug scanner has reported a NPE bug at BOMInputStream.java#L183.A possible call chain is find() => BOMInputStream.java#L207 => BOMInputStream.java#L218 => BOMInputStream.java#L183. Since the method find() may return null, a NPE bug may take place when the methodgetBOM() invokes its method equals() at BOMInputStream.java#L183.
find()
null
getBOM()
equals()
Thanks.
The text was updated successfully, but these errors were encountered:
fix issue apolloconfig#3012
3e86596
fix issue #3012
faa0921
Merge pull request #5 from ctripcorp/master
afc00c0
Successfully merging a pull request may close this issue.
Hi all,
our bug scanner has reported a NPE bug at BOMInputStream.java#L183.A possible call chain is find() => BOMInputStream.java#L207 => BOMInputStream.java#L218 => BOMInputStream.java#L183. Since the method
find()
may returnnull
, a NPE bug may take place when the methodgetBOM()
invokes its methodequals()
at BOMInputStream.java#L183.Thanks.
The text was updated successfully, but these errors were encountered: