Skip to content

Commit f4bc5fb

Browse files
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 again
1 parent 25ea430 commit f4bc5fb

2 files changed

Lines changed: 89 additions & 86 deletions

File tree

0 commit comments

Comments
 (0)