summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-20uml: Replace strlcpy with strscpyAzeem Shaikh2-1/+2
2023-06-14um: Use HOST_DIR for mrproperKees Cook1-1/+1
2023-06-14kallsyms: Replace all non-returning strlcpy with strscpyAzeem Shaikh2-3/+3
2023-06-14sh: Replace all non-returning strlcpy with strscpyAzeem Shaikh2-3/+3
2023-06-14of/flattree: Replace all non-returning strlcpy with strscpyAzeem Shaikh1-1/+1
2023-06-14sparc64: Replace all non-returning strlcpy with strscpyAzeem Shaikh4-4/+4
2023-06-14Hexagon: Replace all non-returning strlcpy with strscpyAzeem Shaikh1-3/+3
2023-06-06kobject: Use return value of strreplace()Andy Shevchenko1-2/+1
2023-06-06lib/string_helpers: Change returned value of the strreplace()Andy Shevchenko2-5/+9
2023-06-06jbd2: Avoid printing outside the boundary of the bufferAndy Shevchenko1-4/+2
2023-06-06checkpatch: Check for 0-length and 1-element arraysKees Cook1-0/+10
2023-06-06riscv/purgatory: Do not use fortified string functionsKees Cook1-1/+1
2023-06-01s390/purgatory: Do not use fortified string functionsKees Cook1-1/+1
2023-06-01x86/purgatory: Do not use fortified string functionsKees Cook1-1/+1
2023-06-01acpi: Replace struct acpi_table_slit 1-element array with flex-arrayWyes Karny1-1/+1
2023-06-01clocksource: Replace all non-returning strlcpy with strscpyAzeem Shaikh1-1/+1
2023-06-01string: use __builtin_memcpy() in strlcpy/strlcatAlexander Potapenko1-2/+2
2023-06-01staging: most: Replace all non-returning strlcpy with strscpyAzeem Shaikh1-4/+4
2023-06-01drm/i2c: tda998x: Replace all non-returning strlcpy with strscpyAzeem Shaikh1-1/+1
2023-06-01drm/sun4i: hdmi: Replace all non-returning strlcpy with strscpyAzeem Shaikh1-1/+1
2023-06-01drm/mediatek: Replace all non-returning strlcpy with strscpyAzeem Shaikh1-1/+1
2023-06-01drm/rockchip: Replace all non-returning strlcpy with strscpyAzeem Shaikh2-2/+2
2023-06-01drm/display/dp_mst: Replace all non-returning strlcpy with strscpyAzeem Shaikh3-3/+3
2023-05-31ubsan: add prototypes for internal functionsArnd Bergmann2-3/+11
2023-05-31checkpatch: Check for strcpy and strncpy tooKees Cook1-1/+13
2023-05-31ftrace: Replace all non-returning strlcpy with strscpyAzeem Shaikh1-9/+9
2023-05-31Compiler Attributes: Add __counted_by macroKees Cook1-0/+13
2023-05-31autofs: use flexible array in ioctl structureArnd Bergmann3-3/+3
2023-05-31lkdtm/bugs: Switch from 1-element array to flexible arrayKees Cook1-2/+2
2023-05-31befs: Replace all non-returning strlcpy with strscpyAzeem Shaikh2-2/+2
2023-05-31md/raid5: Convert stripe_head's "dev" to flexible array memberKees Cook2-3/+3
2023-05-26overflow: Add struct_size_t() helperKees Cook10-25/+40
2023-05-26drm/amd/pm: Replace all non-returning strlcpy with strscpyAzeem Shaikh1-1/+1
2023-05-26drm/radeon: Replace all non-returning strlcpy with strscpyAzeem Shaikh3-5/+5
2023-05-26tracing: Replace all non-returning strlcpy with strscpyAzeem Shaikh5-10/+10
2023-05-26scsi: 3w-9xxx: Replace all non-returning strlcpy with strscpyAzeem Shaikh1-1/+1
2023-05-26scsi: aacraid: Replace all non-returning strlcpy with strscpyAzeem Shaikh1-1/+1
2023-05-26scsi: bnx2i: Replace all non-returning strlcpy with strscpyAzeem Shaikh1-1/+1
2023-05-26scsi: qedi: Replace all non-returning strlcpy with strscpyAzeem Shaikh1-1/+1
2023-05-26scsi: ibmvscsi: Replace all non-returning strlcpy with strscpyAzeem Shaikh1-3/+3
2023-05-22vboxsf: Replace all non-returning strlcpy with strscpyAzeem Shaikh1-1/+1
2023-05-22NFS: Prefer strscpy over strlcpy callsAzeem Shaikh1-1/+1
2023-05-22dlm: Replace all non-returning strlcpy with strscpyAzeem Shaikh1-2/+2
2023-05-22kbuild: Enable -fstrict-flex-arrays=3Kees Cook1-0/+6
2023-05-17ubsan: remove cc-option test for UBSAN_TRAPNick Desaulniers1-1/+0
2023-05-17fortify: strcat: Move definition to use fortified strlcat()Kees Cook1-27/+26
2023-05-17fortify: Add protection for strlcat()Kees Cook1-0/+64
2023-05-17fortify: Use const variables for __member_size trackingKees Cook1-21/+21
2023-05-17string: Add Kunit tests for strcat() familyKees Cook4-0/+111
2023-05-17fortify: Allow KUnit test to build without FORTIFYKees Cook2-1/+15