commit | a285412479b6d5af3e48273a92ec2f1987df8cd1 | [log] [tgz] |
---|---|---|
author | Frederic Weisbecker <fweisbec@gmail.com> | Sat May 21 19:33:04 2011 +0200 |
committer | Frederic Weisbecker <fweisbec@gmail.com> | Sun May 22 03:38:36 2011 +0200 |
tree | 29f68684cebb26b86c3dd0b0f0fc4e5d6553c989 | |
parent | 74429964d8e29c0107fa6e9cdf35b8f33f57405d [diff] |
perf tools: Pre-check sample size before parsing Check that the total size of the sample fields having a fixed size do not exceed the one of the whole event. This robustifies the sample parsing. Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com> Cc: Ingo Molnar <mingo@elte.hu> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: Stephane Eranian <eranian@google.com>