On Fri, 25 Aug 2006, David Brownell wrote: > On Friday 25 August 2006 8:42 am, Alan Stern wrote: > > > I'm handicapped by lack of knowledge about usbnet. I can't even tell > > where the RX frame error counter gets incremented, let along what the > > causes are or how uhci-hcd could be involved. > > % cd drivers/usb/net > % grep rx_frame_errors *.c > ... > % > > Looks to me like they're not reported by cdc_ether, so if it's not > a memory smashing bug it would be somewhere in the network stack.
I'm afraid you're right. And as the network stack doesn't seem to set that value anywhere, I'm even more afraid that it _is_ a memory-overwriting bug. Time for some heavy artillery: the good ol' data-watchpoint patch... Alan Stern ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
