Files
oak-gpui/crates
tidely 5d634245a2 remote_server: Remove unnecessary Box, prevent time-of-check time-of-use bug (#24730)
The MultiWrite struct is defined in the function scope and is allowed to
have a concrete type, which means we can throw away the extra Box.
PathBuf::exists is known to be prone to invalid usage. It doesn't take
into account permissions errors and just returns false, additionally it
introduces a time-of-check time-of-use bug. While extremely unlikely,
why not fix it anyway.

Release Notes:

- remove unnecessary Box
- prevent time-of-check time-of-use bug
2025-02-12 20:55:22 -07:00
..
2025-01-27 13:40:59 -05:00
2025-02-03 13:18:50 -07:00
2025-02-11 19:18:54 +00:00
2025-02-12 15:56:31 +00:00
2025-02-07 02:14:57 +00:00
2025-02-11 20:16:59 +00:00