Comment 5 for bug 1754738

Revision history for this message
Alessandro Gatti (agatti) wrote :

Ok, inside FOOTPRINT_WIZARD_FRAME::ParametersUpdated, footprintWizard->GetParameterValues(m_parameterGridPage) returns the parameters for the *new* list, while m_parameterGrid->GetNumberRows() returns the count for the *old* list - therefore the change check loop right after goes OOB and the crash occurs. Interesting...