[MXS-428] Maxscale crashes at startup. Created: 2015-10-26 Updated: 2015-10-26 Resolved: 2015-10-26 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | binlogrouter |
| Affects Version/s: | None |
| Fix Version/s: | 1.3.0 |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Johan Wikman | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
At startup maxscale crashes almost immediately. |
| Comments |
| Comment by Johan Wikman [ 2015-10-26 ] |
|
In binlog the sprintf format string "0x02x" was used when printing characters, which caused a buffer overflow (apparently only in some environments). The correct format string is "0x02hhx". Fixed in commit: eeefd7362387076f29f1c0209c6a58839c781f92 |