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
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