mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-08 04:39:29 -04:00
The default send buffer size of 8192 potentially can run past the end of the buffer (skb) and trash memory. Explicitly setting a limit is required. (Patch by Philip Prindeville) SVN-Revision: 26242