[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v5 0/3] net: tulip: add checks to avoid OOB access
From: |
P J P |
Subject: |
Re: [PATCH v5 0/3] net: tulip: add checks to avoid OOB access |
Date: |
Mon, 23 Mar 2020 10:10:06 +0530 (IST) |
+-- On Mon, 23 Mar 2020, Jason Wang wrote --+
| hw/net/tulip.c:305:20: error: initialization of ‘_Bool (*)(NetClientState *)’
| {aka ‘_Bool (*)(struct NetClientState *)’} from incompatible pointer type ‘int
| (*)(NetClientState *)’ {aka ‘int (*)(struct NetClientState *)’}
| [-Werror=incompatible-pointer-types]
| .can_receive = tulip_can_receive,
| ^~~~~~~~~~~~~~~~~
Strange, I did not get it.
| Prasad, please fix this and post a new version.
|
| While at it, I prefer to squash patch 3 into patch 2 since patch 3 fixes the
| issue introduced by patch 2.
Okay, sending your way shortly.
Thank you.
--
Prasad J Pandit / Red Hat Product Security Team
8685 545E B54C 486B C6EB 271E E285 8B5A F050 DE8D
- [PATCH v5 0/3] net: tulip: add checks to avoid OOB access, P J P, 2020/03/19
- [PATCH v5 1/3] net: tulip: check frame size and r/w data length, P J P, 2020/03/19
- [PATCH v5 2/3] net: tulip: add .can_receive routine, P J P, 2020/03/19
- [PATCH v5 3/3] net: tulip: flush queued packets post receive, P J P, 2020/03/19
- Re: [PATCH v5 0/3] net: tulip: add checks to avoid OOB access, Jason Wang, 2020/03/22
- Re: [PATCH v5 0/3] net: tulip: add checks to avoid OOB access, P J P, 2020/03/23
- Re: [PATCH v5 0/3] net: tulip: add checks to avoid OOB access, Li Qiang, 2020/03/23