Dear Dan,
Am Dienstag, den 22.01.2013, 10:20 +0300 schrieb Dan Carpenter:
"data" is a void pointer and "args" is "data" after we have casted it to a struct. We care about the sizeof the struct here. Btw, sizeof(*data)
s,sizeof the,size of the,
is 1.
Did you find this by manual inspection or did you use some tool?
Signed-off-by: Dan Carpenter dan.carpenter@oracle.com
[…]
With the typo fixed above,
Acked-by: Paul Menzel paulepanter@users.sourceforge.net
Thanks,
Paul