Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b80e183d authored by J. Bruce Fields - unquoted's avatar J. Bruce Fields - unquoted Committed by Trond Myklebust
Browse files

spkm3: remove bad kfree, unnecessary export



We're kfree()'ing something that was allocated on the stack!

Also remove an unnecessary symbol export while we're at it.

Signed-off-by: default avatarJ. Bruce Fields <bfields@citi.umich.edu>
Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent f32824d8
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -123,9 +123,6 @@ spkm3_make_token(struct spkm3_ctx *ctx,

	return  GSS_S_COMPLETE;
out_err:
	if (md5cksum.data)
		kfree(md5cksum.data);

	token->data = NULL;
	token->len = 0;
	return GSS_S_FAILURE;
@@ -184,5 +181,3 @@ out:

	return err ? GSS_S_FAILURE : 0;
}

EXPORT_SYMBOL(make_spkm3_checksum);