← Back to team overview

kicad-developers team mailing list archive

Re: PATCH: fix crash in netlist updater

 


Thanks Andrew!  Good catch.

-Seth

On 2019-06-01 21:40, Andrew Lutsenko wrote:
Hi Seth,

I tried to pull netlist into completely empty board today and got a
crash that I tracked down to
this commit
https://github.com/KiCad/kicad-source-mirror/commit/d1877d7c1b531dee2f4e35304a1d6b33a34c5fff

Simple fix for this particular problem is in attached patch but I
didn't go through all the changes in that commit. It seems in a few
places there are unchecked Modules().front() calls. Maybe they should
be changed to GetFirstModule().

Regards,
Andrew


Follow ups

References