Skip to content

Reject overflowing digit recompositions - #98

Closed
krotname wants to merge 1 commit into
mainfrom
codex/fix-silent-integer-overflow-in-digit-recomposition
Closed

Reject overflowing digit recompositions#98
krotname wants to merge 1 commit into
mainfrom
codex/fix-silent-integer-overflow-in-digit-recomposition

Reject overflowing digit recompositions

d1ba05c
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Aug 1, 2026 in 5s

2 new alerts

New alerts in code changed by this pull request

  • 2 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 26 in src/main/java/kyu7/DescendingOrder.java

See this annotation in the file changed.

Code scanning / CodeQL

Missing catch of NumberFormatException Note

Potential uncaught 'java.lang.NumberFormatException'.

Check notice on line 18 in src/main/java/kyu7/MinimumLine.java

See this annotation in the file changed.

Code scanning / CodeQL

Missing catch of NumberFormatException Note

Potential uncaught 'java.lang.NumberFormatException'.