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 v3] ptsname_r: don't leak uninitialized memory (BZ #16917)


On Wed, May 14, 2014 at 11:14:46AM +0200, Andreas Schwab wrote:
> Aurelien Jarno <aurelien@aurel32.net> writes:
> 
> > +  /* Test with a terminal device which is not a PTS master.  */
> > +  fd = open (DEV_TTY, O_RDONLY);
> > +  if (fd != -1)
> > +    {
> > +      do_single_test (0, buf, sizeof (buf), ENOTTY);
> 
> Why do you ignore the return value here?
> 

Because I haven't proofread my patch enough, thanks for spotting this.
I'll send a v4 soon.

-- 
Aurelien Jarno                          GPG: 4096R/1DDD8C9B
aurelien@aurel32.net                 http://www.aurel32.net


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