On 2024/10/21 17:22, Jason Wang wrote:
On Mon, Oct 21, 2024 at 4:21 PM Jason Wang wrote:
On Sun, Sep 15, 2024 at 9:07 AM Akihiko Odaki wrote:
receive_header() used to cast the const qualifier of the pointer to the
received packet away to modify the header. Avoid this by copying the
received
On Mon, Oct 21, 2024 at 4:21 PM Jason Wang wrote:
>
> On Sun, Sep 15, 2024 at 9:07 AM Akihiko Odaki
> wrote:
> >
> > receive_header() used to cast the const qualifier of the pointer to the
> > received packet away to modify the header. Avoid this by copying the
> > received header to buffer.
> >
On Sun, Sep 15, 2024 at 9:07 AM Akihiko Odaki wrote:
>
> receive_header() used to cast the const qualifier of the pointer to the
> received packet away to modify the header. Avoid this by copying the
> received header to buffer.
>
> Signed-off-by: Akihiko Odaki
> ---
> hw/net/virtio-net.c | 85
receive_header() used to cast the const qualifier of the pointer to the
received packet away to modify the header. Avoid this by copying the
received header to buffer.
Signed-off-by: Akihiko Odaki
---
hw/net/virtio-net.c | 85 +
1 file changed,