Kristian Glass

Results 16 issues of Kristian Glass

Modern Ubuntu (e.g. GitHub Actions' `ubuntu-latest`), among other distros, compiles with `-D_FORTIFY_SOURCE=3` which does neat things like checking `strlcpy` won't overflow. `tt_user_s` has a `char digit_suffix[3+1]`, so when attempting to...

dd27f9960be8342012212509b707b0c6b81b1e99 added a desc_size parameter to symbols_get_description; this updates the (possibly unused?) symbols test main to supply it.

This fixes the gen_tone main() enough to build gen_tone.o, though I still get linker issues attempting to build the final binary.

Fixes small bug introduced in b26c5a4d7d4b2fd19160a1ff20cece13b2c18b13 Without this, the error message was appended to, and e.g. `device` could end up as "UNKNOWN vendor/modelAFilterX" instead of the expected "AFilterX"