kicad/eeschema/sch_io
Jon Evans 46555ab975 Fix use-after-free in Altium importer
If the library already contains a symbol with the same name,
SaveSymbol will replace the existing symbol,
which will invalidate a cached pointer.


(cherry picked from commit d939004bbd)
2024-02-25 13:47:30 +00:00
..
altium Fix use-after-free in Altium importer 2024-02-25 13:47:30 +00:00
cadstar nullptr safety and a bit of wxT'ing. 2024-02-09 13:56:01 +00:00
database Performance optimizations for database libraries. 2024-02-23 17:22:20 +00:00
eagle Ensure stream is valid before checking for Eagle XML tag 2024-02-16 11:14:10 +00:00
easyeda EasyEDA import: force close some line chains. 2024-02-11 23:52:56 +03:00
easyedapro Coding policy fixes. 2024-01-26 08:59:14 -05:00
http_lib HTTP LIB - Fine tuning 2024-02-05 12:11:01 +00:00
kicad_legacy Legacy libraries: De-duplicate field names on load 2024-02-23 16:49:35 +01:00
kicad_sexpr Thread safety: replace ++m_modHash by IncrementModifyHash() 2024-02-23 16:49:35 +01:00
ltspice Coding policy fixes. 2024-01-26 08:59:14 -05:00
sch_io.cpp Coding policy fixes. 2024-01-26 08:59:14 -05:00
sch_io.h Coding policy fixes. 2024-01-26 08:59:14 -05:00
sch_io_lib_cache.cpp
sch_io_lib_cache.h
sch_io_mgr.cpp Introduce base IO_MGR class and unify RELEASER objects 2023-12-29 00:37:38 +00:00
sch_io_mgr.h Introduce base IO_MGR class and unify RELEASER objects 2023-12-29 00:37:38 +00:00