daafff508c
One of the causes of #19501 was that the metadata on OSX was getting corrupted. For any one particular invocation of the compiler the metadata file inside of an rlib archive would have extra bytes appended to the end of it. These extra bytes end up confusing rbml and have it run off the end of the array (resulting in the out of bounds detected). This commit prepends the length of metadata to the start of the metadata to ensure that we always slice the precise amount that we want, and it also un-ignores the test from #19502. Closes #19501 |
||
---|---|---|
.. | ||
issue_16723_multiple_items_syntax_ext.rs | ||
issue-13560.rs | ||
issue-16992.rs | ||
issue-18763-quote-token-tree.rs | ||
lint-group-plugin.rs | ||
lint-plugin-cmdline.rs | ||
lint-plugin.rs | ||
macro-crate-does-hygiene-work.rs | ||
macro-crate-outlive-expansion-phase.rs | ||
macro-crate.rs | ||
phase-syntax-link-does-resolve.rs | ||
qquote.rs | ||
quote-tokens.rs | ||
quote-unused-sp-no-warning.rs | ||
roman-numerals-macro.rs | ||
syntax-extension-with-dll-deps.rs |