Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.2.9
-
Fix Version/s: 2.2.10
-
Component/s: mariadbclient
-
Labels:None
Description
The following debug assertion in the is_large_query function fails in 2.2.
ss_dassert(MYSQL_GET_PAYLOAD_LEN(GWBUF_DATA(buf)) == buflen - MYSQL_HEADER_LEN);
|
The number of bytes in the buffer is larger than the packet size which means that more than one packet was routed.