]> git.ipfire.org Git - thirdparty/samba.git/commit
lib:crypto: Don’t pass null pointer to memcpy()
authorJennifer Sutton <jennifersutton@catalyst.net.nz>
Mon, 26 May 2025 00:00:16 +0000 (12:00 +1200)
committerDouglas Bagnall <dbagnall@samba.org>
Wed, 27 Aug 2025 03:41:36 +0000 (03:41 +0000)
commit0c92628340ea7b6e22c2a6b61e7dfb91f82879d5
tree64e94daf011d5122c2d2c42a272e8578fbc23a81
parentbef2ef342e973f22e423eef7fc2e01361ee5c17c
lib:crypto: Don’t pass null pointer to memcpy()

This results in undefined behaviour.

Signed-off-by: Jennifer Sutton <jennifersutton@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
lib/crypto/md4.c