-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Run-Time Check Failure #2 - Stack around the variable 'files' was corrupted. #458
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
Comments
error:Run-Time Check Failure #2 - Stack around the variable 'files' was corrupted. |
Works for me, on a recent MacAir with up-to-date o/s and compiler. Try the tip of the |
@cdunn2001 , Also note To fix: add pragma pack guards in all jsoncpp headers, so that jsoncpp code does not depend on external packing size. Sample is below:
|
@sergiy80, thanks for the analysis. This seems like a good idea. Would you like to submit the pull-request? |
The text was updated successfully, but these errors were encountered: