Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> writes: > Fix numerous and mostly long-standing segfaults in consumers of > the *_config_*value_multi() API. As discussed in the preceding commit > an empty key in the config syntax yields a "NULL" string, which these > users would give to strcmp() (or similar), resulting in segfaults. Sounds like a good idea. I would have called them _nonbool(), not _string(), especially because we are not going to have other variants like _int(), though.