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: [COMMITTED] Re: bug in times.c


On Thu, Mar 14, 2013 at 01:17:42AM +0100, Petr Baudis wrote:
> > > On 11 March 2013 16:53, Petr Baudis <pasky@ucw.cz> wrote:
> > >> -      /* If we come here the memory is valid and the kernel did not
> > >> +      /* If we come here the memory is valid (or BUF is NULL, which is
> > >> +       * a valid condition for the kernel syscall) and the kernel did not
> > >>          return an EFAULT error.  Return the value given by the kernel.  */
> > > 

I had missed the stray * above during review, so I fixed it and
committed it as an obvious change.

Siddhesh


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