Re: [PATCH v3 00/14] lib/mpi: bug fixes and cleanup

2016-04-05 Thread Nicolai Stange
Herbert Xu writes: > On Tue, Mar 22, 2016 at 01:12:34PM +0100, Nicolai Stange wrote: >> Former v2 can be found here: >> >> >> http://lkml.kernel.org/g/1458566775-5239-1-git-send-email-nicsta...@gmail.com >> >> >> This v3 series incorporates a fix to the pointer arithmetic issue in v2's >> [

Re: [PATCH v3 00/14] lib/mpi: bug fixes and cleanup

2016-04-05 Thread Herbert Xu
On Tue, Mar 22, 2016 at 01:12:34PM +0100, Nicolai Stange wrote: > Former v2 can be found here: > > > http://lkml.kernel.org/g/1458566775-5239-1-git-send-email-nicsta...@gmail.com > > > This v3 series incorporates a fix to the pointer arithmetic issue in v2's > [8/14] ("lib/mpi: mpi_read_buffe

[PATCH v3 00/14] lib/mpi: bug fixes and cleanup

2016-03-22 Thread Nicolai Stange
Former v2 can be found here: http://lkml.kernel.org/g/1458566775-5239-1-git-send-email-nicsta...@gmail.com This v3 series incorporates a fix to the pointer arithmetic issue in v2's [8/14] ("lib/mpi: mpi_read_buffer(): fix buffer overflow") spotted by Tadeusz Struk. The rest, that is [1-7,9-14