On Thu, Jan 28, 2016 at 5:43 PM, <[email protected]> wrote: > From: Li RongQing <[email protected]> > > The size of all_zeros_mac is 6 byte, but eth_hash() will access the > 8 byte, and KASan reported the below bug:
Sounds like we should fix eth_hash() (macvlan has a same function), it should not read beyond 6 bytes.
