Page MenuHomeFreeBSD

malloc: Allow falling back to legacy magic number on platforms which require it
AbandonedPublic

Authored by nc on Nov 8 2020, 5:39 AM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 18 2024, 1:16 PM
Unknown Object (File)
Jan 5 2024, 5:42 PM
Unknown Object (File)
Sep 28 2023, 10:22 PM
Subscribers

Details

Reviewers
mjg
markj
Summary

malloc: Fix kernel panic introduced by r367432 on certain platforms (e.g. AMD Ryzen) which erroneously report the legacy magic number as the version.

Submitted by: Neel Chauhan <neel AT neelc DOT org>
Tested on: HP Omen Obelisk 875-0142

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

nc requested review of this revision.EditedNov 8 2020, 5:39 AM

Panic screenshot (which this bug fixes): https://imgur.com/a/3dVHlwy

This might have been an issue with the VirtualBox kernel module. Closing.