Toward a better list iterator for the kernel
Toward a better list iterator for the kernel
Posted Mar 10, 2022 22:50 UTC (Thu) by roc (subscriber, #30627)Parent article: Toward a better list iterator for the kernel
> the "use of uninitialized variable" warning is disabled in the kernel due to excessive false positives.
Wow, this is terrible. I had no idea.
Given there are hardening patches to force zeroing of local variables, why not just initialize them in the source as necessary to eliminate the existing warnings and turn that warning on?
