bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 17/17] add mtab prototype


From: Neal H. Walfield
Subject: Re: [PATCH 17/17] add mtab prototype
Date: Mon, 22 Jul 2013 17:23:39 +0200
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/23.2 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

At Fri, 19 Jul 2013 17:25:19 +0200,
Justus Winter wrote:
> +static char *path = NULL;
> +static int insecure = 0;

Don't explicitly initialize static variables to 0 or NULL.  This takes
up unnecessary space in the executable and prevents using zero-filled
memory.

Neal




reply via email to

[Prev in Thread] Current Thread [Next in Thread]