From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl1-x633.google.com (mail-pl1-x633.google.com [IPv6:2607:f8b0:4864:20::633]) by sourceware.org (Postfix) with ESMTPS id 038083858C52 for ; Mon, 28 Mar 2022 03:54:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 038083858C52 Received: by mail-pl1-x633.google.com with SMTP id j13so13706740plj.8 for ; Sun, 27 Mar 2022 20:54:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=LDovrONFfumzM/Kv3ktwJcVIIQaDoeuwHCkzsfUA7bM=; b=QRrMW9bJaqJdnlUt4J1tFuzTEEpqP3ZiNu8Sh2A6gBXidRAvzK95RRaOdS3avnUhwJ 32aNeW5qo7toxPu0aerMn9J/zDkX40di+ur00U1jreIqxxdtNPOUTRO67iN5c3vus8q3 LY/ylr4Pp0fPnm4/K1Dvc2LBJtkBhj7765qRT5HsYRpFb7KWSeXVfuqcFf32+zW6rbZC wNoh8ni+MCqFufQqTNnTzihkyOkzCIX+3+5+LxZ7wZ0VushGYVxweJvmVW4x5eauiyRG msoU9hifnWGMvt/6SDkR0hhmNmbOutnDyKrgfgCOpQX/Lj7OdnFUDi0P4xAk9a+PbaT+ hRzw== X-Gm-Message-State: AOAM533vsjqwwv3tDyMLOasysrak+6dKu57BjSBytDyV85mwMAubUgjT yIcJiEiImGQ39jjedPwJNVn3PpK7pokTs+JksBhVYV06 X-Google-Smtp-Source: ABdhPJzR6ZFFV8Qr2OHGehy7C6bCplhApO2GvBdguqCYeI3/UHE2mbSD6q4QwVa6WQEoZoVblWdHx/2FhcmE8+z2mxY= X-Received: by 2002:a17:90b:4f8d:b0:1c6:408b:6b0d with SMTP id qe13-20020a17090b4f8d00b001c6408b6b0dmr38713443pjb.90.1648439643556; Sun, 27 Mar 2022 20:54:03 -0700 (PDT) MIME-Version: 1.0 From: Joshua Hudson Date: Sun, 27 Mar 2022 20:53:52 -0700 Message-ID: Subject: Report bug -- glibc To: overseers@sourceware.org Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-0.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: overseers@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Overseers mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2022 03:54:06 -0000 pathconf("FAT mount point", _PC_LINK_MAX) returns 127 on linux! I traced it through the source code and found it's returning from a default: block on a switch statement so I can't even hardcode the incorrect value to check for.