Page MenuHomeFreeBSD

vmci: fix panic due to freeing unallocated resources
ClosedPublic

Authored by mp on Sep 18 2021, 8:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Dec 17, 3:51 PM
Unknown Object (File)
Nov 23 2024, 6:03 PM
Unknown Object (File)
Nov 15 2024, 4:24 PM
Unknown Object (File)
Nov 15 2024, 2:56 PM
Unknown Object (File)
Oct 31 2024, 3:58 PM
Unknown Object (File)
Oct 28 2024, 9:17 AM
Unknown Object (File)
Oct 23 2024, 3:25 PM
Unknown Object (File)
Oct 23 2024, 1:01 PM
Subscribers

Details

Summary

An error mapping PCI resources results in a panic due to unallocated
resources being freed up. This change puts the appropriate checks in
place to prevent the panic.

PR: 252445
Reported by: Marek Zarychta <zarychtam@plan-b.pwste.edu.pl>
Tested by: marcus
MFC after: 1 week
Sponsored by: VMware

Test Plan

Along with user testing, also simulated error by inserting a ENXIO
return in vmci_map_bars().

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable