ia64/xen-unstable
annotate .hg-to-bk @ 18673:687601e21055
Update cpufreq statistic protection
For struct pm_px, there are 3 pointer: pxpt, pt, trans_pt.
Partly free pointer 'pt' and 'trans_pt' will result in little memory
leak, and what is more, will result in protection issue when user
access px statistic info through libxc.
Signed-off-by: Liu, Jinsong <jinsong.liu@intel.com>
For struct pm_px, there are 3 pointer: pxpt, pt, trans_pt.
Partly free pointer 'pt' and 'trans_pt' will result in little memory
leak, and what is more, will result in protection issue when user
access px statistic info through libxc.
Signed-off-by: Liu, Jinsong <jinsong.liu@intel.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Tue Oct 21 09:48:56 2008 +0100 (2008-10-21) |
parents | f3123052268f |
children | c6c0f98bf7d3 ba107a7380bc |
rev | line source |
---|---|
kaf24@1446 | 1 #!/bin/sh |
smh22@1 | 2 exit 0 |