From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 86C6B3851416; Tue, 6 Sep 2022 13:27:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 86C6B3851416 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1662470842; bh=GFQyu168m+b6eigMFK5L+tOcPqcJ9mpvFGnS+2pFzRQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=twXUmVSnIxEf5nSKM5n7+7r3XKekPUiowjg37AY3Kn4U8j0hUa8dVA02an2vn22B4 U8y9HtbKvaIO0O1VEDb7xyiiwyjdyqJsWSKdZIXqE2xmSvlF+GmEdAH4cUiIhv3o5Y F7R223TDRsoOMUsp+MUarnyiBuI3WNarfaUL0fjg= From: "fweimer at redhat dot com" To: glibc-bugs@sourceware.org Subject: [Bug libc/29536] syslog fail to create large messages (CVE-2022-39046) Date: Tue, 06 Sep 2022 13:27:21 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: 2.36 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: fweimer at redhat dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: adhemerval.zanella at linaro dot org X-Bugzilla-Target-Milestone: 2.37 X-Bugzilla-Flags: security+ X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29536 Florian Weimer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fweimer at redhat dot com --- Comment #5 from Florian Weimer --- Commit: commit 52a5be0df411ef3ff45c10c7c308cb92993d15b1 Author: Adhemerval Zanella Date: Sun Aug 28 16:52:53 2022 -0300 syslog: Fix large messages (BZ#29536) The a583b6add407c17cd change did not handle large messages that would require a heap allocation correctly, where the message itself is not take in consideration. This patch fixes it and extend the tst-syslog to check for large messages as well. Checked on x86_64-linux-gnu. Reviewed-by: Siddhesh Poyarekar --=20 You are receiving this mail because: You are on the CC list for the bug.=