openddl-parser icon indicating copy to clipboard operation
openddl-parser copied to clipboard

Fix fuzzer finding in parse Interger literal

Open kimkulling opened this issue 3 months ago • 2 comments

  • closes https://github.com/kimkulling/openddl-parser/issues/85

Summary by CodeRabbit

  • Bug Fixes

    • Fixed a rare crash when parsing numeric values at the end of input, improving stability and preventing undefined behavior.
    • Improved robustness of number parsing without changing parsing outcomes.
  • Refactor

    • Minor initialization cleanup for consistency; no functional impact on users.
  • Chores

    • Internal code safety improvements with no changes to public APIs.

kimkulling avatar Aug 28 '25 15:08 kimkulling