This is a discussion on Re: more re: nfs openbsd setattr bug within the mailing.openbsd.tech forums, part of the OpenBSD category; --> > I can confirm your diff fixes things for me. I'm woried about one > thing though: what if ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| > I can confirm your diff fixes things for me. I'm woried about one > thing though: what if the client does atime TOSERVER mtime TOCLIENT? > That should not be allowed. > > So here's a revised diff that catches that. Yep, I'd agree. It seems absurd that a client would do this, but I suppose the server should be paranoid and protect against it. Your diff looks fine to me. rick |