boofish

Results 9 comments of boofish

> See the updated wiki page: https://github.com/SVF-tools/SVF/wiki/Write-a-source-sink-analyzer Hi @yuleisui the tutorial is extremely helpful for me. However, currently, I do not have permission to access [LeakCheck.cpp](http://www.cse.unsw.edu.au/~corg/svf/doxygen/_leak_checker_8cpp_source.html) and [ProgSlice.cpp](http://www.cse.unsw.edu.au/~corg/svf/doxygen/_prog_slice_8cpp_source.html). When I...

> Doxygen here: https://svf-tools.github.io/SVF-doxygen/html/ Got it, thanks!

also with this case : [test2.zip](https://github.com/randy408/libspng/files/11679795/test2.zip)

Thank you for your reply! I tried `SPNG_IMG_WINDOW_BITS` to `0` by `spng_set_option(ctx, SPNG_IMG_WINDOW_BITS, 0)` before `spng_decoded_image_size(ctx, fmt, &image_size)`, but it still can not report the decode error.

Hi, I further checked the details of libpng's implementation, and found some possible useful information. Specifically, libpng use the function `png_zlib_inflate(png_ptr, 0)` to decode the zlib stream, and some comments...

I conduct a rough analysis and find the root cause lies in the function `mystrtod()`, where the loop executes 1622094001 times, which should be avoided.

also accept invalid strings (i.e., containing unescaped control characters), which is not allowed according to the section 7 of specification. It can be reproduced with the following buf: ``` char...

Thanks for posting here, I am DLiang Fun who sends this email. Here is the png file that witnesses three different implementations (i.e., libpng, lodepng, libspng) handle it differently with...

> ![Screenshot (23)](https://user-images.githubusercontent.com/41644787/165249816-151bce05-4e46-495e-add9-31572796ab6e.png) Hi, I also found that error, is there any suggestions? Do you fix it? @dristiron03 @mengrj