r = yxml_parse(&x, *walk++);
switch (r) {
case YXML_EREF:
pkg_emit_error("Unexpected EOF while parsing vulnxml");
goto out;
case YXML_ESTACK: