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

wasi: address coverity warning #49866

Closed
wants to merge 1 commit into from
Closed

Commits on Sep 25, 2023

  1. wasi: address coverity warning

    - add check for case when trying to provide
      a better Exception fails
    - the code was modified to avoid a CHECK_EQ in all
      cases in nodejs#31076,
      however, I believe that if we fail to create the exeption
      to throw instead of simply returning using a CHECK makes
      more sense. I think it should also address the coverity
      warning about not initializing in the constructor.
    
    Signed-off-by: Michael Dawson <[email protected]>
    mhdawson committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    6818c22 View commit details
    Browse the repository at this point in the history