On Fri, Sep 21, 2018 at 11:13:42AM +0200, Fabiano Fidêncio wrote: > osinfo-db-import takes at least one argument, the path to one archive > file to import, and should just finish in case it's not passed. It seems passing no argument, or passing '-' allows to pass the data on stdin, checking for < 2 would prevent that. Christophe > > Signed-off-by: Fabiano Fidêncio <fidencio@xxxxxxxxxx> > --- > tools/osinfo-db-import.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/osinfo-db-import.c b/tools/osinfo-db-import.c > index f90bef9..320abc9 100644 > --- a/tools/osinfo-db-import.c > +++ b/tools/osinfo-db-import.c > @@ -241,7 +241,7 @@ gint main(gint argc, gchar **argv) > goto error; > } > > - if (argc > 2) { > + if (argc < 2) { > g_printerr(_("%s: expected path to one archive file to import\n"), > argv0); > goto error; > -- > 2.17.1 > > _______________________________________________ > Libosinfo mailing list > Libosinfo@xxxxxxxxxx > https://www.redhat.com/mailman/listinfo/libosinfo
Attachment:
signature.asc
Description: PGP signature
_______________________________________________ Libosinfo mailing list Libosinfo@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libosinfo