Grahame Bowland wrote:
>
> Hi all,
>
> When implementing a syscall for FreeBSD, how do you ensure that the arguments
> you have been passed are sane? I'm interested in the following syscall:
> int setattr(char *file, struct stat *st, unsigned bitmap);
>
> As far as I can see from reading sim
Hi all,
When implementing a syscall for FreeBSD, how do you ensure that the arguments
you have been passed are sane? I'm interested in the following syscall:
int setattr(char *file, struct stat *st, unsigned bitmap);
As far as I can see from reading similar functions, such as fhstatfs, the
2 matches
Mail list logo