Skip to content
Commit e1b2aa7f authored by Dan Carpenter's avatar Dan Carpenter Committed by David S. Miller
Browse files

fddi: 64 bit bug in smt_add_para()



The intent was to set 4 bytes of data so that's why the sp_len is set
to 4 on the next line.  The cast to u_long pointer clears 8 bytes
on 64 bit arches.

Signed-off-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarDavid S. Miller <davem@tempietto.lan>
parent b27393ae
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment