[MXS-1456] OOM when script variable is empty Created: 2017-09-27 Updated: 2017-09-27 Resolved: 2017-09-27 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | 2.1.9 |
| Fix Version/s: | 2.1.10 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
If a monitor script variable expands to an empty string, any following attempts to match it will fail with an out-of-memory error and will cause MaxScale to crash. The solution is to ignore empty arguments for monitor scripts. |