test_memmove_s: adjust to broken msvcrt sec_api
memmove_s on windows does not clear dest with ERANGE when count > dmax and EINVAL when + src is a NULL pointer.
parent
5aa405ac
Please register or sign in to comment
memmove_s on windows does not clear dest with ERANGE when count > dmax and EINVAL when + src is a NULL pointer.