Skip to content
  • Anushree Prakash B's avatar
    6e5fe9c7
    Bug#29921423 - MEMCPY-PARAM-OVERLAP IN CLI_READ_ROWS · 6e5fe9c7
    Anushree Prakash B authored
    DESCRIPTION
    ===========
    There is a memcpy-param-overlap (likely leading to a multi
    byte write heap buffer overflow) in function cli_read_rows
    called by mysql_store_result.
    
    FIX
    ===
    Added appropriate boundary checks while reading the packets,
    and if an invalid packet data is detected, an error is
    returned.
    
    RB: 24485
    6e5fe9c7
    Bug#29921423 - MEMCPY-PARAM-OVERLAP IN CLI_READ_ROWS
    Anushree Prakash B authored
    DESCRIPTION
    ===========
    There is a memcpy-param-overlap (likely leading to a multi
    byte write heap buffer overflow) in function cli_read_rows
    called by mysql_store_result.
    
    FIX
    ===
    Added appropriate boundary checks while reading the packets,
    and if an invalid packet data is detected, an error is
    returned.
    
    RB: 24485
Loading