From: Jani Nikula Date: Sat, 17 Dec 2016 16:20:26 +0000 (+0200) Subject: cli/config: allocate config using talloc_zero X-Git-Tag: 0.24_rc0~55 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=08b6fd75ab5691e31bc9c3fbcbdfc719f9b5fe62;hp=08b6fd75ab5691e31bc9c3fbcbdfc719f9b5fe62;p=notmuch cli/config: allocate config using talloc_zero Do not initialize each field separately. It's more robust to allocate the config with zero initialization, and only set the non-zero defaults individually. ---