Page MenuHomeFreeBSD

minidump: Use provided msgbuf pointer
ClosedPublic

Authored by mhorne on Sep 16 2021, 6:40 PM.
Tags
None
Referenced Files
F152072160: D31991.id95262.diff
Sun, Apr 12, 1:01 PM
Unknown Object (File)
Sun, Apr 5, 11:43 PM
Unknown Object (File)
Sun, Apr 5, 12:06 AM
Unknown Object (File)
Fri, Apr 3, 5:04 PM
Unknown Object (File)
Fri, Apr 3, 3:19 AM
Unknown Object (File)
Fri, Apr 3, 1:07 AM
Unknown Object (File)
Sun, Mar 29, 11:38 AM
Unknown Object (File)
Sat, Mar 28, 10:04 PM

Details

Summary

Don't assume we are dumping the global message buffer, but use the one
provided by the minidumpstate argument.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 41549
Build 38438: arc lint + arc unit

Event Timeline

markj added inline comments.
sys/amd64/amd64/minidump_machdep.c
305

While here, the casts to (char *) can be dropped.

This revision is now accepted and ready to land.Sep 16 2021, 6:56 PM
This revision was automatically updated to reflect the committed changes.