content='index, nofollow'/>
summaryrefslogtreecommitdiff
path: root/lib/string_helpers.c
AgeCommit message (Expand)Author
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap
2025-04-07lib/string_helpers: Introduce parse_int_array()Cezary Rojewski
2024-11-02lib: string_helpers: silence snprintf() output truncation warningBartosz Golaszewski
2024-08-15lib/string_helpers: rework overflow-dependent codeJustin Stitt
2024-02-29lib/string_helpers: Add flags param to string_get_size()Andy Shevchenko
2024-02-29fortify: Improve buffer overflow reportingKees Cook
2024-02-29fortify: Provide KUnit counters for failure testingKees Cook
2024-02-29fortify: Split reporting and avoid passing string pointerKees Cook
2024-02-20string: Redefine strscpy_pad() as a macroKees Cook
2023-09-11lib/string_helpers: string_get_size() now returns characters wroteKent Overstreet
2023-08-04lib/string_helpers: Add kstrdup_and_replace() helperAndy Shevchenko
2023-06-05lib/string_helpers: Change returned value of the strreplace()Andy Shevchenko