Re: [PATCH] simfs: Fix reads beyond the first block

2021-07-30 Thread Denis Kenzior
Hi Slava, On 7/30/21 10:52 AM, Slava Monich wrote: On 30/07/2021 18.37, Denis Kenzior wrote: Hi Slava, On 7/30/21 7:07 AM, Slava Monich wrote: ---   src/simfs.c | 17 -   1 file changed, 8 insertions(+), 9 deletions(-) Funny how long this bug has been lurking around.

Re: [PATCH] simfs: Fix reads beyond the first block

2021-07-30 Thread Slava Monich
On 30/07/2021 18.37, Denis Kenzior wrote: Hi Slava, On 7/30/21 7:07 AM, Slava Monich wrote: ---   src/simfs.c | 17 -   1 file changed, 8 insertions(+), 9 deletions(-) Funny how long this bug has been lurking around. Until we finally had a crash on reading an icon or

Re: [PATCH] simfs: Fix reads beyond the first block

2021-07-30 Thread Denis Kenzior
Hi Slava, On 7/30/21 7:07 AM, Slava Monich wrote: --- src/simfs.c | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) Funny how long this bug has been lurking around. diff --git a/src/simfs.c b/src/simfs.c index 3d4f6283..cf770265 100644 --- a/src/simfs.c +++

[PATCH] simfs: Fix reads beyond the first block

2021-07-30 Thread Slava Monich
--- src/simfs.c | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/simfs.c b/src/simfs.c index 3d4f6283..cf770265 100644 --- a/src/simfs.c +++ b/src/simfs.c @@ -383,18 +383,18 @@ static void sim_fs_op_read_block_cb(const struct ofono_error *error, }