Re: [OpenWrt-Devel] [PATCH] wview: fix segmentation fault in WMR USB driver

2013-04-23 Thread Jonas Gorski
On Sun, Mar 10, 2013 at 7:34 PM, Paul Fertser wrote: > Do not overflow the input buffer. This happens on slow hosts that take > long time to recompute the data on start. > > Signed-off-by: Paul Fertser > --- > > This is really important because without this patch the weather daemon > can't start

[OpenWrt-Devel] [PATCH] wview: fix segmentation fault in WMR USB driver

2013-03-10 Thread Paul Fertser
Do not overflow the input buffer. This happens on slow hosts that take long time to recompute the data on start. Signed-off-by: Paul Fertser --- This is really important because without this patch the weather daemon can't start at all after having collected some statistics over the months. Plea