Re: [PATCH 1/4] befs: check allocation_group number before use

2016-08-12 Thread Salah Triki
On Fri, Aug 12, 2016 at 10:38:58AM +0100, Luis de Bethencourt wrote: > On 12/08/16 08:26, Salah Triki wrote: > > On Thu, Aug 11, 2016 at 11:56:16AM +0100, Luis de Bethencourt wrote: > >> On 10/08/16 23:12, Salah Triki wrote: > >>> Check that the allocation group number is not greater or equal to th

Re: [PATCH 1/4] befs: check allocation_group number before use

2016-08-12 Thread Luis de Bethencourt
On 12/08/16 08:26, Salah Triki wrote: > On Thu, Aug 11, 2016 at 11:56:16AM +0100, Luis de Bethencourt wrote: >> On 10/08/16 23:12, Salah Triki wrote: >>> Check that the allocation group number is not greater or equal to the >>> number of allocations group in the file system and return BEF_ERR in th

Re: [PATCH 1/4] befs: check allocation_group number before use

2016-08-12 Thread Salah Triki
On Thu, Aug 11, 2016 at 11:56:16AM +0100, Luis de Bethencourt wrote: > On 10/08/16 23:12, Salah Triki wrote: > > Check that the allocation group number is not greater or equal to the > > number of allocations group in the file system and return BEF_ERR in the > > case of error. > > > > Signed-off-

Re: [PATCH 1/4] befs: check allocation_group number before use

2016-08-11 Thread Luis de Bethencourt
On 10/08/16 23:12, Salah Triki wrote: > Check that the allocation group number is not greater or equal to the > number of allocations group in the file system and return BEF_ERR in the > case of error. > > Signed-off-by: Salah Triki > --- > fs/befs/befs.h | 5 + > 1 file changed, 5 insertion

[PATCH 1/4] befs: check allocation_group number before use

2016-08-10 Thread Salah Triki
Check that the allocation group number is not greater or equal to the number of allocations group in the file system and return BEF_ERR in the case of error. Signed-off-by: Salah Triki --- fs/befs/befs.h | 5 + 1 file changed, 5 insertions(+) diff --git a/fs/befs/befs.h b/fs/befs/befs.h ind