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 equivalent changes for the other places where seeking into
> the negative might happen.  Please review.

I put in the following:

libnetfs/
2006-06-15  Thomas Schwinge  <[EMAIL PROTECTED]>

        * io-seek.c (netfs_S_io_seek): Return EINVAL if file pointer would
        become negative.

storeio/
2006-06-15  Thomas Schwinge  <[EMAIL PROTECTED]>

        * open.c (open_seek): Seek into the correct direction for `SEEK_END'.
        Return EINVAL if file pointer would become negative.

trans/
2006-06-15  Thomas Schwinge  <[EMAIL PROTECTED]>

        * hello-mt.c (trivfs_S_io_seek): Seek into the correct direction for
        `SEEK_END'.  Return EINVAL if file pointer would become negative.
        * hello.c (trivfs_S_io_seek): Likewise.


Regards,
 Thomas


_______________________________________________
Bug-hurd mailing list
Bug-hurd@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-hurd

Reply via email to