Bin Guo <[email protected]> writes: > There are only three call sites, and strnlen() is available on all > supported platforms (POSIX.1-2008, Windows via UCRT, MinGW). Remove > the hand-rolled wrapper and use the standard function directly. > > While here, align bsd-user/uaccess.c to use size_t for max_len/len, > matching linux-user/uaccess.c and eliminating a signed/unsigned mismatch. > > Also remove the stale qemu_strnlen() entry from docs/devel/style.rst. > > Suggested-by: Philippe Mathieu-Daudé <[email protected]> > Reviewed-by: Philippe Mathieu-Daudé <[email protected]> > Signed-off-by: Bin Guo <[email protected]>
Reviewed-by: Alex Bennée <[email protected]> -- Alex Bennée Virtualisation Tech Lead @ Linaro
