KiCad PCB EDA Suite
Loading...
Searching...
No Matches
JUMPER_PIN_GROUP_FIXTURE Struct Reference

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< SCHEMATICm_schematic
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ JUMPER_PIN_GROUP_FIXTURE()

JUMPER_PIN_GROUP_FIXTURE::JUMPER_PIN_GROUP_FIXTURE ( )
inline

Member Data Documentation

◆ m_schematic

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().

◆ m_settingsManager

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().


The documentation for this struct was generated from the following file: