From: roy.qing...@gmail.com Date: Fri, 29 Jan 2016 09:43:47 +0800 > From: Li RongQing <roy.qing...@gmail.com> > > The size of all_zeros_mac is 6 byte, but eth_hash() will access the > 8 byte, and KASan reported the below bug: ... > it can be fixed by enlarging the all_zeros_mac to 8 byte, although it is > harmless; eth_hash() will be called in other place with the memory which > is larger and equal to 8 byte. > > Signed-off-by: Li RongQing <roy.qing...@gmail.com>
Applied, thanks.