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)
Mon, Feb 24, 4:44 AM
Unknown Object (File)
Sun, Feb 23, 4:49 AM
Unknown Object (File)
Fri, Feb 21, 11:34 PM
Unknown Object (File)
Fri, Feb 21, 4:19 PM
Unknown Object (File)
Feb 4 2025, 4:49 AM
Unknown Object (File)
Feb 3 2025, 4:51 PM
Unknown Object (File)
Jan 18 2025, 7:00 AM
Unknown Object (File)
Jan 18 2025, 6:43 AM

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.