Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gd for openSUSE:Factory checked in 
at 2026-08-04 21:27:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gd (Old)
 and      /work/SRC/openSUSE:Factory/.gd.new.16738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gd"

Tue Aug  4 21:27:56 2026 rev:61 rq:1369181 version:2.3.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/gd/gd.changes    2026-08-02 23:13:38.646667817 
+0200
+++ /work/SRC/openSUSE:Factory/.gd.new.16738/gd.changes 2026-08-04 
21:28:37.008021305 +0200
@@ -1,0 +2,6 @@
+Mon Aug  3 07:29:56 UTC 2026 - Petr Gajdos <[email protected]>
+
+- modified patches [bsc#1273101]
+  * gd-CVE-2026-9672.patch (fix wrong backport)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gd-CVE-2026-9672.patch ++++++
--- /var/tmp/diff_new_pack.0n5Ehm/_old  2026-08-04 21:28:37.892051900 +0200
+++ /var/tmp/diff_new_pack.0n5Ehm/_new  2026-08-04 21:28:37.896052038 +0200
@@ -11,15 +11,15 @@
                }
  
                sd->sp = sd->stack;
-@@ -577,6 +577,8 @@ LWZReadByte_(gdIOCtx *fd, LZW_STATIC_DAT
- 
-                       if(*ZeroDataBlockP) {
+@@ -584,6 +584,8 @@ LWZReadByte_(gdIOCtx *fd, LZW_STATIC_DAT
+                       if(count != 0) {
                                return -2;
+                       }
 +
 +                      return -2;
-                       }
+               }
  
-                       while((count = GetDataBlock(fd, buf, ZeroDataBlockP)) > 
0);
+               incode = code;
 @@ -664,7 +666,7 @@ ReadImage(gdImagePtr im, gdIOCtx *fd, in
        unsigned char c;
        int xpos = 0, ypos = 0, pass = 0;

Reply via email to