Commit f4bc5fb
committed
Fix runtime crash in TryParseSemVer when version has no prerelease/build suffix
substr(npos) throws out_of_range when neither '-' nor '+' is found in
the patch segment (e.g. "1.5.0"), causing abort() on ESP32.
Also touched up CHANGELOG.md again1 parent 25ea430 commit f4bc5fb
2 files changed
Lines changed: 89 additions & 86 deletions
0 commit comments