aboutsummaryrefslogtreecommitdiff
path: root/scripts/gcc-plugins/structleak_plugin.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_385.RULEGravatar Thomas Gleixner 1-1/+1
2022-05-24gcc-plugins: use KERNELVERSION for plugin versionGravatar Masahiro Yamada 1-1/+1
2022-05-10gcc-plugins: Change all version strings match kernelGravatar Kees Cook 1-1/+1
2021-10-04gcc-plugins: remove support for GCC 4.9 and olderGravatar Ard Biesheuvel 1-2/+0
2021-03-01gcc-plugins: structleak: remove unneeded variable 'ret'Gravatar Jason Yan 1-2/+1
2020-12-04gcc-plugins: remove code for GCC versions older than 4.9Gravatar Masahiro Yamada 1-4/+0
2020-07-13gcc-plugins: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 1-1/+1
2019-03-04gcc-plugins: structleak: Generalize to all variable typesGravatar Kees Cook 1-11/+25
2018-02-05gcc-plugins: Use dynamic initializersGravatar Kees Cook 1-12/+7
2017-08-07gcc-plugins: structleak: add option to init all vars used as byref argsGravatar Ard Biesheuvel 1-2/+11
2017-01-18gcc-plugins: Add structleak for more stack initializationGravatar Kees Cook 1-0/+246