Summary: | epoll_ctl reports for uninitialized padding | ||
---|---|---|---|
Product: | [Developer tools] valgrind | Reporter: | Simon Richter <Simon.Richter> |
Component: | memcheck | Assignee: | Julian Seward <jseward> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | mark, zbyszek |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Simon Richter
2019-12-27 20:03:33 UTC
Do you have a syscall wrapper patch that fixes this, by any chance? Not yet, I'd need guidance on what would be the desired behaviour for uninitialized padding in the middle of a struct (which is harmless but might leak data if it is blindly copied around). Is there a flag for hiding these warnings, or a separate reporting level? I filed a similar bug which has a bit more information and a potential patch, marking this as a duplicate (sorry I missed it earlier). *** This bug has been marked as a duplicate of bug 422623 *** |