Files
rust-optimizer/src
Manuel Raimann 8c025b4525 fix(journal): canonicalize file paths in JournalStorage constructors
Resolve symlinks and `../` traversals best-effort in `new()` and
`open()`, falling back to the original path if canonicalization fails
(e.g. file doesn't exist yet).
2026-02-12 16:34:27 +01:00
..