-
Aditya A authored
Post push fix to fix the UBSAN error which was coming because zmemcpy was being called with source as NULL and length to copy as zero. Fix is to avoid calling zmemcpy (which is mapped to memcpy) if length to copy is zero
Aditya A authoredPost push fix to fix the UBSAN error which was coming because zmemcpy was being called with source as NULL and length to copy as zero. Fix is to avoid calling zmemcpy (which is mapped to memcpy) if length to copy is zero
Loading