[MXS-4908] Undefined behavior with module commands that take no arguments Created: 2023-12-20 Updated: 2023-12-21 Resolved: 2023-12-21 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | REST-API |
| Affects Version/s: | 6.4.13, 22.08.11 |
| Fix Version/s: | 6.4.14, 22.08.12 |
| Type: | Bug | Priority: | Minor |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Calling a module command without arguments that expects arguments results in undefined behavior. The same undefined behavior also happens for any module command that does not require any arguments. |
| Comments |
| Comment by markus makela [ 2023-12-21 ] |
|
Turns out this only affects 6.4 and 22.08. |