commit | 9747ba6636be8a7e8ba83a1fb231d061ca318e4f | [log] [tgz] |
---|---|---|
author | Jay Vosburgh <fubar@us.ibm.com> | Fri May 31 11:57:26 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri May 31 16:56:56 2013 -0700 |
tree | 66ecd4f109bbf61ce952157e4b3124c8db4ea635 | |
parent | fda3f402f446e82204266f4a3bf26912f2d55e75 [diff] |
net/core: __hw_addr_create_ex does not initialize sync_cnt The sync_cnt field is not being initialized, which can result in arbitrary values in the field. Fixed by initializing it to zero. Signed-off-by: Jay Vosburgh <fubar@us.ibm.com> Reviewed-by: Vlad Yasevich <vyasevic@redhat.com> Tested-by: Shawn Bohrer <sbohrer@rgmadvisors.com> Signed-off-by: David S. Miller <davem@davemloft.net>