Re: Behavior of lseek() on a fd opened with 'RDONLY' flag, when seeking goes beyond file size.

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: palani saravanan
Date: Monday, June 23, 2008 - 1:38 am

Thanks David for clarification !

I ran this program in the kernel version, 'Linux 2.6.9-42.7.ELsmp'.
However, In a recent kernel version,  'Linux 2.6.24-19 ', the error EINVAL is returned as you mentioned.

Thanks,
Saravanan
----- Original Message ----
From: David Newall <davidn@davidnewall.com>
To: palani saravanan <busybeesaravanan0072003@yahoo.co.in>
Cc: linux-kernel@vger.kernel.org
Sent: Sunday, 22 June, 2008 7:36:12 AM
Subject: Re: Behavior of lseek() on a fd opened with 'RDONLY' flag, when seeking goes beyond file size.

palani saravanan wrote:

No, lseek does not permit negative file offsets, and should return
EINVAL in your example.  You may have discovered a bug.  For reference,
on my system lseek returns -1 and sets errno to EINVAL, as it should.

If you're running a recent kernel it might be worth looking closer into
this; for older kernels it's probably not worth the effort.



      Save all your chat conversations. Find them online at http://in.messenger.yahoo.com/webmessengerpromo.php
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: Behavior of lseek() on a fd opened with 'RDONLY' flag, ..., palani saravanan, (Mon Jun 23, 1:38 am)