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
As a result, you get a stack overflow.
How to reproduce: call VdfConvert.Deserialize(String.Empty)
VdfConvert.Deserialize(String.Empty)
The text was updated successfully, but these errors were encountered:
I think the problem is at https://github.com/shravan2x/Gameloop.Vdf/blob/master/Gameloop.Vdf/VdfSerializer.cs#L26, where the return value is not checked. I couldn't get a stack trace back, let me try to debug it manually.
Sorry, something went wrong.
fd506e2
I've fixed the issue and will release 0.4.4 soon. You can then wrap VdfConvert.Deserialize(someString) with a try-catch and handle VdfExceptions.
0.4.4
VdfConvert.Deserialize(someString)
VdfException
Feel free to reopen if the issue persists.
Thank you for the quick response!
No branches or pull requests
As a result, you get a stack overflow.
How to reproduce: call
VdfConvert.Deserialize(String.Empty)
The text was updated successfully, but these errors were encountered: