Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use compat implementations of strlcpy and strlcat
strlcpy and strlcat Emscripten implementations cause ASAN errors. This commit disables strlcpy and strlcat detection and uses the compat implementations instead.
- Loading branch information