You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: