From owner-freebsd-testing@FreeBSD.ORG Tue Feb 24 01:19:18 2015 Return-Path: Delivered-To: freebsd-testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 972AF5E0 for ; Tue, 24 Feb 2015 01:19:18 +0000 (UTC) Received: from mail-ig0-x235.google.com (mail-ig0-x235.google.com [IPv6:2607:f8b0:4001:c05::235]) (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 5B0DAE04 for ; Tue, 24 Feb 2015 01:19:18 +0000 (UTC) Received: by mail-ig0-f181.google.com with SMTP id hn18so23167644igb.2 for ; Mon, 23 Feb 2015 17:19:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=wEqIg8GQp2gPg8+tIPzBfu0UxRkIrNvzpwZLbJb5opc=; b=ATSn363f/R2RFBikA58I4DZuWbwlBJHgSh72Xa8y8Qb2+Zu/VbncSD6+0tPW53N9zl SQP+Lsm1/odGn9EIbtGE7ZLLcM7uIhAHehwGhywS04p3QtJ5Ppg+CWLwXNa8WuxEAtTT Y6iR0PWjpDhngXqJ4kMxba9zvXDhlOHR/+bAlixVntSGwCQvXtkpdD+eJfGm9Pop3rtw QfTXh1ZUP3zA9SpO64GMcEAWkN8wwAoaMwrMfcqhC/HHfMKczlnFkFqBYi6DhvuMsyZW 9cpd6NLv6l0fljmv2KFx56HLj29+340pg4BhWGNaYQpzw6UKttspTqHA6CXhHaUYh0G2 3GGA== MIME-Version: 1.0 X-Received: by 10.50.107.7 with SMTP id gy7mr16660625igb.49.1424740757818; Mon, 23 Feb 2015 17:19:17 -0800 (PST) Received: by 10.50.104.202 with HTTP; Mon, 23 Feb 2015 17:19:17 -0800 (PST) In-Reply-To: References: Date: Mon, 23 Feb 2015 17:19:17 -0800 Message-ID: Subject: Re: "h_memcpy: stack overflow detected; terminated" while running test suite From: NGie Cooper To: Ryan Stone Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-testing@freebsd.org" X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Feb 2015 01:19:18 -0000 On Mon, Feb 23, 2015 at 12:57 PM, Ryan Stone wrote: > Never mind, false alarm. I just saw the full name of the test: > > lib/libc/ssp/ssp_test:sprintf > > SSP being stack smashing protection, of course. Yup :).