Re: [PATCH 00/10] image-fuzzer: Port to Python 3

2019-11-05 Thread Stefan Hajnoczi
On Wed, Oct 16, 2019 at 04:24:20PM -0300, Eduardo Habkost wrote: > This series ports image-fuzzer to Python 3. > > Eduardo Habkost (10): > image-fuzzer: Open image files in binary mode > image-fuzzer: Write bytes instead of string to image file > image-fuzzer: Explicitly use integer

Re: [PATCH 00/10] image-fuzzer: Port to Python 3

2019-10-23 Thread John Snow
On 10/22/19 4:26 PM, Eduardo Habkost wrote: > On Thu, Oct 17, 2019 at 06:29:27PM -0300, Eduardo Habkost wrote: >> On Thu, Oct 17, 2019 at 05:11:29PM -0400, John Snow wrote: >>> >>> >>> On 10/16/19 3:24 PM, Eduardo Habkost wrote: This series ports image-fuzzer to Python 3. Eduardo

Re: [PATCH 00/10] image-fuzzer: Port to Python 3

2019-10-22 Thread Eduardo Habkost
On Thu, Oct 17, 2019 at 06:29:27PM -0300, Eduardo Habkost wrote: > On Thu, Oct 17, 2019 at 05:11:29PM -0400, John Snow wrote: > > > > > > On 10/16/19 3:24 PM, Eduardo Habkost wrote: > > > This series ports image-fuzzer to Python 3. > > > > > > Eduardo Habkost (10): > > > image-fuzzer: Open

Re: [PATCH 00/10] image-fuzzer: Port to Python 3

2019-10-17 Thread John Snow
On 10/17/19 5:29 PM, Eduardo Habkost wrote: > On Thu, Oct 17, 2019 at 05:11:29PM -0400, John Snow wrote: >> >> >> On 10/16/19 3:24 PM, Eduardo Habkost wrote: >>> This series ports image-fuzzer to Python 3. >>> >>> Eduardo Habkost (10): >>> image-fuzzer: Open image files in binary mode >>>

Re: [PATCH 00/10] image-fuzzer: Port to Python 3

2019-10-17 Thread Eduardo Habkost
On Thu, Oct 17, 2019 at 05:11:29PM -0400, John Snow wrote: > > > On 10/16/19 3:24 PM, Eduardo Habkost wrote: > > This series ports image-fuzzer to Python 3. > > > > Eduardo Habkost (10): > > image-fuzzer: Open image files in binary mode > > image-fuzzer: Write bytes instead of string to

Re: [PATCH 00/10] image-fuzzer: Port to Python 3

2019-10-17 Thread John Snow
On 10/16/19 3:24 PM, Eduardo Habkost wrote: > This series ports image-fuzzer to Python 3. > > Eduardo Habkost (10): > image-fuzzer: Open image files in binary mode > image-fuzzer: Write bytes instead of string to image file > image-fuzzer: Explicitly use integer division operator >

[PATCH 00/10] image-fuzzer: Port to Python 3

2019-10-16 Thread Eduardo Habkost
This series ports image-fuzzer to Python 3. Eduardo Habkost (10): image-fuzzer: Open image files in binary mode image-fuzzer: Write bytes instead of string to image file image-fuzzer: Explicitly use integer division operator image-fuzzer: Use io.StringIO image-fuzzer: Use %r for all