-
Notifications
You must be signed in to change notification settings - Fork 45
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
Valgrind detected an invalid read #254
Comments
Thanks for the detailed report! This looks like a use-after-free in the source name for the string, which I think that this was caused by adding the |
thanks, At present, I am trying to build a graphql service, It gets |
Right now it's being overly aggressive about trying to interpret the ID argument as a Base64 encoded string. The string While you're waiting for those fixes, you can force the |
hi, I am currently trying to use this library, But Valgrind detected an invalid read, This makes me very confused,
could you give me some advice?
The text was updated successfully, but these errors were encountered: