diff options
| author | Cliff Wickman <[email protected]> | 2008-06-23 08:32:25 -0500 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2008-07-08 12:23:31 +0200 |
| commit | e7eb8726d0e144f0925972c4ecee945e91a42753 (patch) | |
| tree | 63dbc5c4ca72cdc2ea2ec11a31ad69e74fc3e3ab /tools/perf/scripts/python | |
| parent | cef53278682eb2604cbd99de64cdb59a8b35235a (diff) | |
x86, SGI UV: uv_ptc_proc_write fix
Someone could write 0 bytes to /proc/sgi_uv/ptc_statistics,
causing
optstr[count - 1] = '\0';
to write to who-knows-where.
(Andi Kleen noticed this need from a patch I sent for
similar code in the ia64 world (sn2_ptc_proc_write()).)
(count less than zero is not possible here, as count is unsigned)
Signed-off-by: Cliff Wickman <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions