sysown / proxysql

High-performance MySQL proxy with a GPL license.
http://www.proxysql.com
GNU General Public License v3.0
6.05k stars 983 forks source link

Fix Overflow in mysql_thread___threshold_resultset_size During Multiplication #4733

Closed rahim-kanji closed 2 weeks ago

rahim-kanji commented 4 weeks ago

Implemented overflow-safe multiplication for the mysql_thread___threshold_resultset_size variable to ensure that calculations involving the variable do not exceed maximum limits.

Fixes #4707