|
KiCad PCB EDA Suite
|
Test for issue #23058: Jumper pin groups with out-of-bounds pin numbers cause crash. More...
Public Member Functions | |
| JUMPER_PIN_GROUP_FIXTURE () | |
Public Attributes | |
| SETTINGS_MANAGER | m_settingsManager |
| std::unique_ptr< SCHEMATIC > | m_schematic |
Test for issue #23058: Jumper pin groups with out-of-bounds pin numbers cause crash.
When a jumper pin group references a pin number that doesn't exist in the symbol, the connection graph would dereference a null pointer from GetPin() and crash.
Definition at line 44 of file test_issue23058_jumper_pin_groups.cpp.
|
inline |
Definition at line 46 of file test_issue23058_jumper_pin_groups.cpp.
References m_schematic, m_settingsManager, and SCH_SHEET::SetScreen().
| std::unique_ptr<SCHEMATIC> JUMPER_PIN_GROUP_FIXTURE::m_schematic |
Definition at line 63 of file test_issue23058_jumper_pin_groups.cpp.
Referenced by JUMPER_PIN_GROUP_FIXTURE().
| SETTINGS_MANAGER JUMPER_PIN_GROUP_FIXTURE::m_settingsManager |
Definition at line 62 of file test_issue23058_jumper_pin_groups.cpp.
Referenced by JUMPER_PIN_GROUP_FIXTURE().