You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Potential integer underflow in file suffix generation (valhalla#3783)
* Potential integer underflow in file suffix generation
Integer underflow if maximum tile ID for leven is a 6-digit number.
Signed-off-by: Philipp Voigt (<[email protected]>)
* Potential integer underflow in file suffix generation
Added CHANGELOG.md entry
Signed-off-by: Philipp Voigt (<[email protected]>)
* Potential integer underflow in file suffix generation
Added CHANGELOG.md entry
Signed-off-by: Philipp Voigt (<[email protected]>)
* Potential integer underflow in file suffix generation
Moved CHANGELOG.md entry down
Signed-off-by: Philipp Voigt (<[email protected]>)
* add a test for tile configs with a max tile id that is a multiple of 3 digits. master doesnt fail though
* Make test fail on master
Added test case with GraphId that uses all 6 available digits
Signed-off-by: Philipp Voigt (<[email protected]>)
* Make test fail on master
Confirmed that test fails on master and removed assert
Signed-off-by: Philipp Voigt (<[email protected]>)
* Make test fail on master
Confirmed that test fails on master and removed assert
Signed-off-by: Philipp Voigt (<[email protected]>)
* Update CHANGELOG.md
Signed-off-by: Philipp Voigt (<[email protected]>)
Co-authored-by: Kevin Kreiser <[email protected]>
Co-authored-by: Nils <[email protected]>
0 commit comments