[MXS-2470] gwbuf_clone does not update the pointer 'tail' of GWBUF object Created: 2019-05-07 Updated: 2019-05-17 Resolved: 2019-05-17 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | 2.3.6 |
| Fix Version/s: | 2.3.7 |
| Type: | Bug | Priority: | Major |
| Reporter: | Wu Xiang | Assignee: | Johan Wikman |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | MXS-SPRINT-82 |
| Description |
|
server/core/buffer.cc Maybe we should add a line 'rval->tail = clonebuf;' after the line 'clonebuf = clonebuf->next;'? |