Ed L Cashin wrote:
Ben Greear <[EMAIL PROTECTED]> writes:
Hello!
I believe that the aoecmd_cfg method in aoecmd.c can reference
the net-devices after free. The reason is that it grabs and releases
the interface with dev_hold, dev_put, but after putting everything, it
then does the transmit o
Ben Greear <[EMAIL PROTECTED]> writes:
> Hello!
>
> I believe that the aoecmd_cfg method in aoecmd.c can reference
> the net-devices after free. The reason is that it grabs and releases
> the interface with dev_hold, dev_put, but after putting everything, it
> then does the transmit of the skbs..