9 Apr
2015
9 Apr
'15
noon
On Thu, Apr 09, 2015 at 12:02:39PM +0300, Dan Carpenter wrote:
My static checker complains about these because it looks like the multiply can overflow and then we cast to a larger data type. I don't think this is a problem, but it's also harmless to do the cast earlier so let's silence the static checker warning.
Applied, thanks.