Files
MaxScale/server/modules/protocol/MySQL/mariadbclient
Markus Mäkelä a50e8e9ce6 MXS-2024: Prevent stack overflow
If a large packet is received, the stack would overflow when the username
size was determined from the packet size. The code must not assume
anything about the size of the packet being read.
2018-08-27 20:35:09 +03:00
..