svn commit: r320277 - head/usr.bin/mkuzip

Glen Barber gjb at FreeBSD.org
Fri Jun 23 23:51:43 UTC 2017


On Fri, Jun 23, 2017 at 03:54:35PM -0700, Conrad Meyer wrote:
> > @@ -58,12 +59,15 @@ mkuz_get_insize(struct mkuz_cfg *cfp)
> >                 ffd = open(statfsbuf.f_mntfromname, O_RDONLY);
> >                 if (ffd < 0) {
> >                         warn("open(%s, O_RDONLY)", statfsbuf.f_mntfromname);
> > +                       close(ffd);
> 
> This one is wrong for obvious reasons.
> 

It isn't obvious to me.  :)

Glen

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-head/attachments/20170623/3b280a8e/attachment.sig>


More information about the svn-src-head mailing list