[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <8d66cf66-5564-4272-8c3e-51b715c3d785@wanadoo.fr>
Date: Tue, 17 Dec 2024 02:14:02 +0900
From: Vincent Mailhol <mailhol.vincent@...adoo.fr>
To: Ming Yu <a0282524688@...il.com>
Cc: Marc Kleine-Budde <mkl@...gutronix.de>, tmyu0@...oton.com,
lee@...nel.org, linus.walleij@...aro.org, brgl@...ev.pl,
andi.shyti@...nel.org, andrew+netdev@...n.ch, davem@...emloft.net,
edumazet@...gle.com, kuba@...nel.org, pabeni@...hat.com,
wim@...ux-watchdog.org, linux@...ck-us.net, jdelvare@...e.com,
alexandre.belloni@...tlin.com, linux-kernel@...r.kernel.org,
linux-gpio@...r.kernel.org, linux-i2c@...r.kernel.org,
linux-can@...r.kernel.org, netdev@...r.kernel.org,
linux-watchdog@...r.kernel.org, linux-hwmon@...r.kernel.org,
linux-rtc@...r.kernel.org
Subject: Re: [PATCH v3 4/7] can: Add Nuvoton NCT6694 CAN support
On 16/12/2024 at 15:58, Ming Yu wrote:
> Dear Vincent,
>
> Thank you for your comments,
>
> Vincent Mailhol <mailhol.vincent@...adoo.fr> 於 2024年12月11日 週三 下午11:25寫道:
(...)
>>>> + cf->len = xmit->dlc;
>>>
>>> what does xmit->dlc contain? The DLC or the length?
>>
>> +1
>>
>> Also, do not trust the device data. Even if SPI attacks are less
>> common, make sure to sanitize this length.
>>
>> cf->len = canfd_sanitize_len(xmit->dlc);
>>
>> Or
>>
>> cf->len = canfd_sanitize_len(xmit->dlc);
>>
>> if xmit->dlc is in fact a DLC.
>>
>
> Excuse me, the xmit->dlc is actual data length.
> Does it need to be fixed?
Yes, name is xmit->len. DLC has a different meaning.
Yours sincerely,
Vincent Mailhol
Powered by blists - more mailing lists