Re: [PATCH] powerpc/oprofile: fix potential buffer overrun in op_model_cell.c

2010-06-04 Thread Robert Richter
On 01.06.10 15:43:34, Denis Kirjanov wrote: > Fix potential initial_lfsr buffer overrun. > Writing past the end of the buffer could happen when index == ENTRIES > > Signed-off-by: Denis Kirjanov Patch applied to git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile.git urgent Thanks Den

Re: [PATCH] powerpc/oprofile: fix potential buffer overrun in op_model_cell.c

2010-06-02 Thread Carl Love
potential buffer overrun in op_model_cell.c

[PATCH] powerpc/oprofile: fix potential buffer overrun in op_model_cell.c

2010-06-01 Thread Denis Kirjanov
Fix potential initial_lfsr buffer overrun. Writing past the end of the buffer could happen when index == ENTRIES Signed-off-by: Denis Kirjanov --- arch/powerpc/oprofile/op_model_cell.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/powerpc/oprofile/op_model_cell.c