Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-10-12 | Add missing const qualifiers | David Robillard | 1 | -3/+0 | |
2024-10-12 | Remove useless conditions | David Robillard | 1 | -1/+0 | |
2024-10-12 | Add field width to scanf pattern to protect against huge inputs | David Robillard | 1 | -1/+0 | |
Ultimately this needs to be replaced with something more serious, but for now, 240 characters ought to be enough for anybody. | |||||
2024-10-12 | Handle allocation failure in jack_initialize() | David Robillard | 1 | -1/+0 | |
2024-10-12 | Initialize buffer | David Robillard | 1 | -1/+0 | |
2024-10-12 | Reduce variable scope | David Robillard | 1 | -2/+0 | |
2024-10-12 | Add cppcheck test | David Robillard | 1 | -0/+12 | |