Commit 2fc89b9
committed
Move range min/max checks above identical
Since the input types can be larger than the default ranges, it was possible to keep the ranges at default and still pass a value larger than could fit within that range. This constrains all values, even with identical ranges.1 parent e311c2f commit 2fc89b9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
381 | | - | |
382 | 381 | | |
383 | 382 | | |
| 383 | + | |
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
| |||
0 commit comments