lib:crypto: Fix undefined behavior in md4
authorAndreas Schneider <asn@samba.org>
Thu, 22 Nov 2018 08:22:38 +0000 (09:22 +0100)
committerGary Lockyer <gary@samba.org>
Thu, 22 Nov 2018 21:13:27 +0000 (22:13 +0100)
commitee6497574a0b5a7fcaf8171fea50dd169f468158
tree82a7057db386abe4036fe9c8a013d2dc50058eb7
parent1642dc2fd4c3e89bab127c5c1d0b675d1c5cb6f9
lib:crypto: Fix undefined behavior in md4

runtime error: left shift of 145 by 24 places cannot be represented in type 'int'

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
lib/crypto/md4.c