Files
MaxScale/server/modules/routing
Johan Wikman db0e2e881f Double free prevented.
routeQuery calls route_single_stmt, which requires the GWBUF to be
contiguous. Earlier it was made contiguous (if needed) in
route_single_stmt. However, since the process of making a GWBUF
contiguous causes the original buffer to be freed, this would lead
to a double free later in routeQuery that frees the passed buffer.

This is prevented now by making the buffer contiguous before calling
route_single_stmt.
2015-09-29 10:57:45 +03:00
..
2015-09-23 14:05:02 +02:00
2015-09-29 10:57:45 +03:00
2015-09-05 15:52:13 +03:00
2015-09-05 15:52:13 +03:00
2015-07-14 17:13:09 +03:00