[MDEV-27075] mysql_upgrade_service.exe : using uninitialized memory defaults_file Created: 2021-11-17 Updated: 2022-01-10 Resolved: 2022-01-10 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Platform Windows, Upgrades |
| Affects Version/s: | 10.2, 10.3, 10.4, 10.5, 10.6, 10.7 |
| Fix Version/s: | 10.2.42, 10.3.33, 10.4.23, 10.5.14, 10.6.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Vladislav Vaintroub | Assignee: | Vladislav Vaintroub |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Description |
|
There is a static analysis warning in IDE "using uninitialized memory" as input variable for GetPrivateProfileString Looks that this section could not ever work, but it is not critical, apparently would only rename some deprecated variable, in my.ini file, if it worked. |