mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Added checks to StrCmpNum() function in common/sting.cpp to prevent iterating past the end of the sting. Also removed length of string parameter since it did not seem to be used anywhere. Fixes lp:1818157 https://bugs.launchpad.net/kicad/+bug/1818157