Skip to content
  • Aditya A's avatar
    9af05989
    WL#10551: Upgrade zlib libraries to 1.2.11 in trunk · 9af05989
    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
    9af05989
    WL#10551: Upgrade zlib libraries to 1.2.11 in trunk
    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
Loading