From nobody Thu Dec 22 01:47:18 2022 X-Original-To: standards@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4NctTy5jbyz1GM0p for ; Thu, 22 Dec 2022 01:47:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4NctTy1ftXz46t9 for ; Thu, 22 Dec 2022 01:47:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1671673638; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=isWqJK06mz93zPboMpd/4RcQywrVZDTsn+/G4k1p1YQ=; b=VWNxCOX2O4NI3dUlKwPBdg/tksRDCbCxjYQ/4lGm5oM+d+9p+RCb0jo8XXCmDwJq6epS8d bdgo6czm3ezNMCqCAPfH1QUJ203gdpFvKjlhra+V94uFosC77vqUnQzOc2Yvkp85wrSELE xb6/hhqi2DmTo8wxfCw0FJIwmaUw6PApmKOwddb61DM11bE8BjAeoKLiumJEpCLTOpRO0I rlzKhpUQXNKSGm5xy07vDuRSiZQIAHBPGFIOGk9XCTxNHtYJjyLaYV6IOHbgF9UJOwVXXB YXHQXpJceGaax5dfB46j/U8VyZsJcsWuAygw1ycpVIGMrUUwJz9AZMgVNhRaWQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1671673638; a=rsa-sha256; cv=none; b=Vj+KnL7JcJw7udylRed6QpJ8uNtfRkwvCOkRy4J+KJk+DLLOwgZafwQEapMODP4JXH8kRs 932KA0dS34DAQAeQxDdlNjHWSOTwH+SovQ19EK6nCZn98BaS69kLiDzMKxobUQyA4dOjfq NRKIx0jr3Kc/M7vHqaWT8ZHEIPQTosfpSPf8pOvT5grMzjUDO5WRqvmyMKd2y3Go16UZ62 lFv6FZm7HrhP02UyPe/Mm9wBILNU/C1tfM1EqI64Qiqc3gbTrr2AQc6ixzdKSFtb8zBntD APvNM1GqsqzBG/AGhM8ZJHmUqS+DfJiDwxCCBQSAe0kSfa7XT+dVYGLngO8pyA== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4NctTy0kCDzcjL for ; Thu, 22 Dec 2022 01:47:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 2BM1lIDx038212 for ; Thu, 22 Dec 2022 01:47:18 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2BM1lIBS038210 for standards@FreeBSD.org; Thu, 22 Dec 2022 01:47:18 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: standards@FreeBSD.org Subject: [Bug 268479] lib/libc/stdlib/getenv.c may have a problem with putenv() Date: Thu, 22 Dec 2022 01:47:18 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: standards X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: dclarke@blastwave.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: standards@FreeBSD.org 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: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Standards compliance List-Archive: https://lists.freebsd.org/archives/freebsd-standards List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-standards@freebsd.org X-BeenThere: freebsd-standards@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268479 --- Comment #6 from Dennis Clarke --- (In reply to Mark Millard from comment #4) RE : "For what purpose ..."=20 Well, I want to use uname(3) and know the results. Simple. --=20 Dennis Clarke RISC-V/SPARC/PPC/ARM/CISC UNIX and Linux spoken GreyBeard and suspenders optional --=20 You are receiving this mail because: You are the assignee for the bug.=