ubuntu/+source/klibc:applied/ubuntu/bionic-devel

Last commit made on 2022-05-11
Get this branch:
git clone -b applied/ubuntu/bionic-devel https://git.launchpad.net/ubuntu/+source/klibc
Members of git-ubuntu import can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
applied/ubuntu/bionic-devel
Repository:
lp:ubuntu/+source/klibc

Recent commits

4d304bd... by Mauricio Faria de Oliveira

2.0.4-9ubuntu2.2 (patches applied)

Imported using git-ubuntu import.

a3ec7cf... by Mauricio Faria de Oliveira

Check for an user-specified timeout before checking/adjusting timeout values.

Gbp-Pq: lp1947099-fix-for-no-timeout-specified.patch.

e53761f... by Mauricio Faria de Oliveira

Honour user-specified timeouts even in error cases.

Gbp-Pq: lp1947099-honour-user-requested-timeouts-in-all-cases.patch.

49afc1a... by Mauricio Faria de Oliveira

[klibc] malloc: Fail if requested size > PTRDIFF_MAX

Gbp-Pq: CVE-2021-31873.patch.

7ded65e... by Mauricio Faria de Oliveira

[klibc] cpio: Fix possible integer overflow on 32-bit systems

Gbp-Pq: CVE-2021-31872.patch.

fb527e5... by Mauricio Faria de Oliveira

[klibc] cpio: Fix possible crash on 64-bit systems

Gbp-Pq: CVE-2021-31871.patch.

fa4746f... by Mauricio Faria de Oliveira

[klibc] calloc: Fail if multiplication overflows

Gbp-Pq: CVE-2021-31870.patch.

02430ec... by Mauricio Faria de Oliveira

[PATCH] Write DNS domain from DHCP if we have no DOMAINSEARCH

Gbp-Pq: 0001-Write-DNS-domain-from-DHCP-if-we-have-no-DOMAINSEARC.patch.

cb924c3... by Mauricio Faria de Oliveira

Use separate sockets for DHCP from multiple interfaces

Gbp-Pq: dhcp-one-socket-per-interface.patch.

70fb81d... by Mauricio Faria de Oliveira

Set broadcast when sending DHCPREQUEST and DHCPDISCOVER

Gbp-Pq: broadcast_dhcp_send.patch.