From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 93F783858417; Sun, 2 Jul 2023 11:30:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 93F783858417 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1688297409; bh=PmCmB5EyG2Me1L7mp8bgFQ2STYN1I0aeaBYFj8bYP0I=; h=From:To:Subject:Date:From; b=ICqHS8CPdF6h3dK+D83fMWLHY+dbvNKlS5pr7jDiBvIdYDVmGjm+PYVvECscWHWwH d9MHcJ20IKnSzXAeIyybitDUe92PV3nwmtYZzOtIyvq17fmwyo8t1RKdkak5h36wSQ lAUk7m9j7ch8Bov4fehuZmO5TDLedjlsDQXj9Sjo= From: "roman.zilka at gmail dot com" To: glibc-bugs@sourceware.org Subject: [Bug libc/30606] New: HOST_NAME_MAX under POSIX limit Date: Sun, 02 Jul 2023 11:30:08 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: 2.37 X-Bugzilla-Keywords: std-posix X-Bugzilla-Severity: minor X-Bugzilla-Who: roman.zilka at gmail dot com X-Bugzilla-Status: UNCONFIRMED 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: bug_id short_desc product version bug_status keywords bug_severity priority component assigned_to reporter cc target_milestone cf_gcchost cf_gcctarget cf_gccbuild Message-ID: 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=3D30606 Bug ID: 30606 Summary: HOST_NAME_MAX under POSIX limit Product: glibc Version: 2.37 Status: UNCONFIRMED Keywords: std-posix Severity: minor Priority: P2 Component: libc Assignee: unassigned at sourceware dot org Reporter: roman.zilka at gmail dot com CC: drepper.fsp at gmail dot com Target Milestone: --- Host: x86_64-pc-linux-gnu Target: x86_64-pc-linux-gnu Build: x86_64-pc-linux-gnu glibc 2.37, x86_64, Linux, with _XOPEN_SOURCE=3D600 and 700: HOST_NAME_MAX = is reported 64 both by limits.h and sysconf(). POSIX ed. 2004 and 2018 require _POSIX_HOST_NAME_MAX =3D 255 at the minimum. --=20 You are receiving this mail because: You are on the CC list for the bug.=