From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A13003858D37; Thu, 29 Sep 2022 09:42:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A13003858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1664444558; bh=jol+TpTf/PVOwFJVRXXqgFuyKzC8VXUSG6JzpXZ1GWc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=s9OmqVg2gUF4YF8vlq0D0sJff563nWvXy3bN6f/z9R46o/RswAUqSeo0yLl7Ijsds soJuOb5kyNpmb8UNssIIfF795FK38A8O5csUdWC6UlsNjcYTjd0USGny2FTnAQtpsW 24iktGxOP0vIIRYk7p0SxmljlwhU1Vu2PAnJREsI= From: "schwab@linux-m68k.org" To: glibc-bugs@sourceware.org Subject: [Bug build/29634] tst-realloc.c:134:12: error: pointer 'p' used after 'realloc' Date: Thu, 29 Sep 2022 09:42:37 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: build X-Bugzilla-Version: 2.35 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: schwab@linux-m68k.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D29634 --- Comment #1 from Andreas Schwab --- It's a gcc bug: realloc(, -1) does not succeed and p remains valid. --=20 You are receiving this mail because: You are on the CC list for the bug.=