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

Prevent overflows by increasing ring buffer size #33934

Merged
merged 1 commit into from
May 29, 2016
Merged

Prevent overflows by increasing ring buffer size #33934

merged 1 commit into from
May 29, 2016

Commits on May 28, 2016

  1. Prevent overflows by increasing ring buffer size

    Please note that this change is just done to prevent
    issues as currently seen by syntex_syntax in future.
    See serde-deprecated/syntex#47 for details.
    
    As shown in serde-deprecated/syntex#33,
    complex code can easily overflow the ring-buffer and
    cause an assertion error.
    Byron committed May 28, 2016
    Configuration menu
    Copy the full SHA
    406378b View commit details
    Browse the repository at this point in the history