On 12 August 2016 at 02:21, 李强 wrote:
> Hello Dmitry,
>
> I don't see the assert for 'max_frags' in vmxnet device emulation. Could you
> please point it out?
>
> In my PoC, I set it to '0x2000', and in vmxnet_tx_pkt_init() the
> 'p->raw' will be NULL because of an integer overflow(in x86).
Hi Dmitry
>
> > On 12 Aug 2016, at 04:21 AM, 李强 wrote:
> >
> > Hello Dmitry,
> >
> > I don't see the assert for 'max_frags' in vmxnet device emulation. Could you
> please point it out?
>
>
> Hi,
>
> I mean that max_frags for vmxnet3 device is a size of TX ring so assert
> introduced by this
Hello Dmitry,
I don't see the assert for 'max_frags' in vmxnet device emulation. Could you
please point it out?
In my PoC, I set it to '0x2000', and in vmxnet_tx_pkt_init() the 'p->raw'
will be NULL because of an integer overflow(in x86). And this will bypass all
the assert, and in
vmxne