Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update for unix-based cross compiling e.g. w musl (#200)
* minor cleanup for code scan * clang-format app/select.c,select-pull.c * change .clang-format to explicitly set PointerAlignment to Right * Use clang-format-15 * Create symlink of clang-format-15 * Cleanup of format script * Add missing declaration * Fix "Invalid column index" issue * Add some CodeQL fixes * Apply code scanning fix for potential use after free Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * Add missing brace * further minor updates to silence compiler warnings and revert malloc to calloc * minor format change due to differences in CI clang-format vs mac clang-format 18.1.8 * app/Makefile update for unix-based cross-compilers e.g. musl and to add memmem to zsvutil lib --------- Co-authored-by: Azeem Sajid <[email protected]> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
- Loading branch information