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)
Tue, Apr 16, 2:17 PM
Unknown Object (File)
Thu, Apr 11, 6:58 PM
Unknown Object (File)
Thu, Mar 21, 11:27 PM
Unknown Object (File)
Feb 10 2024, 5:39 AM
Unknown Object (File)
Jan 8 2024, 12:56 AM
Unknown Object (File)
Dec 23 2023, 3:43 PM
Unknown Object (File)
Dec 20 2023, 8:03 AM
Unknown Object (File)
Dec 12 2023, 11: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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

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

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.