Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: uclouvain/openjpeg
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.5.3
Choose a base ref
...
head repository: uclouvain/openjpeg
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 7 commits
  • 3 files changed
  • 4 contributors

Commits on Dec 9, 2024

  1. Copy the full SHA
    672ecbb View commit details
  2. Copy the full SHA
    eb25a5e View commit details

Commits on Jan 16, 2025

  1. opj_jp2_read_header: Check for error after parsing header.

    Consider the case where the caller has not set the p_image
    pointer to NULL before calling opj_read_header().
    
    If opj_j2k_read_header_procedure() fails while obtaining the rest
    of the marker segment when calling opj_stream_read_data() because
    the data stream is too short, then opj_j2k_read_header() will
    never have the chance to initialize p_image, leaving it
    uninitialized.
    
    opj_jp2_read_header() will check the p_image value whether
    opj_j2k_read_header() suceeded or failed. This may be detected as
    an error in valgrind or ASAN.
    
    The fix is to check whether opj_j2k_read_header() suceeded before
    using the output argument p_image.
    sebras committed Jan 16, 2025
    Copy the full SHA
    f809b80 View commit details
  2. Merge pull request #1573 from sebras/master

    opj_jp2_read_header: Check for error after parsing header.
    rouault authored Jan 16, 2025
    Copy the full SHA
    44119c2 View commit details

Commits on Feb 11, 2025

  1. code documentation updates

    weanti authored Feb 11, 2025
    Copy the full SHA
    cc6d0c8 View commit details
  2. Copy the full SHA
    578c67b View commit details
  3. Merge pull request #1576 from weanti/master

    code documentation updates
    rouault authored Feb 11, 2025
    Copy the full SHA
    e7453e3 View commit details
Loading