Files
OrcaSlicer/src/slic3r
SoftFever 176bb6062f Fix startup crash loading saved LAN printers
load_local_machines_from_config() iterated a reference to the live
m_local_machines map while erase_local_machine() erased from it for
printers without access rights, invalidating the range-for iterator
(use-after-free on ++it). Iterate a copy instead, as the code did
before commit 5028a5000e.
2026-07-20 16:05:38 +08:00
..
2026-07-18 03:15:11 +08:00
2026-07-02 17:49:36 +08:00