SIGN IN SIGN UP

lib_cxng: avoid NULL memcpy in cx_sha256_update on empty input

Found by SDK fuzzing (UBSan): skip the copy when len == 0 so a NULL data
pointer is never passed to memcpy.
A
Aymeric Robert committed
d96f498f2c718026eeac00054988c1b3b2283985
Parent: fae7a97