Skip to content

Releases: jasper-software/jasper

version-2.0.32

19 Apr 05:07
Compare
Choose a tag to compare

The comments below are automatically extracted from the beginning of the
NEWS document.

2.0.32 (2021-04-18)

  • Test release performed with GitHub Actions.

version-2.0.31

17 Apr 22:25
Compare
Choose a tag to compare

2.0.31 (2021-04-17)

  • Test release performed with GitHub Actions.

2.0.28

29 Mar 15:03
Compare
Choose a tag to compare
  • Fix potential null pointer dereference in the JP2/JPC decoder. (#269)
  • Fix ignoring of JAS_STREAM_FILEOBJ_NOCLOSE at stream close time. (#286)
  • Fix integral type sizing problem in JP2 codec. (#284)

2.0.27

18 Mar 11:25
Compare
Choose a tag to compare
  • Check for an image containing no samples in the PGX decoder. (#271, #272, #273, #274, #275, #276, #281)
  • Check for dimensions of zero in the JPC and JPEG decoders.
  • Fix an arguably incorrect type for an integer literal in the PGX decoder. (#270)
  • Check for an invalid component reference in the JP2 decoder. (#269)
  • Check on integer size in JP2 decoder. (#278)

2.0.26

05 Mar 14:05
Compare
Choose a tag to compare
  • Fix JP2 decoder bug that can cause a null pointer dereference for
    some invalid CDEF boxes. (#268)

2.0.25

07 Feb 21:25
Compare
Choose a tag to compare
  • Fix memory-related bugs in the JPEG-2000 codec resulting from
    attempting to decode invalid code streams. (#264, #265)
  • Fix wrong return value under some compilers (#260)
  • Fix CVE-2021-3272 heap buffer overflow in jp2_decode (#259)

2.0.24

04 Jan 09:19
Compare
Choose a tag to compare
  • Add JAS_VERSION_MAJOR, JAS_VERSION_MINOR, JAS_VERSION_PATCH for easier access to the JasPer version.
  • Fixes stack overflow bug on Windows, where variable-length arrays are not available. (#256)

2.0.23

08 Dec 07:44
Compare
Choose a tag to compare