Re: [patch] Disallow seeking into the negative
On Sun, Jun 04, 2006 at 01:52:51PM -0400, I wrote: > Some time ago Roland committed the following: > > #v+ > 2006-03-05 Roland McGrath <[EMAIL PROTECTED]> > > * io-seek.c (diskfs_S_io_seek): Return EINVAL if file pointer would > become negative. > > [...] > > Here are the equivalen
[patch] Disallow seeking into the negative
Hello! Some time ago Roland committed the following: #v+ 2006-03-05 Roland McGrath <[EMAIL PROTECTED]> * io-seek.c (diskfs_S_io_seek): Return EINVAL if file pointer would become negative. Index: libdiskfs/io-seek.c ==