Files
cryptsetup/lib/luks2
Ondrej Kozina 6199fed6bb Fix posible buffer overflows in LUKS conversion.
cipher[31] and cipher_mode[31] buffers were passed to
crypt_parse_name_and_mode() routine where sscanf(s, "%31[^-]-%31s",
cipher, cipher_mode) was called.

In corner case it could cause terminating 0 byte written beyond
respective arrays.
2020-08-27 14:14:05 +02:00
..
2020-01-03 13:04:55 +01:00
2020-01-03 13:04:55 +01:00
2020-08-11 17:36:22 +02:00
2020-08-15 10:10:40 +02:00