diff options
author | marcel <marcel@FreeBSD.org> | 2001-09-26 05:39:59 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2001-09-26 05:39:59 +0000 |
commit | 5d88a24f8b514d22f631be64b067e9e1f33cd8fb (patch) | |
tree | 049c3f612250d4e89d104fee3925a1878a2e7262 /lib/libc/string/strcasecmp.c | |
parent | 6dd5e71c087c216fc2c384ce29c0501899cbaf05 (diff) | |
download | FreeBSD-src-5d88a24f8b514d22f631be64b067e9e1f33cd8fb.zip FreeBSD-src-5d88a24f8b514d22f631be64b067e9e1f33cd8fb.tar.gz |
The arg parameter is passed by value in Linux, but not in FreeBSD.
We still have to account for a copyin. Make sure the copyin will
succeed by passing the FreeBSD syscall a pointer to userspace,
albeit one that's automagically mapped into kernel space.
Reported by: mr, Mitsuru IWASAKI <iwasaki@jp.FreeBSD.org>
Tested by: Mitsuru IWASAKI <iwasaki@jp.FreeBSD.org>
Diffstat (limited to 'lib/libc/string/strcasecmp.c')
0 files changed, 0 insertions, 0 deletions