Robotips / uConfig

Datasheet pinout extractor from PDF and library Stylizer for Kicad.
GNU General Public License v3.0
516 stars 58 forks source link

Serious memory bug fix. #56

Closed GravisZro closed 1 year ago

GravisZro commented 1 year ago

The program has been using objects in freed memory since commit 22417ea on Jan 26, 2018.

I was able to find this only because of PR #54 which actually assigned pointers to nullptr. As a result, the program crashed and I quickly found this flaw.