diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-08-12 11:40:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-12 11:40:40 +0200 |
| commit | 0d075aa5dc5dca7b2f0c7e12f9967e190fbb2a32 (patch) | |
| tree | 8153ceb11ebae2719c36582ba64064147dbb1511 | |
| parent | 0afbdcf3e6d0d2bd2e16a0c4d513ee3cf86e460d (diff) | |
| parent | 3efa4fd334eed98ba60cd08624982a4499c49860 (diff) | |
Merge pull request #1371 from DimitriPapadopoulos/codespell
A couple typos found by codespell
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| -rw-r--r-- | src/bin/jpip/CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4187b067..db69bfaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -79,7 +79,7 @@ - tests/fuzzers: link fuzz binaries using $LIB\_FUZZING\_ENGINE. [\#1230](https://github.com/uclouvain/openjpeg/pull/1230) ([Dor1s](https://github.com/Dor1s)) - opj\_j2k\_update\_image\_dimensions\(\): reject images whose coordinates are beyond INT\_MAX \(fixes \#1228\) [\#1229](https://github.com/uclouvain/openjpeg/pull/1229) ([rouault](https://github.com/rouault)) - Fix resource leaks [\#1226](https://github.com/uclouvain/openjpeg/pull/1226) ([dodys](https://github.com/dodys)) -- abi-check.sh: fix false postive ABI error, and display output error log [\#1218](https://github.com/uclouvain/openjpeg/pull/1218) ([rouault](https://github.com/rouault)) +- abi-check.sh: fix false positive ABI error, and display output error log [\#1218](https://github.com/uclouvain/openjpeg/pull/1218) ([rouault](https://github.com/rouault)) - pi.c: avoid integer overflow, resulting in later invalid access to memory in opj\_t2\_decode\_packets\(\) [\#1217](https://github.com/uclouvain/openjpeg/pull/1217) ([rouault](https://github.com/rouault)) - Add check to validate SGcod/SPcoc/SPcod parameter values. [\#1211](https://github.com/uclouvain/openjpeg/pull/1211) ([sebras](https://github.com/sebras)) - Fix buffer overflow reading an image file less than four characters [\#1196](https://github.com/uclouvain/openjpeg/pull/1196) ([robert-ancell](https://github.com/robert-ancell)) diff --git a/src/bin/jpip/CMakeLists.txt b/src/bin/jpip/CMakeLists.txt index 8dbf5775..9b24fa4a 100644 --- a/src/bin/jpip/CMakeLists.txt +++ b/src/bin/jpip/CMakeLists.txt @@ -157,5 +157,5 @@ if(Java_Development_FOUND AND Java_JAVAC_EXECUTABLE) ) endif() else() - message(WARNING "No java compiler found. Wont be able to build java viewer") + message(WARNING "No java compiler found. Won't be able to build java viewer") endif() |
