← Back to team overview

kicad-developers team mailing list archive

Re: Diff Pairs & Length tuning in the product branch

 

As a FYI,
Coverity has generated defects related to the new features that seem
like they can generate unexpected behavior from what I see:

#106428 (variable not initialized, considered high impact)
#106367 (null dereference)
#106366 (logically dead code)

there's a bunch of other defects but mostly uninitialized class member
warnings and also 1 memory leak


References