Re: svn commit: r239071 - head/usr.bin/make

2012-08-05 Thread Steve Kargl
On Sun, Aug 05, 2012 at 03:55:37PM +, Dimitry Andric wrote: > Author: dim > Date: Sun Aug 5 15:55:36 2012 > New Revision: 239071 > URL: http://svn.freebsd.org/changeset/base/239071 > > Log: > In usr.bin/make/var.c, function ParseModifier(), initialize the 'error' > variable to NULL, to av

svn commit: r239071 - head/usr.bin/make

2012-08-05 Thread Dimitry Andric
Author: dim Date: Sun Aug 5 15:55:36 2012 New Revision: 239071 URL: http://svn.freebsd.org/changeset/base/239071 Log: In usr.bin/make/var.c, function ParseModifier(), initialize the 'error' variable to NULL, to avoid using it uninitialized in certain cases. This fixes the following clang