]> git.lizzy.rs Git - rust.git/commit
Auto merge of #33934 - Byron:libsyntex-ring-buffer-size, r=pnkfelix
authorbors <bors@rust-lang.org>
Sun, 29 May 2016 10:02:46 +0000 (03:02 -0700)
committerbors <bors@rust-lang.org>
Sun, 29 May 2016 10:02:46 +0000 (03:02 -0700)
commitaee3073bd9c02a0ae8ccf1f292ef36ae49ab10ac
tree3b7e10c95beedc166783fe9436ac8a7143926771
parent397cfaec0ce28289b0ab04ed6f6c3ba6ee1042ea
parent406378b6bb4a60f379cc713205fec5a8c4360c63
Auto merge of #33934 - Byron:libsyntex-ring-buffer-size, r=pnkfelix

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 https://github.com/serde-rs/syntex/pull/47 for details.

As shown in https://github.com/serde-rs/syntex/issues/33,
complex code can easily overflow the ring-buffer and
cause an assertion error.