Skip to content

Fix NullPointerException in Parser#factor #149

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

Merged
merged 1 commit into from
Jun 27, 2022
Merged

Conversation

sjamesr
Copy link
Contributor

@sjamesr sjamesr commented Oct 8, 2021

The corresponding Go implementation relies on len(nilArray) being zero.

This issue was identified by the OSS-Fuzz integration effort described
in #135.

@codecov-commenter
Copy link

codecov-commenter commented Jun 26, 2022

Codecov Report

Merging #149 (d49148e) into master (a594ae7) will decrease coverage by 0.02%.
The diff coverage is 50.00%.

@@            Coverage Diff             @@
##           master     #149      +/-   ##
==========================================
- Coverage   89.25%   89.23%   -0.03%     
==========================================
  Files          19       19              
  Lines        3025     3027       +2     
  Branches      607      609       +2     
==========================================
+ Hits         2700     2701       +1     
  Misses        187      187              
- Partials      138      139       +1     
Impacted Files Coverage Δ
java/com/google/re2j/Parser.java 88.00% <50.00%> (-0.10%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a594ae7...d49148e. Read the comment docs.

The corresponding Go implementation relies on len(nilArray) being zero.

This issue was identified by the OSS-Fuzz integration effort described
in google#135.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants