From owner-freebsd-current@FreeBSD.ORG Thu Dec 18 20:02:47 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CB957C89; Thu, 18 Dec 2014 20:02:47 +0000 (UTC) Received: from mail-ie0-x234.google.com (mail-ie0-x234.google.com [IPv6:2607:f8b0:4001:c03::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9463818FF; Thu, 18 Dec 2014 20:02:47 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id rp18so1840721iec.11; Thu, 18 Dec 2014 12:02:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=yIiML4XKEd78ptHMrQ9NUng8oNYiaIX2kUu7Q3Y3uZM=; b=tOrJShdHNAxde7edotodDVl5526SWLCjhiawNNWvTN46MuwQHIRbUAPHup5I8q8+/9 nYgaO5+Zrf+eq7jvI7nq1xm5wenkFsWsDR9glouLJAjvmjmp0q6GM9lKtf29bD/fGBKm PyIQepFPiDw1OzxQJ+JryQfUlPkR08qSP6P7nzMUSDpLtR5FPn8A2yRE3Yhhd+9ihYdD ARfgb0rAPnuAD805KUnZTtkYxWgjG7nSq79uNYaBS/y0cGBB/Kz/xfN/kKgXe1e7Ypue Eo8AAA4ofQjHP+6h9IPvzAmP50tTwh02pcDchC7eeQjal9MPJULvu3ET/oPWs9i4AaZW Z+xA== X-Received: by 10.42.14.8 with SMTP id f8mr3682847ica.53.1418932967020; Thu, 18 Dec 2014 12:02:47 -0800 (PST) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.0.85 with HTTP; Thu, 18 Dec 2014 12:02:26 -0800 (PST) In-Reply-To: <5493066F.7080100@FreeBSD.org> References: <5493066F.7080100@FreeBSD.org> From: Ed Maste Date: Thu, 18 Dec 2014 15:02:26 -0500 X-Google-Sender-Auth: V3ZH-UIB1hIXR-LI_8BlrEPl2gQ Message-ID: Subject: Re: Call for testing: elftoolchain tools To: Pedro Giffuni Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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: Thu, 18 Dec 2014 20:02:47 -0000 On 18 December 2014 at 11:53, Pedro Giffuni wrote: > test the tools with a fuzzer like security/afl Yes, a very good idea, especially for strings(1) given the way it is often used. I've already found a strings crash with afl.