search for: sergesanspaille

Displaying 2 results from an estimated 2 matches for "sergesanspaille".

2019 Dec 03
5
clang and -D_FORTIFY_SOURCE=1
...45845.html And, more recently, to this fedora thread where clang/llvm -D_FORTIFY_SOURCE support is claimed to be only partial: https://pagure.io/fesco/issue/2020 I dig into the glibc headers in order to have a better understanding of what's going on, and wrote my notes here: https://sergesanspaille.fedorapeople.org/fortify_source_requirements.rst TL;DR: clang does provide a similar compile-time checking as gcc, but no runtime checking. To assert that I wrote a small test suite: https://github.com/serge-sans-paille/fortify-test-suite And indeed, clang doesn't pass it, mostly because...
2019 Dec 04
2
[cfe-dev] clang and -D_FORTIFY_SOURCE=1
...OURCE > > support is claimed to be only partial: > > > > https://pagure.io/fesco/issue/2020 > > > > I dig into the glibc headers in order to have a better understanding of > what's > > going on, and wrote my notes here: > > > > > https://sergesanspaille.fedorapeople.org/fortify_source_requirements.rst > > > > TL;DR: clang does provide a similar compile-time checking as gcc, but no > > runtime > > checking. To assert that I wrote a small test suite: > > > > https://github.com/serge-sans-paille/fortify-test-su...