User Activity

  • Posted a comment on discussion Developers on FreeImage

    @taolaw the first issue was seemingly found using a very old release of openjpeg (prior https://github.com/uclouvain/openjpeg/commit/c887df12a38ff1a2721d0c8a93b74fe1d02701a2). Can you please provide a reproducer for this?

  • Posted a comment on discussion Developers on FreeImage

    @sandromani thanks for the heads-up. [r1825] is indeed a modified version of my patch proposal.

  • Modified a comment on discussion Developers on FreeImage

    Regarding overflow No. 2. From the Debian bug report: The overflow happens during the following call to memcpy: // convert to strip if(x + tileWidth > width) { src_line = imageRowSize - rowSize; } else { src_line = tileRowSize; } BYTE *src_bits = tileBuffer; BYTE *dst_bits = bits + rowSize; for(int k = 0; k < nrows; k++) { memcpy(dst_bits, src_bits, src_line); src_bits += tileRowSize; dst_bits -= dst_pitch; } This portion of code copies image data from a libTIFF-provided buffer to an internal buffer....

  • Posted a comment on discussion Developers on FreeImage

    From the Debian bug report: The overflow happens during the following call to memcpy: // convert to strip if(x + tileWidth > width) { src_line = imageRowSize - rowSize; } else { src_line = tileRowSize; } BYTE *src_bits = tileBuffer; BYTE *dst_bits = bits + rowSize; for(int k = 0; k < nrows; k++) { memcpy(dst_bits, src_bits, src_line); src_bits += tileRowSize; dst_bits -= dst_pitch; } This portion of code copies image data from a libTIFF-provided buffer to an internal buffer. The overflow happens...

  • Committed [466b01]

    syntax.c: check for syntax element inconsistencies

  • Committed [6b4a7c]

    sbr_hfadj: sanitize frequency band borders

  • Posted a comment on ticket #540 on GraphicsMagick

    In can confirm that this issue was a bug in the libTIFF codebase, namely http://bugzilla.maptools.org/show_bug.cgi?id=2500 The reproducer does not declare SamplesPerPixel field, so libTIFF does some guessing to set the correct value. Unfortunately it does not update the SMinSampleValue value, leading to later crash. It was fixed in 739dcd28 (https://gitlab.com/libtiff/libtiff/commit/739dcd28a061738b317c1e9f91029d9cbc157159) You can reproduce the issue by building a pre-739dcd28 libTIFF with asan:...

  • Posted a comment on ticket #482 on LAME (Lame Aint an MP3 Encoder)

    This is not the way we handle issues in the Debian LTS team. When I can't reproduce a vulnerability, I consider it undetermined as long as I can't prove it isn't affected. When trustworthy people claim to be able to reproduce the issue with the same version as me, I usually consider the package affected and try to reproduce and fix the vulnerability. I opened these bugs because I couldn't find any sign showing that the lame dev team was aware of these cves. If you fix vulnerabilities in your cvs...

View All

Personal Data

Username:
hlef
Joined:
2017-08-31 10:57:02
Location:
Karlsruhe / Germany / CEST
Gender:
Male

Projects

  • No projects to display.

Personal Tools