-
Notifications
You must be signed in to change notification settings - Fork 596
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
limit the field width of 'scanf' #2123
Conversation
We might also need to fix
|
Copy that, I'll fix these ASAP. |
From code perspective your patches look good to me. But we need some more changes:
The above fields should be the same. You would probably need to learn some more about git --amend, --author, interactive rebase and force push to acomplish it. |
83ab342
to
f703579
Compare
I think I've fixed the DCO error, is everything alright now? :) |
Seems that the change in parse_mountinfo_ent introduced this asan error:
|
My bad, I will check it |
Fixes: checkpoint-restore#2121 Signed-off-by: Pengda Yang <[email protected]>
@Snorch Did I fix the bug? sorry I am not familiar with the test process |
There are linter errors, but patch looks better (cleaner) for me without fixing them. Let's see what others would say. |
Codecov ReportPatch coverage:
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## criu-dev #2123 +/- ##
============================================
- Coverage 70.94% 70.33% -0.61%
============================================
Files 133 131 -2
Lines 32646 33853 +1207
============================================
+ Hits 23160 23812 +652
- Misses 9486 10041 +555
... and 26 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
On Sun, Apr 2, 2023 at 7:02 PM Aritra Mallick ***@***.***> wrote:
***@***.**** approved this pull request.
—
Reply to this email directly, view it on GitHub
<#2123 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAS4DEQ6YPF76NWYAF6TR23W7IVURANCNFSM6AAAAAAV2EWPQU>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
Alex Wang,
Open vSwitch developer
|
It is decided to take this patch as is with "magic numbers" for now but delay it to next release of master. Let's reconsider "magic numbers" problem when we would be preparing next release. |
@Snorch should we create a GitHub issue to keep track and do you have any suggestions on how to address this problem? |
Fixes: #2121
limit the field width of 'scanf'