From: Andi Kleen <hidden> Date: 2004-02-07 17:24:36
Also in:netdev
On Sat, Feb 07, 2004 at 05:57:48PM +0100, Marcel Holtmann wrote:
I now looked carefully through your patch and changed and added some
parts to better fit into. I also fixed another RFCOMM refcount bug.
Please review it, before I send it to Dave.
Doing size checks after the multiply is too late - they could
have already overflowed. You have to check the raw value from the user.
-Andi