Page MenuHomeFreeBSD

minidump: Use provided msgbuf pointer
ClosedPublic

Authored by mhorne on Sep 16 2021, 6:40 PM.
Tags
None
Referenced Files
F115008122: D31991.diff
Sat, Apr 19, 1:31 PM
Unknown Object (File)
Fri, Apr 18, 8:59 PM
Unknown Object (File)
Fri, Apr 18, 8:47 PM
Unknown Object (File)
Wed, Apr 16, 7:46 PM
Unknown Object (File)
Sun, Apr 6, 1:09 AM
Unknown Object (File)
Sat, Mar 29, 11:46 PM
Unknown Object (File)
Mar 10 2025, 6:33 AM
Unknown Object (File)
Mar 10 2025, 5: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
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.