Commit Graph

1 Commits

Author SHA1 Message Date
Julien Rische
538c7a8ffc Make kprop work for dump files larger than 4GB
If the dump file size does not fit in 32 bits, encode four zero bytes
(forcing an error for unmodified kpropd) followed by the size in the
next 64 bits.

Add a functional test case, but only run it when an environment
variable is set, as processing a 4GB dump file is too
resource-intensive for make check.

Resolves: rhbz#2133014

Signed-off-by: Julien Rische <jrische@redhat.com>
2022-10-18 16:48:30 +02:00