mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-11 19:00:02 +01:00
Invalid values that overflows in interval check were silently ignored. Fix this by explictily adding check for interval overflow in keyslots and segment validation. Fixes: #748