7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2024-11-24 00:34:47 +00:00
kicad/eeschema/sch_io/kicad_sexpr
jean-pierre charras 328a2e7d00 Eeschema, fix possible crash when reading a .kicad_sch file (dangling pointer)
SCH_IO_KICAD_SEXPR_PARSER::parseSheet() can create a dangling pointer when reading
a property if the font used by the property text is not the default font: the
initial SCH_FIELD item is a temporary item and leave a dangling pointer in
m_fontTextMap liast when deleted. This pointer is now removed from list.
2024-11-04 10:11:04 +01:00
..
sch_io_kicad_sexpr_common.cpp Flip symbol editor's Y axis to match other editors. 2024-04-27 13:47:56 +01:00
sch_io_kicad_sexpr_common.h Flip symbol editor's Y axis to match other editors. 2024-04-27 13:47:56 +01:00
sch_io_kicad_sexpr_lib_cache.cpp Eeschema: use (hide yes) in symbols 2024-10-04 18:06:18 +01:00
sch_io_kicad_sexpr_lib_cache.h Add ability to embed files in various elements 2024-07-15 16:06:55 -07:00
sch_io_kicad_sexpr_parser.cpp Eeschema, fix possible crash when reading a .kicad_sch file (dangling pointer) 2024-11-04 10:11:04 +01:00
sch_io_kicad_sexpr_parser.h Eeschema, fix possible crash when reading a .kicad_sch file (dangling pointer) 2024-11-04 10:11:04 +01:00
sch_io_kicad_sexpr.cpp Symbol editor: avoid bug in writability check 2024-10-13 20:47:45 +08:00
sch_io_kicad_sexpr.h Use REFERENCE_IMAGE for SCH_BITMAP 2024-09-30 10:20:20 +01:00