From owner-freebsd-current@freebsd.org Wed Jun 20 16:43:28 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D62B7102381E for ; Wed, 20 Jun 2018 16:43:28 +0000 (UTC) (envelope-from ricera10@gmail.com) Received: from mail-ot0-f171.google.com (mail-ot0-f171.google.com [74.125.82.171]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6F0EC842F4 for ; Wed, 20 Jun 2018 16:43:28 +0000 (UTC) (envelope-from ricera10@gmail.com) Received: by mail-ot0-f171.google.com with SMTP id d19-v6so226934oti.8 for ; Wed, 20 Jun 2018 09:43:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=5uyvESMHwShn/KCDmqKJ41Nd/bB4kSw6wRfPclkhPwg=; b=PgNsJEIpLJu1MIs6utbxcKIbDdtdaddd1+9th/yDaQdaMn7TJOkUxFcHNaf7X39gX4 DjmC83eWAI9sbDBQxm95rZZcIJfvk4y5xm0OkIBjpNuvjk76azza2J4StYXLuYE+4DxH 3AaXEO7xdovi2GJwyy0YQytKGRyAN1opFgSMhONd9V3mlLe72dRAk3KQbxHlZd97bRGI MepPp6oCjmvbF/SpqpF6GFHdWOtEzQIBGOuDs/yRWu3OOZ2CQzntJj+cyyOYHZJPtvbv 4Rv4LU/XvHnZkGJ1d46gcGu6OxIDZvr0hPcIyz8FZZF/YXjzv4u6QP+eOz7wopkQhNZ4 MGEg== X-Gm-Message-State: APt69E3OSGEjQ/8KB2yOq8XgT5mNnAVXiRNZEqiU8AuRjErGM68ABKJf BiuMwToYGj7YjUMx5c5CDWOaY//U X-Google-Smtp-Source: ADUXVKJnd1dxBR9oTXh5yofvLqjN+y3HbmL9l/5X4JHpQeTL7/wKLPvKci+PoeO0nz9swH7ctVnCXA== X-Received: by 2002:a9d:4e99:: with SMTP id v25-v6mr13810634otk.328.1529511111458; Wed, 20 Jun 2018 09:11:51 -0700 (PDT) Received: from mail-ot0-f180.google.com (mail-ot0-f180.google.com. [74.125.82.180]) by smtp.gmail.com with ESMTPSA id 200-v6sm2175280oib.49.2018.06.20.09.11.50 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 20 Jun 2018 09:11:50 -0700 (PDT) Received: by mail-ot0-f180.google.com with SMTP id 92-v6so111114otw.9 for ; Wed, 20 Jun 2018 09:11:50 -0700 (PDT) X-Received: by 2002:a9d:5305:: with SMTP id g5-v6mr3434371oth.213.1529511110813; Wed, 20 Jun 2018 09:11:50 -0700 (PDT) MIME-Version: 1.0 From: Eric Joyner Date: Wed, 20 Jun 2018 09:11:15 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: mount_smbfs stack overflow issue with long hostnames To: FreeBSD Current Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.26 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jun 2018 16:43:29 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228354 Can someone look at fixing this for 12? Non-gracefully handling long names is a pretty bad bug. - Eric