kicad/eeschema/sch_io/altium
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_parser_sch.cpp Altium schematic: support component's DISPLAYMODE being a string. 2024-02-05 22:36:25 +03:00
altium_parser_sch.h Fixes for Altium/CircuitStudio schematic import 2024-01-31 02:07:06 +03:00
altium_storage_parser.ksy
sch_io_altium.cpp Fix use-after-free in Altium importer 2024-02-25 13:47:30 +00:00
sch_io_altium.h Altium schematic: support component's DISPLAYMODE being a string. 2024-02-05 22:36:25 +03:00
sch_io_altium_lib_cache.h