]> git.ipfire.org Git - thirdparty/samba.git/commit
lib:crypto: Remove redundant array zeroing
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Thu, 30 Nov 2023 03:20:02 +0000 (16:20 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 8 Dec 2023 02:28:33 +0000 (02:28 +0000)
commit7658c9bf0a9c99e3f200571d6307334a851d0d06
tree1a2ae1ed06286e00dfc2d9818723e2efbde73cde
parentaf2b5f46b9a363a0b24c490eb0f07452cd3117af
lib:crypto: Remove redundant array zeroing

The call to memset_s() was supposed to replace the use of
ZERO_ARRAY_LEN(), but somehow both lines have crept in.

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/crypto/gnutls_sp800_108.c