scripts: Add fortify checks on installed headers
commit30379efad117b85cc56a255cac628d0ad745bfe3
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 19 Jul 2023 14:37:01 +0000 (19 11:37 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 19 Jul 2023 19:06:24 +0000 (19 16:06 -0300)
tree1321f188384d717b53e6b0898152d1a1cbc61e5a
parent6d457ff36a45872d66762fb31106145ff753060d
scripts: Add fortify checks on installed headers

The _FORTIFY_SOURCE is used as default by some system compilers,
and there is no way to check if some fortify extension does not
trigger any conformance issue.

Checked on x86_64-linux-gnu.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
scripts/check-installed-headers.sh