[LTP] [PATCH v2] Add a regression test for cve-2017-15649

Petr Vorel pvorel@suse.cz
Wed Jan 29 17:22:29 CET 2020


Hi,

> +static struct tst_test test = {
> +	.test_all = run,
> +	.setup = setup,
> +	.cleanup = cleanup,
> +	.needs_kconfigs = kconfigs,
> +	.caps = caps

Also adding tags would be nice (at least CVE + consider adding 008ba2a13f2d:

    .tags = (const struct tst_tag[]) {
        {"CVE", "2017-15649"},
        {"linux-git", "008ba2a13f2d"},
        {}
    }
> +};

Kind regards,
Petr


More information about the ltp mailing list