User Activity

  • Posted a comment on ticket #148 on FreeImage

    Much appreciated, thanks!

  • Posted a comment on ticket #147 on FreeImage

    Actually, (height-1) * pitchmight also overflow, so they should also be size_t.

  • Created ticket #341 on FreeImage

    Calling FreeImage_Paste fails on very large images

  • Posted a comment on ticket #340 on FreeImage

    Fix here: https://sourceforge.net/p/freeimage/patches/148/

  • Created ticket #148 on FreeImage

    Bugfix for #340 (Calling FreeImage_Paste fails on very large images)

  • Posted a comment on ticket #340 on FreeImage

    Obviously the title of this ticket is wrong and should read Calling FreeImage_Paste fails on very large images.

  • Created ticket #340 on FreeImage

    Incorrect loading of of large (30000 x 15000) exr files

  • Modified a comment on ticket #147 on FreeImage

    Hi Mihail! memcpy(Mid, From + line_s, pitch); memcpy(From + line_s, From + line_t, pitch); memcpy(From + line_t, Mid, pitch); For example if the sum of From and line_s is greater than INT_MAX, memcopy receives a negative offset. Which explains the result outlined in the bug report. Only line_s and line_t really need to be of type size_t. (the above anonymous post is mine)

View All

Personal Data

Username:
patrickp-u
Joined:
2021-09-12 01:13:01

Projects

  • No projects to display.

Personal Tools