image-fuzzer: Open image files in binary mode
commit60d3af55da14982b8d1ee3ace7fc48246140721f
authorEduardo Habkost <ehabkost@redhat.com>
Wed, 16 Oct 2019 19:24:21 +0000 (16 16:24 -0300)
committerStefan Hajnoczi <stefanha@redhat.com>
Tue, 5 Nov 2019 15:35:06 +0000 (5 16:35 +0100)
treec446eafb8851e9f728c1bf004915c90353f89c7e
parent36609b4fa36f0ac934874371874416f7533a5408
image-fuzzer: Open image files in binary mode

This probably never caused problems because on Linux there's no
actual newline conversion happening, but on Python 3 the
binary/text distinction is stronger and we must explicitly open
the image file in binary mode.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20191016192430.25098-2-ehabkost@redhat.com
Message-Id: <20191016192430.25098-2-ehabkost@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
tests/image-fuzzer/qcow2/layout.py