Changes between Initial Version and Version 1 of Ticket #21862, comment 4
- Timestamp:
- Oct 3, 2023 12:38:14 PM (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21862, comment 4
initial v1 4 4 > The two structures mentioned in your reports are clearly of this type, so IMHO you can regard the warnings as a red herring. 5 5 6 I believe you are mis using the term 'red herring', as the issue here is the memcpy() warning(s) themselves.6 I believe you are mistakenly using the term 'red herring', as the issue here is the memcpy() warning(s) themselves. 7 7 8 8 If the kernel is generating a WARNING and stacktrace, there's a good chance Virtualbox code is doing something it shouldn't. The smaller, unlikely possibility would be that there's a bug in memcopy() triggering these warnings as false-positives.