summaryrefslogtreecommitdiff
path: root/tools/lib/subcmd/help.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-05libsubcmd: Fix memory leak in uniq()Ian Rogers1-4/+14
2023-07-11libsubcmd: Avoid SEGV/use-after-free when commands aren't excludedIan Rogers1-6/+12
2023-06-21perf subcmd: Fix missing check for return value of malloc() in add_cmdname()Chenyuan Mi1-0/+2
2023-06-13lib subcmd: Avoid memory leak in exclude_cmdsIan Rogers1-2/+6
2020-10-02tools: Avoid comma separated statementsJoe Perches1-4/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-20tools include: Adopt strstarts() from the kernelArnaldo Carvalho de Melo1-1/+1
2017-04-26tools lib string: Adopt prefixcmp() from perf and subcmdArnaldo Carvalho de Melo1-0/+1
2015-12-17perf subcmd: Create subcmd libraryJosh Poimboeuf1-0/+268