[PR #18276] Fix til string to integer routines #31493

Open
opened 2026-01-31 09:47:38 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/18276

State: closed
Merged: Yes


  • Fixed parsing of octal numbers
  • Fixed missing check for the value range
  • Fixed overflow check
  • Added support for anything up to base 36
  • Added support for the 0b prefix

Validation Steps Performed

  • New unit tests
  • Fuzzing
**Original Pull Request:** https://github.com/microsoft/terminal/pull/18276 **State:** closed **Merged:** Yes --- * Fixed parsing of octal numbers * Fixed missing check for the value range * Fixed overflow check * Added support for anything up to base 36 * Added support for the 0b prefix ## Validation Steps Performed * New unit tests * Fuzzing
claunia added the pull-request label 2026-01-31 09:47:38 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#31493