18 Apr
2014
18 Apr
'14
7:11 p.m.
On Wed, Apr 16, 2014 at 06:38:11PM +0300, Dan Carpenter wrote:
The intent was to say "sizeof(*pos)" and not "sizeof(pos)".
The sizeof(*pos) is 8 bytes so the bug won't show up on 64 bit systems. The sizeof(*dx) is 172 bytes so that will be a bugfix.
Applied, thanks.