Page MenuHomeFreeBSD

minidump: Use provided msgbuf pointer
ClosedPublic

Authored by mhorne on Sep 16 2021, 6:40 PM.
Tags
None
Referenced Files
F107778880: D31991.diff
Sat, Jan 18, 3:38 AM
F107705485: D31991.diff
Fri, Jan 17, 4:54 PM
Unknown Object (File)
Sun, Jan 12, 1:20 AM
Unknown Object (File)
Dec 10 2024, 2:11 PM
Unknown Object (File)
Dec 7 2024, 10:55 AM
Unknown Object (File)
Nov 27 2024, 5:19 PM
Unknown Object (File)
Nov 20 2024, 5:53 PM
Unknown Object (File)
Nov 18 2024, 1:56 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.