於 2021年4月20日 週二 下午9:38寫道:
>
> From: Guo Ren
>
> $ grep strlen_user * -r
> arch/csky/include/asm/uaccess.h:#define strlen_user(str) strnlen_user(str,
> 32767)
> arch/csky/lib/usercopy.c: * strlen_user: - Get the size of a string in user
> space.
> arch/ia64/lib/strlen.S: // Please note that in t
Can you also clean up the reference to strlen_user in the comments
in the ia64 and mips code, please?
From: Guo Ren
$ grep strlen_user * -r
arch/csky/include/asm/uaccess.h:#define strlen_user(str) strnlen_user(str,
32767)
arch/csky/lib/usercopy.c: * strlen_user: - Get the size of a string in user
space.
arch/ia64/lib/strlen.S: // Please note that in the case of strlen() as opposed
to strlen_us
3 matches
Mail list logo