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.
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.