Issues in fortified string.h functions commit #dc5e87408812a0cc3847e2f64a28cf97b1d92f21 #628

Closed
ethicstechOSS opened this Issue May 22, 2017 · 2 comments

Comments

Projects
None yet
2 participants
@ethicstechOSS

ethicstechOSS commented May 22, 2017

Hi. When I am compiling the kernel, I am getting the following error,

string.h:251:3: error: call to '__buffer_overflow' declared with attribute error: buffer overflow
__buffer_overflow();
^

It leads to fail 'drivers/staging/qcacld-2.0' as well. The error log is here, https://pastebin.com/mfcHYzPF

TIA,
Prakash

@thestinger

This comment has been minimized.

Show comment Hide comment
@thestinger

thestinger May 22, 2017

Contributor

It's working as intended and detecting buffer overflows at compile-time. I haven't done the work to fix userdebug builds where Qualcomm enables more code.

Contributor

thestinger commented May 22, 2017

It's working as intended and detecting buffer overflows at compile-time. I haven't done the work to fix userdebug builds where Qualcomm enables more code.

@thestinger

This comment has been minimized.

Show comment Hide comment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment