rtl88x2bu icon indicating copy to clipboard operation
rtl88x2bu copied to clipboard

How to deal with `-Wstringop-overread`

Open MaxG87 opened this issue 1 year ago • 0 comments

After switching to Debian Trixie recently, I got a new GCC version and thus am unable to compile the driver due to new errors found. In particular, there is -Wstringop-overread. According to GCC, this is a clear out-of-bounds read and thus should not happen.

Are there any suggestions how to deal with it? I could simply ignore the issue, like I do with so many others. However, I hope there would be a better solution.

MaxG87 avatar May 15 '24 07:05 MaxG87