This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix readdir_r with long file names


On Thu, May 16, 2013 at 04:31:36PM +0530, Siddhesh Poyarekar wrote:
> > +	      dirp->errcode = ENAMETOOLONG;
> > +	      dp->d_ino = 0;
> 
> Why do you need to set d_ino?  Doesn't seem like it is needed.
> 

Ugh, please ignore this - I don't know what I was thinking when I
wrote that.

Siddhesh


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]