-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Coverity issue (FORWARD_NULL) in lexer(std::istream& s) #368
Comments
I'll have a look at this. By the way, how did you get Coverity to run? I currently have a problem with this, see #299. |
It was run locally on build server. I didn't set it up and I don't have access to configuration so I can't help you here. Coverity version used: 8.0.0. But you are doing some weird steps in COVERITY_SCAN_BUILD_COMMAND_PREPEND. I would look into it. |
Issue #299 seems to be fixed. I could run a Coverity analysis and I found the same error:
However, I have yet to understand the error. |
This is a false positive:
Nevertheless, I shall add an assertion before the |
Coverity found an issue in lexer(std::istream& s):
7622 fill_line_buffer();
The text was updated successfully, but these errors were encountered: