summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* usb: ch9: Replace bmSublinkSpeedAttr 1-element array with flexible arrayKees Cook2023-07-051-1/+5
* Revert "fortify: Allow KUnit test to build without FORTIFY"Kees Cook2023-07-032-15/+1
* dm: verity-loadpin: Add NULL pointer check for 'bdev' parameterMatthias Kaehlcke2023-06-281-0/+3
* netfilter: ipset: Replace strlcpy with strscpyAzeem Shaikh2023-06-201-5/+5
* uml: Replace strlcpy with strscpyAzeem Shaikh2023-06-202-1/+2
* um: Use HOST_DIR for mrproperKees Cook2023-06-141-1/+1
* kallsyms: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-06-142-3/+3
* sh: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-06-142-3/+3
* of/flattree: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-06-141-1/+1
* sparc64: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-06-144-4/+4
* Hexagon: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-06-141-3/+3
* kobject: Use return value of strreplace()Andy Shevchenko2023-06-061-2/+1
* lib/string_helpers: Change returned value of the strreplace()Andy Shevchenko2023-06-062-5/+9
* jbd2: Avoid printing outside the boundary of the bufferAndy Shevchenko2023-06-061-4/+2
* checkpatch: Check for 0-length and 1-element arraysKees Cook2023-06-061-0/+10
* riscv/purgatory: Do not use fortified string functionsKees Cook2023-06-061-1/+1
* s390/purgatory: Do not use fortified string functionsKees Cook2023-06-011-1/+1
* x86/purgatory: Do not use fortified string functionsKees Cook2023-06-011-1/+1
* acpi: Replace struct acpi_table_slit 1-element array with flex-arrayWyes Karny2023-06-011-1/+1
* clocksource: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-06-011-1/+1
* string: use __builtin_memcpy() in strlcpy/strlcatAlexander Potapenko2023-06-011-2/+2
* staging: most: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-06-011-4/+4
* drm/i2c: tda998x: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-06-011-1/+1
* drm/sun4i: hdmi: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-06-011-1/+1
* drm/mediatek: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-06-011-1/+1
* drm/rockchip: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-06-012-2/+2
* drm/display/dp_mst: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-06-013-3/+3
* ubsan: add prototypes for internal functionsArnd Bergmann2023-05-312-3/+11
* checkpatch: Check for strcpy and strncpy tooKees Cook2023-05-311-1/+13
* ftrace: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-05-311-9/+9
* Compiler Attributes: Add __counted_by macroKees Cook2023-05-311-0/+13
* autofs: use flexible array in ioctl structureArnd Bergmann2023-05-313-3/+3
* lkdtm/bugs: Switch from 1-element array to flexible arrayKees Cook2023-05-311-2/+2
* befs: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-05-312-2/+2
* md/raid5: Convert stripe_head's "dev" to flexible array memberKees Cook2023-05-312-3/+3
* overflow: Add struct_size_t() helperKees Cook2023-05-2610-25/+40
* drm/amd/pm: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-05-261-1/+1
* drm/radeon: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-05-263-5/+5
* tracing: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-05-265-10/+10
* scsi: 3w-9xxx: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-05-261-1/+1
* scsi: aacraid: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-05-261-1/+1
* scsi: bnx2i: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-05-261-1/+1
* scsi: qedi: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-05-261-1/+1
* scsi: ibmvscsi: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-05-261-3/+3
* vboxsf: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-05-221-1/+1
* NFS: Prefer strscpy over strlcpy callsAzeem Shaikh2023-05-221-1/+1
* dlm: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-05-221-2/+2
* kbuild: Enable -fstrict-flex-arrays=3Kees Cook2023-05-221-0/+6
* ubsan: remove cc-option test for UBSAN_TRAPNick Desaulniers2023-05-171-1/+0
* fortify: strcat: Move definition to use fortified strlcat()Kees Cook2023-05-161-27/+26