-
Notifications
You must be signed in to change notification settings - Fork 146
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
MSAN Warning on use-of-initialized-value in docopt::docopt_parse #149
Comments
Hm, that line invokes the default C++ constructor so it can't be the issue. Does MSAN flag the actual line of code? |
Yeah, saw that. My latest CI build showing the docopt error is here: https://app.travis-ci.com/github/acgetchell/CDT-plusplus/jobs/564919580#L1506 But for easy reference, the text is:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running my project through MSAN, which uses Docopt.cpp, gives me the following:
I think the error might be in this line:
The text was updated successfully, but these errors were encountered: