tectonic-typesetting / tectonic

A modernized, complete, self-contained TeX/LaTeX engine, powered by XeTeX and TeXLive.
https://tectonic-typesetting.github.io/
Other
3.99k stars 162 forks source link

[bibtex] Fix UB caused by invalidating protected reference #1129

Closed CraftSpider closed 11 months ago

CraftSpider commented 11 months ago

Another option here might be to simply use the system allocator through std::alloc, at which point bibtex would actually be entirely Rust, no external links at all.

codecov[bot] commented 11 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (82e78d4) 46.28% compared to head (06591ac) 46.28%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1129 +/- ## ======================================= Coverage 46.28% 46.28% ======================================= Files 171 171 Lines 65099 65099 ======================================= Hits 30129 30129 Misses 34970 34970 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.