Re: [PATCH 1/2] drm/edid: Use unsigned int in drm_add_modes_noedid()
From: Miguel Ojeda
Date: Sat Mar 29 2025 - 08:04:59 EST
On Fri, Mar 28, 2025 at 11:27 PM Lyude Paul <lyude@xxxxxxxxxx> wrote:
>
> So - it actually does protect us to a limited extent on the rust side of
> things. With CONFIG_RUST_OVERFLOW_CHECKS=y, arithematic checks are builtin to
> the language. This isn't the default config of course, but it's better then
> nothing.
It is the default! :)
Cheers,
Miguel