Files
cryptsetup/lib/luks2
Milan Broz d1ffca3189 Avoid "output may be truncated" gcc warnings.
These are false positives and gcc internal detection of this
pattern seems to be broken again.

In this path we must avoid memcpy the whole buffer, it can contain
some bytes after null char, so use MIN/strlen here.
2021-02-03 21:14:52 +01:00
..
2021-01-25 22:00:25 +01:00
2021-01-25 22:00:25 +01:00
2021-01-25 22:00:25 +01:00
2021-01-25 22:00:25 +01:00
2021-01-25 22:00:25 +01:00
2021-02-01 14:38:29 +01:00