-
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
Anushree Prakash B authoredDESCRIPTION =========== 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