Re: [PATCH] IrDA: irda-usb bug fixes

2006-02-19 Thread David S. Miller
From: Samuel Ortiz <[EMAIL PROTECTED]> Date: Sat, 18 Feb 2006 19:19:13 +0200 > This patch fixes 2 bugs in the USB-IrDA code. > > The first one is a buffer overrun in the RX path. We are now using > IRDA_SKB_MAX_MTU when initializing the Rx URB. > > The second one is a potential stack recursion

[PATCH] IrDA: irda-usb bug fixes

2006-02-18 Thread Samuel Ortiz
Hi David, This patch fixes 2 bugs in the USB-IrDA code. The first one is a buffer overrun in the RX path. We are now using IRDA_SKB_MAX_MTU when initializing the Rx URB. The second one is a potential stack recursion when unplugging the USB dongle. It seems that first we get the Rx URB with a ge