leetonidas
Results
3
issues of
leetonidas
Swapping out the current taint engine for a new, more precise and faster one.
enhancement
I crosscompiled to arm64 debian bookworm and came across a linker error: `ld.lld: error: undefined symbol: tputs` some other symbols were missing as well. Adding tinfo as a target link...
required on aarch64 debian bookworm. While libreadline requires e.g. tputs it does not link against libtinfo itself. Fixes #32