The set of valid pindices in an object of size N is [0, N-1]. I
believe this bug is harmless: we would set psize = 0, causing the
remainder of vm_map_pmap_enter() to do nothing.
Submitted by: Wuyang Chung <wuyang.chung1@gmail.com>
Differential D22678
Fix an off-by-one in vm_map_pmap_enter(). markj on Dec 4 2019, 5:31 PM. Authored by Tags None Referenced Files
Subscribers
Details
The set of valid pindices in an object of size N is [0, N-1]. I Submitted by: Wuyang Chung <wuyang.chung1@gmail.com>
Diff Detail
Event Timeline
|