On Fri, 28 Mar 2025 12:26:30 -0700, Nathan Chancellor wrote:
A recent LLVM change [1] introduces a call to wcslen() in fs/smb/client/smb2pdu.c through UniStrcat() via alloc_path_with_tree_prefix(). Similar to the bcmp() and stpcpy() additions that happened in 5f074f3e192f and 1e1b6d63d634, add wcslen() to fix the linkage failure.
[...]
Applied to for-next/hardening, thanks!
[1/2] include: Move typedefs in nls.h to their own header https://git.kernel.org/kees/c/21592017d384 [2/2] lib/string.c: Add wcslen() https://git.kernel.org/kees/c/61df817d1d1b
Take care,