From: Jay Vosburgh Date: Fri, 31 May 2013 11:57:26 +0000 (+0000) Subject: net/core: __hw_addr_create_ex does not initialize sync_cnt X-Git-Tag: v3.10-rc5~25^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9747ba6636be8a7e8ba83a1fb231d061ca318e4f;p=pandora-kernel.git 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 Reviewed-by: Vlad Yasevich Tested-by: Shawn Bohrer Signed-off-by: David S. Miller --- Reading git-diff-tree failed