Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hv: vtd: fix potential buffer overflow in suspend/resume #1253

Merged
merged 1 commit into from
Sep 18, 2018

Commits on Sep 17, 2018

  1. hv: vtd: fix potential buffer overflow in suspend/resume

    In current code of suspend_iommu/resume_iommu, there is potential buffer overflow
    according to the code.
    This patch put the buffer to struct dmar_drhd_rt, so that no need to access the buffer
    via index.
    
    Signed-off-by: Binbin Wu <binbin.wu@intel.com>
    Tracked-On: projectacrn#1252
    Acked-by: Eddie Dong <eddie.dong@intel.com>
    binbinwu1 committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    d674736 View commit details
    Browse the repository at this point in the history