gawk 1:5.0.1+dfsg-1ubuntu0.1 source package in Ubuntu

Changelog

gawk (1:5.0.1+dfsg-1ubuntu0.1) focal-security; urgency=medium

  * SECURITY UPDATE: integer overflow
    - debian/patches/CVE-2023-4156.patch: prevent integer overflow
      by adding check for negative size value in builtin.c.
    - CVE-2023-4156

 -- Fabian Toepfer <email address hidden>  Thu, 17 Aug 2023 15:21:23 +0200

Upload details

Uploaded by:
Fabian Toepfer
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
interpreters
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal updates main interpreters
Focal security main interpreters

Downloads

File Size SHA-256 Checksum
gawk_5.0.1+dfsg.orig.tar.xz 2.4 MiB aa80c62637144ceb583f39db1897a73408f7ddae93458e4e937ba02d27c2ff34
gawk_5.0.1+dfsg-1ubuntu0.1.debian.tar.xz 12.9 KiB f60f4e65a52d3a97298a3000f2de4ae3acf6f93cc098b40596032edc3ea1e9f0
gawk_5.0.1+dfsg-1ubuntu0.1.dsc 1.9 KiB 768da6d5e56744f3e180fa7fc95b17a062b75a36973ace06080af37b8ed6ec15

View changes file

Binary packages built by this source

gawk: GNU awk, a pattern scanning and processing language

 `awk', a program that you can use to select particular records in a
 file and perform operations upon them.
 .
 Gawk is the GNU Project's implementation of the AWK programming language.
 It conforms to the definition of the language in the POSIX 1003.2 Command
 Language And Utilities Standard. This version in turn is based on the
 description in The AWK Programming Language, by Aho, Kernighan, and
 Weinberger, with the additional features defined in the System V Release
 4 version of UNIX awk. Gawk also provides more recent Bell Labs awk
 extensions, and some GNU-specific extensions.

gawk-dbgsym: debug symbols for gawk