You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A double free occurs in the ToPA allocation functionality if requested buffer is not multiple of PAGE_SIZE. This needs some robustness checks on the kernel side to either automatically round the buffer allocation request or to safely return error.
A double free occurs in the ToPA allocation functionality if requested buffer is not multiple of PAGE_SIZE. This needs some robustness checks on the kernel side to either automatically round the buffer allocation request or to safely return error.