2022-09-21 10:29:18 |
bugproxy |
bug |
|
|
added bug |
2022-09-21 10:29:20 |
bugproxy |
tags |
|
architecture-s3903164 bugnameltc-200024 severity-medium targetmilestone-inin2004 |
|
2022-09-21 10:29:21 |
bugproxy |
ubuntu: assignee |
|
Skipper Bug Screeners (skipper-screen-team) |
|
2022-09-21 10:29:25 |
bugproxy |
affects |
ubuntu |
linux (Ubuntu) |
|
2022-09-23 05:29:21 |
Frank Heimes |
affects |
linux (Ubuntu) |
zlib (Ubuntu) |
|
2022-09-23 05:29:41 |
Frank Heimes |
bug task added |
|
ubuntu-z-systems |
|
2022-09-23 05:29:56 |
Frank Heimes |
ubuntu-z-systems: assignee |
|
Skipper Bug Screeners (skipper-screen-team) |
|
2022-09-23 05:30:01 |
Frank Heimes |
ubuntu-z-systems: importance |
Undecided |
Medium |
|
2022-09-23 06:15:48 |
Frank Heimes |
zlib (Ubuntu): importance |
Undecided |
Medium |
|
2022-09-23 06:22:51 |
Frank Heimes |
zlib (Ubuntu): assignee |
Skipper Bug Screeners (skipper-screen-team) |
|
|
2022-09-26 14:12:01 |
Benjamin Drung |
tags |
architecture-s3903164 bugnameltc-200024 severity-medium targetmilestone-inin2004 |
architecture-s3903164 bugnameltc-200024 foundation-triage-discuss severity-medium targetmilestone-inin2004 |
|
2022-09-28 00:09:37 |
bugproxy |
attachment added |
|
kinetic patch https://bugs.launchpad.net/bugs/1990379/+attachment/5619612/+files/410-lp1990379.patch |
|
2022-09-28 08:38:42 |
Frank Heimes |
description |
== Comment: #0 - Ilya Leoshkevich <iii@de.ibm.com> - 2022-09-21 05:02:24 ==
inflate() does not update strm.adler if DFLTCC is used.
Found with a JDK test.
zlib-ng PR: https://github.com/zlib-ng/zlib-ng/pull/1349
Updated zlib PR: https://github.com/madler/zlib/pull/410
zlib tag: https://github.com/iii-i/zlib/releases/tag/dfltcc-20220920
zlib diff: https://github.com/madler/zlib/compare/e6aed68ff815be74855ec6a19d6ae35065a4adb4..171d0ff3c9ed40da0ac14085ab16b766b1162069#diff-325baa03829572a9f26b4bb8b3cada1ddc637854529d6a6cb111b8c3ca785620
Ubuntu 20.04 and later need to be fixed. |
SRU Justification:
------------------
[ Impact ]
* The zlib function inflate() does not update strm.adler
in case DFLTCC is used.
* This issue was exposed by Java Certification Kit (JCK) running on z15
hardware and newer and impacts all JDK versions (8,11,17, etc.)
that use the system default settings.
* The JCK failure impacts the ability to certify Java SDKs on this
platform/Linux-distribution combination.
* On top the incorrect alder32 result may cause functional issues with
Java applications that depend on the result.
[ Test Plan ]
* An affected Ubuntu release (20.04, 22.04 and 22.10) installed
on a z15/LinuxONE III or newer system is needed.
* Then it's possible to test the updated package with the help
of a small test program (in C) that makes use of the zlib1g library
or run the Java Certification Kit.
* Test will be done by IBM.
[ Where problems could occur ]
* The patch is a one-line change:
https://launchpadlibrarian.net/626003193/410-lp1990379.patch
and there are not many issues to expect.
* There could be a potential problem with the adler field
in the strm struct.
For example in case the struct is not as assumed or contains
and unexpected value, which would then ripple through
the other fields, too.
* Structural changes could be identified with a test build that was done
for all affected Ubuntu releases and for all major architectures:
https://launchpad.net/~fheimes/+archive/ubuntu/lp1990379
[ Other Info ]
* The patch itself is the same for all zlib version in
20.04, 22.04 and 22.10 - no further adjustments were needed.
__________
== Comment: #0 - Ilya Leoshkevich <iii@de.ibm.com> - 2022-09-21 05:02:24 ==
inflate() does not update strm.adler if DFLTCC is used.
Found with a JDK test.
zlib-ng PR: https://github.com/zlib-ng/zlib-ng/pull/1349
Updated zlib PR: https://github.com/madler/zlib/pull/410
zlib tag: https://github.com/iii-i/zlib/releases/tag/dfltcc-20220920
zlib diff: https://github.com/madler/zlib/compare/e6aed68ff815be74855ec6a19d6ae35065a4adb4..171d0ff3c9ed40da0ac14085ab16b766b1162069#diff-325baa03829572a9f26b4bb8b3cada1ddc637854529d6a6cb111b8c3ca785620
Ubuntu 20.04 and later need to be fixed. |
|
2022-09-28 08:39:14 |
Frank Heimes |
zlib (Ubuntu): status |
New |
In Progress |
|
2022-09-28 08:39:17 |
Frank Heimes |
ubuntu-z-systems: status |
New |
In Progress |
|
2022-09-28 08:52:36 |
Frank Heimes |
attachment added |
|
debdiffs.tgz https://bugs.launchpad.net/ubuntu-z-systems/+bug/1990379/+attachment/5619739/+files/debdiffs.tgz |
|
2022-09-28 11:42:50 |
Frank Heimes |
description |
SRU Justification:
------------------
[ Impact ]
* The zlib function inflate() does not update strm.adler
in case DFLTCC is used.
* This issue was exposed by Java Certification Kit (JCK) running on z15
hardware and newer and impacts all JDK versions (8,11,17, etc.)
that use the system default settings.
* The JCK failure impacts the ability to certify Java SDKs on this
platform/Linux-distribution combination.
* On top the incorrect alder32 result may cause functional issues with
Java applications that depend on the result.
[ Test Plan ]
* An affected Ubuntu release (20.04, 22.04 and 22.10) installed
on a z15/LinuxONE III or newer system is needed.
* Then it's possible to test the updated package with the help
of a small test program (in C) that makes use of the zlib1g library
or run the Java Certification Kit.
* Test will be done by IBM.
[ Where problems could occur ]
* The patch is a one-line change:
https://launchpadlibrarian.net/626003193/410-lp1990379.patch
and there are not many issues to expect.
* There could be a potential problem with the adler field
in the strm struct.
For example in case the struct is not as assumed or contains
and unexpected value, which would then ripple through
the other fields, too.
* Structural changes could be identified with a test build that was done
for all affected Ubuntu releases and for all major architectures:
https://launchpad.net/~fheimes/+archive/ubuntu/lp1990379
[ Other Info ]
* The patch itself is the same for all zlib version in
20.04, 22.04 and 22.10 - no further adjustments were needed.
__________
== Comment: #0 - Ilya Leoshkevich <iii@de.ibm.com> - 2022-09-21 05:02:24 ==
inflate() does not update strm.adler if DFLTCC is used.
Found with a JDK test.
zlib-ng PR: https://github.com/zlib-ng/zlib-ng/pull/1349
Updated zlib PR: https://github.com/madler/zlib/pull/410
zlib tag: https://github.com/iii-i/zlib/releases/tag/dfltcc-20220920
zlib diff: https://github.com/madler/zlib/compare/e6aed68ff815be74855ec6a19d6ae35065a4adb4..171d0ff3c9ed40da0ac14085ab16b766b1162069#diff-325baa03829572a9f26b4bb8b3cada1ddc637854529d6a6cb111b8c3ca785620
Ubuntu 20.04 and later need to be fixed. |
SRU Justification:
------------------
[ Impact ]
* The zlib function inflate() does not update strm.adler
in case DFLTCC is used.
* This issue was exposed by Java Certification Kit (JCK) running on z15
hardware and newer and impacts all JDK versions (8,11,17, etc.)
that use the system default settings.
* The JCK failure impacts the ability to certify Java SDKs on this
platform/Linux-distribution combination.
* On top the incorrect alder32 result may cause functional issues with
Java applications that depend on the result.
[ Test Plan ]
* An affected Ubuntu release (20.04, 22.04 and 22.10) installed
on a z15/LinuxONE III or newer system is needed.
* Then it's possible to test the updated package with the help
of a small test program (in C) that makes use of the zlib1g library
or run the Java Certification Kit.
* Test will be done by IBM.
[ Where problems could occur ]
* The patch is a one-line change:
https://launchpadlibrarian.net/626003193/410-lp1990379.patch
and there are not many issues to expect.
* There could be a potential problem with the adler field
in the strm struct.
For example in case the struct is not as assumed or contains
and unexpected value, which would then ripple through
the other fields, too.
* Structural changes could be identified with a test build that was done
for all affected Ubuntu releases and for all major architectures:
https://launchpad.net/~fheimes/+archive/ubuntu/lp1990379
[ Other Info ]
* The patch itself is the same for all zlib version in
20.04, 22.04 and 22.10 - no further adjustments were needed.
__________
== Comment: #0 - Ilya Leoshkevich <iii@de.ibm.com> - 2022-09-21 05:02:24 ==
inflate() does not update strm.adler if DFLTCC is used.
Found with a JDK test.
zlib-ng PR: https://github.com/zlib-ng/zlib-ng/pull/1349
Updated zlib PR: https://github.com/madler/zlib/pull/410
zlib tag: https://github.com/iii-i/zlib/releases/tag/dfltcc-20220920
zlib diff: https://github.com/madler/zlib/compare/e6aed68ff815be74855ec6a19d6ae35065a4adb4..171d0ff3c9ed40da0ac14085ab16b766b1162069#diff-325baa03829572a9f26b4bb8b3cada1ddc637854529d6a6cb111b8c3ca785620
Ubuntu 20.04 and later need to be fixed.
---
External link: https://warthogs.atlassian.net/browse/PEI-28 |
|
2022-09-28 11:42:52 |
Frank Heimes |
tags |
architecture-s3903164 bugnameltc-200024 foundation-triage-discuss severity-medium targetmilestone-inin2004 |
architecture-s3903164 bugnameltc-200024 foundation-triage-discuss pei-28 severity-medium targetmilestone-inin2004 |
|
2022-09-28 12:31:17 |
Ubuntu Foundations Team Bug Bot |
tags |
architecture-s3903164 bugnameltc-200024 foundation-triage-discuss pei-28 severity-medium targetmilestone-inin2004 |
architecture-s3903164 bugnameltc-200024 foundation-triage-discuss patch pei-28 severity-medium targetmilestone-inin2004 |
|
2022-09-28 12:31:27 |
Ubuntu Foundations Team Bug Bot |
bug |
|
|
added subscriber Ubuntu Review Team |
2022-09-29 09:22:29 |
Frank Heimes |
nominated for series |
|
Ubuntu Kinetic |
|
2022-09-29 09:22:29 |
Frank Heimes |
bug task added |
|
zlib (Ubuntu Kinetic) |
|
2022-09-29 09:22:29 |
Frank Heimes |
nominated for series |
|
Ubuntu Jammy |
|
2022-09-29 09:22:29 |
Frank Heimes |
bug task added |
|
zlib (Ubuntu Jammy) |
|
2022-09-29 09:22:29 |
Frank Heimes |
nominated for series |
|
Ubuntu Focal |
|
2022-09-29 09:22:29 |
Frank Heimes |
bug task added |
|
zlib (Ubuntu Focal) |
|
2022-09-29 09:22:39 |
Frank Heimes |
zlib (Ubuntu Focal): status |
New |
In Progress |
|
2022-09-29 09:22:43 |
Frank Heimes |
zlib (Ubuntu Jammy): status |
New |
In Progress |
|
2022-09-29 14:24:24 |
Frank Heimes |
zlib (Ubuntu Kinetic): importance |
Medium |
High |
|
2022-10-07 14:15:24 |
Simon Chopin |
summary |
[UBUNTU 20.04] zlib: inflate() does not update strm.adler if DFLTCC is used |
[FFe][UBUNTU 20.04] zlib: inflate() does not update strm.adler if DFLTCC is used |
|
2022-10-07 14:15:38 |
Simon Chopin |
bug |
|
|
added subscriber Ubuntu Release Team |
2022-10-07 14:16:48 |
Frank Heimes |
description |
SRU Justification:
------------------
[ Impact ]
* The zlib function inflate() does not update strm.adler
in case DFLTCC is used.
* This issue was exposed by Java Certification Kit (JCK) running on z15
hardware and newer and impacts all JDK versions (8,11,17, etc.)
that use the system default settings.
* The JCK failure impacts the ability to certify Java SDKs on this
platform/Linux-distribution combination.
* On top the incorrect alder32 result may cause functional issues with
Java applications that depend on the result.
[ Test Plan ]
* An affected Ubuntu release (20.04, 22.04 and 22.10) installed
on a z15/LinuxONE III or newer system is needed.
* Then it's possible to test the updated package with the help
of a small test program (in C) that makes use of the zlib1g library
or run the Java Certification Kit.
* Test will be done by IBM.
[ Where problems could occur ]
* The patch is a one-line change:
https://launchpadlibrarian.net/626003193/410-lp1990379.patch
and there are not many issues to expect.
* There could be a potential problem with the adler field
in the strm struct.
For example in case the struct is not as assumed or contains
and unexpected value, which would then ripple through
the other fields, too.
* Structural changes could be identified with a test build that was done
for all affected Ubuntu releases and for all major architectures:
https://launchpad.net/~fheimes/+archive/ubuntu/lp1990379
[ Other Info ]
* The patch itself is the same for all zlib version in
20.04, 22.04 and 22.10 - no further adjustments were needed.
__________
== Comment: #0 - Ilya Leoshkevich <iii@de.ibm.com> - 2022-09-21 05:02:24 ==
inflate() does not update strm.adler if DFLTCC is used.
Found with a JDK test.
zlib-ng PR: https://github.com/zlib-ng/zlib-ng/pull/1349
Updated zlib PR: https://github.com/madler/zlib/pull/410
zlib tag: https://github.com/iii-i/zlib/releases/tag/dfltcc-20220920
zlib diff: https://github.com/madler/zlib/compare/e6aed68ff815be74855ec6a19d6ae35065a4adb4..171d0ff3c9ed40da0ac14085ab16b766b1162069#diff-325baa03829572a9f26b4bb8b3cada1ddc637854529d6a6cb111b8c3ca785620
Ubuntu 20.04 and later need to be fixed.
---
External link: https://warthogs.atlassian.net/browse/PEI-28 |
SRU Justification:
------------------
[ Impact ]
* The zlib function inflate() does not update strm.adler
in case DFLTCC is used.
* This issue was exposed by Java Certification Kit (JCK) running on z15
hardware and newer and impacts all JDK versions (8,11,17, etc.)
that use the system default settings.
* The JCK failure impacts the ability to certify Java SDKs on this
platform/Linux-distribution combination.
* On top the incorrect alder32 result may cause functional issues with
Java applications that depend on the result.
[ Test Plan ]
* An affected Ubuntu release (20.04, 22.04 and 22.10) installed
on a z15/LinuxONE III or newer system is needed.
* Then it's possible to test the updated package with the help
of a small test program (in C) that makes use of the zlib1g library
or run the Java Certification Kit.
* Test will be done by IBM.
[ Where problems could occur ]
* The patch is a one-line change:
https://launchpadlibrarian.net/626003193/410-lp1990379.patch
and there are not many issues to expect.
* There could be a potential problem with the adler field
in the strm struct.
For example in case the struct is not as assumed or contains
and unexpected value, which would then ripple through
the other fields, too.
* Structural changes could be identified with a test build that was done
for all affected Ubuntu releases and for all major architectures:
https://launchpad.net/~fheimes/+archive/ubuntu/lp1990379
[ Other Info ]
* The patch itself is the same for all zlib version in
20.04, 22.04 and 22.10 - no further adjustments were needed.
* This bug (LP#1990379) is solved in combination with LP#1982583,
so that only one package update is needed.
However, this bug affects Kinetic, jammy and Focal,
but LP#1982583 only Jammy and Kinetic.
* The debdiffs for Kinetic and Jammy should be taken from LP#1982583,
and the remaining debdiff for Focal from here.
__________
== Comment: #0 - Ilya Leoshkevich <iii@de.ibm.com> - 2022-09-21 05:02:24 ==
inflate() does not update strm.adler if DFLTCC is used.
Found with a JDK test.
zlib-ng PR: https://github.com/zlib-ng/zlib-ng/pull/1349
Updated zlib PR: https://github.com/madler/zlib/pull/410
zlib tag: https://github.com/iii-i/zlib/releases/tag/dfltcc-20220920
zlib diff: https://github.com/madler/zlib/compare/e6aed68ff815be74855ec6a19d6ae35065a4adb4..171d0ff3c9ed40da0ac14085ab16b766b1162069#diff-325baa03829572a9f26b4bb8b3cada1ddc637854529d6a6cb111b8c3ca785620
Ubuntu 20.04 and later need to be fixed.
---
External link: https://warthogs.atlassian.net/browse/PEI-28 |
|
2022-10-10 09:07:19 |
Julian Andres Klode |
zlib (Ubuntu Focal): status |
In Progress |
Triaged |
|
2022-10-10 09:07:21 |
Julian Andres Klode |
zlib (Ubuntu Jammy): status |
In Progress |
Triaged |
|
2022-10-21 18:00:51 |
Frank Heimes |
summary |
[FFe][UBUNTU 20.04] zlib: inflate() does not update strm.adler if DFLTCC is used |
[UBUNTU 20.04] zlib: inflate() does not update strm.adler if DFLTCC is used |
|
2022-12-22 11:05:34 |
Ilya Leoshkevich |
bug watch added |
|
https://bugzilla.redhat.com/show_bug.cgi?id=2155328 |
|
2022-12-22 11:05:34 |
Ilya Leoshkevich |
attachment added |
|
patch-1.2.11 https://bugs.launchpad.net/ubuntu/+source/zlib/+bug/1990379/+attachment/5637191/+files/patch-1.2.11 |
|
2023-08-10 17:56:39 |
Utkarsh Gupta |
zlib (Ubuntu Kinetic): status |
In Progress |
Won't Fix |
|
2023-08-18 23:08:30 |
Steve Langasek |
removed subscriber Ubuntu Release Team |
|
|
|