Re: [PATCH v6 0/7] net/eth: Fix stack-buffer-overflow in _eth_get_rss_ex_dst_addr()

2021-03-22 Thread Jason Wang
在 2021/3/11 上午2:31, Philippe Mathieu-Daudé 写道: I had a look at the patch from Miroslav trying to silence a compiler warning which in fact is a nasty bug. Here is a fix. https://www.mail-archive.com/qemu-devel@nongnu.org/msg772735.html Since v5: - addressed Stefano's review comments: - add now

Re: [PATCH v6 0/7] net/eth: Fix stack-buffer-overflow in _eth_get_rss_ex_dst_addr()

2021-03-10 Thread Miroslav Rezanina
ni" > , "Laurent Vivier" , "Philippe > Mathieu-Daudé" > Sent: Wednesday, March 10, 2021 7:31:16 PM > Subject: [PATCH v6 0/7] net/eth: Fix stack-buffer-overflow in > _eth_get_rss_ex_dst_addr() > > I had a look at the patch from Miroslav trying

[PATCH v6 0/7] net/eth: Fix stack-buffer-overflow in _eth_get_rss_ex_dst_addr()

2021-03-10 Thread Philippe Mathieu-Daudé
I had a look at the patch from Miroslav trying to silence a compiler warning which in fact is a nasty bug. Here is a fix. https://www.mail-archive.com/qemu-devel@nongnu.org/msg772735.html Since v5: - addressed Stefano's review comments: - add now patch fixing in6_address offset Since v4: -