Fix memory sanitizer warning: uninitialized read
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).
Showing
Please register or sign in to comment