-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problem with 4.13 linux #81
Comments
I also get this on 4.13.0-041300-generic, Ubuntu 17.04 |
+1, 4.13.3-1-ARCH
|
I get the exact same error on the latest kernel of Arch |
@yourepitaph wrote:
You could be a bit more polite and a bit less demanding. This is an open source community driven by volunteers spending spare time to develop software. Nobody's being paid for working here. |
This issue is a result of the new config option See https://outflux.net/blog/archives/2017/09/05/security-things-in-linux-v4-13/ for an explanation and a few patches in different parts of the kernel source tree. |
Thanks to CONFIG_FORTIFY_SOURCE, the compiler refused to compile this buggy code. See https://outflux.net/blog/archives/2017/09/05/security-things-in-linux-v4-13/ for details why this issue hasn't been noticed before kernel 4.13. Fixes jurobystricky#81.
Thanks to CONFIG_FORTIFY_SOURCE, the compiler refused to compile this buggy code. See https://outflux.net/blog/archives/2017/09/05/security-things-in-linux-v4-13/ for details why this issue hasn't been noticed before kernel 4.13. Fixes jurobystricky#81.
#83 contains a fix for the bug reported above. Please test and report back, preferably in #83. Note that you still have to apply the fixes in #77 to make the kernel compile or check out my port-to-4.13 branch. |
it looks like working :) |
Damn i really got my hopes up when i saw the fix for 4.13 but on Arch linux i still get the error, even when using @genodeftest port-to-413 branch, any suggestions? im on 4.13.9-1-ARCH In function 'memcpy', |
@firemaricius To all of you:
instead of
|
@genodeftest It was actually fixed on arch as well with your solution, I had just cloned your master branch and not the actually fix, so i just manually changed the one character and it compiled just fine. Thanks a lot for all the work tho the wifi adapter works like a charm now |
@genodeftest Thanks a lot for the work!! compiled well, problem fixed! You guys save my life everyday. I just have to know where to look. THANKS! |
Thanks to CONFIG_FORTIFY_SOURCE, the compiler refused to compile this buggy code. See https://outflux.net/blog/archives/2017/09/05/security-things-in-linux-v4-13/ for details why this issue hasn't been noticed before kernel 4.13. Fixes jurobystricky/Netgear-A6210#81. (cherry picked from commit 8bc6f64ca488afb000c32950aa811b8511264560)
The text was updated successfully, but these errors were encountered: