abozhinov444

Results 9 comments of abozhinov444

> I tried this implementation (with valgrind) and I'm seeing this: > > ``` > ==29674== Invalid read of size 8 > ==29674== at 0x483F71C: memmove (vg_replace_strmem.c:1271) > ==29674== by...

Hi Bjorn, i have split all the patches. Also base source is there. Now it is much better. Also i have fixed mentioned above issue. Regards, Atanas

Thank you, for the feedback.

Hi, are there any specific dependencies? Because i cannot build it. ` make cc -O2 -Wall -g `xml2-config --cflags` -I libsparse/include -c -o firehose.o firehose.c cc -O2 -Wall -g `xml2-config...

Now it works. I have tried to flash some images, but after first sparse image it exits. How is it verified? [PROGRAM] flashed "abootbak" successfully LOG: start 790528, num 16384...

Sorry, but i could not share xml and images, because of "Company Policies" . Why you call firehose_program_sparse_callback at line 544, again? It brokes things on my device.

I will retry tomorrow. But what i understand when i read the libsparse code is that sparse_file_callback() process all the file at one pass with don't care chunks. Did you...

I mean that all "don't care chunk" are written during sparse_file_callback() and last call of firehose_program_sparse_callback() is not needed. Function that writes it is named callback_file_skip(). Also all data should...

No, i am writing, i just modified source to pass zero filled buffer. So in my callback i do not process NULL case. For the second paragraph, i think it...