LogConfiguration::configure_stdout uses the LogTagLevelExpression class to programmatically set up a tag and level expression to configure. It doesn't explicitly call clear() on the expression before filling it in, causing it to have uninitialized data (the allow_other_tags will be uninitialized).