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, Jul 1, 9:33 AM
Unknown Object (File)
May 31 2024, 7:15 AM
Unknown Object (File)
Apr 29 2024, 8:36 PM
Unknown Object (File)
Apr 24 2024, 11:24 AM
Unknown Object (File)
Apr 20 2024, 1:28 AM
Unknown Object (File)
Apr 19 2024, 2:22 AM
Unknown Object (File)
Apr 16 2024, 2:17 PM
Unknown Object (File)
Apr 11 2024, 6:58 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
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.