diff --git a/abi-check/changelog/openjpeg/current/log.html b/abi-check/changelog/openjpeg/current/log.html index 2a46c961..9c17a74c 100644 --- a/abi-check/changelog/openjpeg/current/log.html +++ b/abi-check/changelog/openjpeg/current/log.html @@ -20,7 +20,24 @@

Changelog from Git



-
commit 92023cd6c377e0384a7725949b25655d4d94dced
+
commit e0f5212888c0c1abc5e060a75a3a4a5ff99afd1a
+Merge: 92023cd 2e5ab1d
+Author: Even Rouault <even.rouault@mines-paris.org>
+Date:   2018-11-28 00:04:30 +0100
+
+    Merge pull request #1170 from rouault/fix_color_apply_icc_profile
+    
+    color_apply_icc_profile: avoid potential heap buffer overflow
+
+commit 2e5ab1d9987831c981ff05862e8ccf1381ed58ea
+Author: Even Rouault <even.rouault@spatialys.com>
+Date:   2018-11-27 23:31:30 +0100
+
+    color_apply_icc_profile: avoid potential heap buffer overflow
+    
+    Derived from a patch by Thuan Pham
+
+commit 92023cd6c377e0384a7725949b25655d4d94dced
 Merge: c196b23 cab352e
 Author: Even Rouault <even.rouault@mines-paris.org>
 Date:   2018-11-16 09:42:19 +0100
@@ -825,18 +842,6 @@ Date:   2017-09-20 00:43:54 +0200
 
     Avoid index-out-of-bounds access when invoking opj_compress with -n 11 or higher. But not a proper fix itself (refs #493)
 
-commit 8df07d5866c9e3517bf04a7abee4a07a04735df4
-Author: Even Rouault <even.rouault@spatialys.com>
-Date:   2017-09-19 18:35:52 +0200
-
-    Avoid relying on operator precedence (raised by cppcheck)
-
-commit c22ea12219c711031ef9b5823f2d9eb1081261e9
-Author: Even Rouault <even.rouault@spatialys.com>
-Date:   2017-09-19 18:35:31 +0200
-
-    Workaroudn cppcheck (correct) warning about same code in then and else branches
-
 ...
diff --git a/abi-check/db/openjpeg/Tracker.data b/abi-check/db/openjpeg/Tracker.data index b6d3f32d..4bbed0d0 100644 --- a/abi-check/db/openjpeg/Tracker.data +++ b/abi-check/db/openjpeg/Tracker.data @@ -633,7 +633,7 @@ $VAR1 = { '2.1.2' => '2016-09-28 18:18', '2.2.0' => '2017-08-10 00:31', '2.3.0' => '2017-10-04 22:23', - 'current' => '2018-11-16 09:42:19' + 'current' => '2018-11-28 00:04:30' }, 'HeadersDiff' => { '1.1' => { @@ -731,7 +731,7 @@ $VAR1 = { 'Maintainer' => 'OpenJPEG team', 'MaintainerUrl' => 'http://www.openjpeg.org/', 'PackageDiff' => {}, - 'ScmUpdateTime' => '1542359208', + 'ScmUpdateTime' => '1543360704', 'Soname' => { '1.1' => { 'lib/libopenjpeg.so' => 'libopenjpeg.so' diff --git a/abi-check/installed/openjpeg/current/lib/libopenjp2.a b/abi-check/installed/openjpeg/current/lib/libopenjp2.a index 3c28d3f3..17e8e897 100644 Binary files a/abi-check/installed/openjpeg/current/lib/libopenjp2.a and b/abi-check/installed/openjpeg/current/lib/libopenjp2.a differ diff --git a/abi-check/installed/openjpeg/current/lib/libopenjp2.so.2.3.0 b/abi-check/installed/openjpeg/current/lib/libopenjp2.so.2.3.0 index ca695255..0fad56c0 100644 Binary files a/abi-check/installed/openjpeg/current/lib/libopenjp2.so.2.3.0 and b/abi-check/installed/openjpeg/current/lib/libopenjp2.so.2.3.0 differ diff --git a/abi-check/timeline/openjpeg/index.html b/abi-check/timeline/openjpeg/index.html index a837adc9..d7909118 100644 --- a/abi-check/timeline/openjpeg/index.html +++ b/abi-check/timeline/openjpeg/index.html @@ -30,7 +30,7 @@ Headers
Diff current -2018-11-16
09:42 +2018-11-28
00:04 7 changelog 100% @@ -170,7 +170,7 @@ N/A N/A -
Maintained by OpenJPEG team. Last updated on Fri Nov 16 09:07:12 2018.
+
Maintained by OpenJPEG team. Last updated on Tue Nov 27 23:18:48 2018.


abi-laboratory.pro