[LTP] [PATCH 01/10] syscalls/pty06: Add CVE reference
Martin Doucha
mdoucha@suse.cz
Tue Aug 30 15:49:58 CEST 2022
Signed-off-by: Martin Doucha <mdoucha@suse.cz>
---
testcases/kernel/pty/pty06.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/testcases/kernel/pty/pty06.c b/testcases/kernel/pty/pty06.c
index 7e0f4233c..cc95eb1a8 100644
--- a/testcases/kernel/pty/pty06.c
+++ b/testcases/kernel/pty/pty06.c
@@ -99,7 +99,8 @@ static struct tst_test test = {
.taint_check = TST_TAINT_W | TST_TAINT_D,
.max_runtime = 150,
.tags = (const struct tst_tag[]) {
- { "linux-git", "ca4463bf8438"},
+ {"CVE", "2020-36557"},
+ {"linux-git", "ca4463bf8438"},
{}
}
};
--
2.37.2
More information about the ltp
mailing list