structtest { void (*f)(char *); char *s; } quicktests[] = { {copyin, "copyin"}, {copyout, "copyout"}, {copyinstr1, "copyinstr1"}, {copyinstr2, "copyinstr2"}, {copyinstr3, "copyinstr3"}, {rwsbrk, "rwsbrk" }, ... { 0, 0}, }; // See if the kernel refuses to read/write user memory that the // application doesn't have anymore, because it returned it. void rwsbrk() { int fd, n;