On 06.07.2013, at 12:42, Peter Maydell wrote:
> On 6 July 2013 01:36, Alexander Graf wrote:
>> While looking for cmsg entries, we want to compare guest pointers to see
>> whether we're at the end of the passed in array.
>>
>> However, what we really do is we compare our in-use host pointer with
On 6 July 2013 01:36, Alexander Graf wrote:
> While looking for cmsg entries, we want to compare guest pointers to see
> whether we're at the end of the passed in array.
>
> However, what we really do is we compare our in-use host pointer with the
> to-be-the-end guest pointer. This comparison is
While looking for cmsg entries, we want to compare guest pointers to see
whether we're at the end of the passed in array.
However, what we really do is we compare our in-use host pointer with the
to-be-the-end guest pointer. This comparison is obviously bogus.
Change the comparison to compare gue