[MDEV-21177] log_event_client.cc:1167:14 warning: 'swap_buff2' may be used uninitialized Created: 2019-11-29 Updated: 2023-04-27 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Replication |
| Affects Version/s: | 10.5 |
| Fix Version/s: | 10.4, 10.5 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Andrei Elkin | Assignee: | Brandon Nesterenko |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
/mariadb/10.5/sql/log_event_client.cc:1167:14: warning: 'swap_buff2' may be used uninitialized in this function [-Wmaybe-uninitialized] The piece of code according to marko looks like was added in d75d8631ed2d (10.2.4) originally. |