Ubuntu 18.04.3 LTS bump Glibc 2.27 to the latest stable
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
glibc (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Bionic |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
[Impact]
* Ubuntu 18.04 is missing various stability and performance fixes that have been added to upstream's 2.27 branch. The accumulated changes are known to fix various issues already reported to Launchpad.
[Test Case]
* Observe that debian/
* Observe the patch being applied at build time.
* All triggered autopkgtests were run in the Bileto PPA before the SRU upload took place and no reggressions were found.
* Several issues fixed in git-updates-2.diff were reported on Launchpad and the ones having reproducers were and will be verified separately.
[Regression Potential]
* Any form of regression is possible including hangs, live locks and crashes due to the broad range of fixes to be backported. In addition to the standard autopkgtests it is recommended to keep the packages in bionic-proposed longer and call for testing on additional public channels, such as on the ubuntu-devel mailing list.
The update seem to have triggered an existing, but hiding bug in lftp:
LP: #1902832.
The update caused a regression originally observed with GLibc 2.28 in 18.10 and later releases: LP: #1821677.
[Original Bug Text]
Hi,
I updated from ubuntu 14.04 to 18.04 and installed a custom (old) application.
When starting the application it stop immediately with this error message:
"glibc detected an invalid stdio handle"
This error message was added by commit [1] "libio: Implement vtable verification [BZ #20191]" to fix a security issue [2].
I tested with several Linux distribution (so different libc version) and the application is working fine with Fedora 30 (Glibc 2.29).
There is an interesting patch [3] from Glibc 2.28 which was backported to Glibc 2.27 [4] "libio: Disable vtable validation in case of interposition [BZ #23313]"
But Ubuntu 18.04 is still using an old Glibc 2.27 version (from 02-2018).
Here is the Glibc version used in 18.04:
$ dpkg -s libc6
[...]
Version: 2.27-3ubuntu1
Looking at the changelog, ubuntu updated Glibc 2.27 the 16 Apr 2018 but there is a lot of fix from upstream Glibc 2.27 stable branch. The one I'm looking for was merged the 07-2018.
It would be great if Ubuntu 18.04 can update Glibc to the latest stable version.
Best regards,
Romain
[1] https:/
[2] https:/
[3] https:/
[4] https:/
CVE References
tags: | added: glibc |
description: | updated |
description: | updated |
tags: |
added: verification-done-bionic removed: verification-needed-bionic |
tags: |
added: verification-done removed: verification-needed |
tags: |
added: block-proposed-bionic removed: block-proposed |
description: | updated |
description: | updated |
description: | updated |
description: | updated |
Changed in glibc (Ubuntu): | |
status: | Confirmed → Fix Released |
Hi Romain and thanks for your report,
In general, we don't make large upstream updates after release, especially for LTS and even more so for a critical piece like glibc. If you've identified the single patch that would address your issue, it can be considered for the SRU process: /wiki.ubuntu. com/StableRelea seUpdates
https:/