]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commit
Fix an overflow on 32bits windows balloon driver.
authorVMware, Inc <>
Fri, 12 Apr 2013 19:42:02 +0000 (12:42 -0700)
committerDmitry Torokhov <dtor@vmware.com>
Wed, 17 Apr 2013 19:16:51 +0000 (12:16 -0700)
commit8a03d067cd508ea94fbcacf2def0e06fa0cc5d08
treeccdd129ed9c11c86d0722239e49388cfed4669ce
parenta4fc71ba12def509c756771b6692ca40b7084784
Fix an overflow on 32bits windows balloon driver.

On 32bits windows with PAE, the PPN_2_PA macro could overflow
since a PPN is represented by a 32bits integer. This could lead
to memory corruption since the ballooned page would be truncated
ones.

Signed-off-by: Dmitry Torokhov <dtor@vmware.com>
open-vm-tools/modules/shared/vmmemctl/balloonInt.h