Reported by: andrew
Details
Details
- Reviewers
markj andrew corvink - Group Reviewers
bhyve - Commits
- rGc44d097dcf92: vmm: Free vCPUs when destroying them.
rGaf3b48e10198: vmm: Free vCPUs when destroying them.
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Should we set vm->vcpu[i] to NULL after calling vcpu_cleanup to avoid any use-after-free?