提交 d0f31f89 编写于 作者: L Lin Ma 提交者: Aleksandr Nogikh

pkg/subsystem: add tls email exception

The current syz-query-subsystems raise below error:
failed to query subsystems: failed to set names: failed to extract a name from kernel-tls-handshake@lists.linux.dev

This patch adds this email to exception list to fix that.
Signed-off-by: NLin Ma <linma@zju.edu.cn>
上级 7086cdb9
......@@ -111,6 +111,7 @@ var (
"industrypack-devel@lists.sourceforge.net": "ipack",
"v9fs-developer@lists.sourceforge.net": "9p",
"cluster-devel@redhat.com": "gfs2",
"kernel-tls-handshake@lists.linux.dev": "tls",
}
stripPrefixes = []string{"linux-"}
stripSuffixes = []string{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册