fix(pass_pkgmap): use cbm_strndup for Windows compatibility
strndup is a POSIX/GNU extension not available in mingw clang on Windows. Replace 6 bare strndup() calls with cbm_strndup() and include foundation/compat.h, matching the pattern already used in pass_calls.c.
M
Martin Vogel committed
5f814e469c95eb6dbfe0c6691491e8cada99862f
Parent: bebc6d8