-
Notifications
You must be signed in to change notification settings - Fork 468
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: uclouvain/openjpeg
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 3 files changed
- 4 contributors
Commits on Dec 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 672ecbb - Browse repository at this point
Copy the full SHA 672ecbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb25a5e - Browse repository at this point
Copy the full SHA eb25a5eView commit details
Commits on Jan 16, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for f809b80 - Browse repository at this point
Copy the full SHA f809b80View commit details -
Merge pull request #1573 from sebras/master
opj_jp2_read_header: Check for error after parsing header.
Configuration menu - View commit details
-
Copy full SHA for 44119c2 - Browse repository at this point
Copy the full SHA 44119c2View commit details
Commits on Feb 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for cc6d0c8 - Browse repository at this point
Copy the full SHA cc6d0c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 578c67b - Browse repository at this point
Copy the full SHA 578c67bView commit details -
Merge pull request #1576 from weanti/master
code documentation updates
Configuration menu - View commit details
-
Copy full SHA for e7453e3 - Browse repository at this point
Copy the full SHA e7453e3View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.5.3...master