• Robert Schmidt's avatar
    Fix memory sanitizer warning: uninitialized read · c114d2f5
    Robert Schmidt authored
    Memsan complains that uninitialized reads originate because of these
    warnings. Most of the corresponding variables are actually read into
    through by libconfig; nevertheless, initializing them should not have a
    bad side-effect (because the initialized value is overwritten).
    c114d2f5
config_libconfig.c 23.1 KB