-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Coverity scan fixes #60311
Coverity scan fixes #60311
Conversation
🪟 Windows buildsDownload Windows builds of this PR for testing. 🪟 Windows Qt6 buildsDownload Windows Qt6 builds of this PR for testing. |
The backport to
stderr
stdout
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release-3_40 release-3_40
# Navigate to the new working tree
cd .worktrees/backport-release-3_40
# Create a new branch
git switch --create backport-60311-to-release-3_40
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick 408fe8e6312aa565c4ff6b2ffafc24dcc0f78a8e,1192f8785b075d3825ff0b47ec84b58fb508c7db,ac08627bfed1d189ba160d9ccc77d16858c6ec68,203a253f0e37d6d3454ec6898cee034525a33bc6,9b20edd3383839116b50b0e18b2bc2b922ea1d6c
# Push it to GitHub
git push --set-upstream origin backport-60311-to-release-3_40
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release-3_40 Then, create a pull request where the |
Misc fixes from latest coverity scan results