Date: Fri, 8 Mar 2002 00:46:04 +1100 (EST) From: Bruce Evans <bde@zeta.org.au> To: "David O'Brien" <obrien@FreeBSD.org> Cc: Mark Murray <mark@grondar.za>, <cvs-committers@FreeBSD.org>, <cvs-all@FreeBSD.org> Subject: Re: cvs commit: src/bin/dd args.c dd.c dd.h Message-ID: <20020308003540.R903-100000@gamplex.bde.org> In-Reply-To: <20020307034040.B64158@dragon.nuxi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 7 Mar 2002, David O'Brien wrote: > On Thu, Mar 07, 2002 at 11:30:47AM +0000, Mark Murray wrote: > > > Why was this needed? > > > > > > -u_int ddflags; /* conversion options */ > > > +u_int ddflags = 0; /* conversion options */ > > > > "Uninitialised" or "Potentially uninitialised". > > What tool thought ddflags was uninitialised? An apparently broken one. Rev.1.35 of dd.c has a more serious regression. It backs out rev.1.31, thus breaking systems with unpolluted <sys/stat.h>'s. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020308003540.R903-100000>