From: Dean Camera Date: Tue, 25 May 2010 06:14:37 +0000 (+0000) Subject: Fixed RNDISEthernet demos crashing when calculating checksums for Ethernet/TCP packet... X-Git-Tag: LUFA-110528-BETA~450 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/4a13a5484ae19974a46d3def668aa888d12b8f13?hp=4a13a5484ae19974a46d3def668aa888d12b8f13 Fixed RNDISEthernet demos crashing when calculating checksums for Ethernet/TCP packets of more than ~500 bytes due to an overflow in the checksum calculation loop (thanks to Kevin Malec). Removed string Attributes from the Service Discovery Protocol code to minimise the potential points of failure while the base code is being debugged. ---