cilynx / rtl88x2bu

rtl88x2bu driver updated for current kernels.
http://www.wolfteck.com/2018/02/22/wsky_1200mbps_wireless_usb_wifi_adapter/
GNU General Public License v2.0
1.63k stars 318 forks source link

How to deal with `-Wstringop-overread` #267

Open MaxG87 opened 4 months ago

MaxG87 commented 4 months ago

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.