Page MenuHomeFreeBSD

minidump: Use provided msgbuf pointer
ClosedPublic

Authored by mhorne on Sep 16 2021, 6:40 PM.
Tags
None
Referenced Files
F133757695: D31991.id.diff
Tue, Oct 28, 4:30 AM
Unknown Object (File)
Sun, Oct 26, 3:41 AM
Unknown Object (File)
Sat, Oct 25, 4:45 AM
Unknown Object (File)
Fri, Oct 17, 2:30 PM
Unknown Object (File)
Mon, Oct 13, 2:33 AM
Unknown Object (File)
Thu, Oct 9, 3:23 AM
Unknown Object (File)
Wed, Oct 8, 8:36 PM
Unknown Object (File)
Mon, Sep 29, 2:18 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.