Page MenuHomeFreeBSD

minidump: Use provided msgbuf pointer
ClosedPublic

Authored by mhorne on Sep 16 2021, 6:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 27, 1:06 AM
Unknown Object (File)
Apr 27 2026, 2:42 PM
Unknown Object (File)
Apr 27 2026, 1:29 AM
Unknown Object (File)
Apr 26 2026, 4:43 AM
Unknown Object (File)
Apr 26 2026, 12:59 AM
Unknown Object (File)
Apr 25 2026, 3:28 PM
Unknown Object (File)
Apr 21 2026, 6:07 AM
Unknown Object (File)
Apr 20 2026, 8:37 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.