Hi, Jeff Hostetler wrote: > Initialize opts structure in repo_read_config(). Good find. I wonder if there are some flags we can turn on with DEVELOPER=1 to prevent this kind of issue going undetected in the future (or maybe this means we need to get the valgrind or ASan testing modes to be fast enough for people to consistently run them). [...] > config.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Jonathan Nieder <jrnieder@xxxxxxxxx> Thanks.