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
stream_pipe.cc
I think we should add check for nullptr here:
nullptr
node/src/stream_pipe.cc
Line 280 in b4280ef
We checked that args is Object, but not checked for type after converting
I'll prepare PR
Found by Linux Verification Center (linuxtesting.org) with SVACE.
Reporter: Burkov Egor (eburkov@rvision.ru).
Organization: R-Vision (support@rvision.ru).
The text was updated successfully, but these errors were encountered:
src: add convert result for StreamPipe::New
StreamPipe::New
db9d6a1
Fixes: nodejs#57612
Successfully merging a pull request may close this issue.
I think we should add check for
nullptr
here:node/src/stream_pipe.cc
Line 280 in b4280ef
We checked that args is Object, but not checked for type after converting
I'll prepare PR
Found by Linux Verification Center (linuxtesting.org) with SVACE.
Reporter: Burkov Egor (eburkov@rvision.ru).
Organization: R-Vision (support@rvision.ru).
The text was updated successfully, but these errors were encountered: