lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Fri, 15 Jul 2022 17:18:42 +0800
From:   XU pengfei <xupengfei@...china.com>
To:     dhowells@...hat.com, jarkko@...nel.org, jmorris@...ei.org,
        serge@...lyn.com
Cc:     keyrings@...r.kernel.org, linux-security-module@...r.kernel.org,
        linux-kernel@...r.kernel.org, Kernel@...china.com,
        XU pengfei <xupengfei@...china.com>
Subject: [PATCH 1/1] keys/keyrings: Fix typo in string

Remove the repeated ',' from string

Signed-off-by: XU pengfei <xupengfei@...china.com>
---
 security/keys/request_key.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/keys/request_key.c b/security/keys/request_key.c
index 2da4404276f0..190608719f3d 100644
--- a/security/keys/request_key.c
+++ b/security/keys/request_key.c
@@ -375,7 +375,7 @@ static int construct_alloc_key(struct keyring_search_context *ctx,
 	key_ref_t key_ref;
 	int ret;
 
-	kenter("%s,%s,,,",
+	kenter("%s,%s",
 	       ctx->index_key.type->name, ctx->index_key.description);
 
 	*_key = NULL;
-- 
2.18.2

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ