Commit df62aa7
committed
fix: incorrect uint64_t cast in bitmask limit validation
The LIMIT_FORMAT_BITMASK validation uses deUint32 for checking the
limit value but incorrectly casts to deUint64 when logging the actual
value. This causes incorrect values to be displayed in the logs.
This bug was originally introduced in c82c0fa (2016) and persisted
through the de* type removal in 1a09796 (2023).1 parent 1a0ae3b commit df62aa7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
542 | 542 | | |
543 | 543 | | |
544 | 544 | | |
545 | | - | |
| 545 | + | |
546 | 546 | | |
547 | 547 | | |
548 | 548 | | |
| |||
0 commit comments