mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 01:51:51 +00:00
In Python 3 b'' == '' is False. This causes the info action to fail with File "/usr/lib/python3.11/site-packages/crit-3.17-py3.11.egg/pycriu/images/images.py", line 178, in count size, = struct.unpack('i', buf) ^^^^^^^^^^^^^^^^^^^^^^^ struct.error: unpack requires a buffer of 4 bytes Reported-by: Sankalp Acharya (@sankalp-12) Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>