From owner-freebsd-current@freebsd.org Tue Oct 24 09:20:36 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9235CE46219 for ; Tue, 24 Oct 2017 09:20:36 +0000 (UTC) (envelope-from tuexen@freebsd.org) Received: from drew.franken.de (drew.ipv6.franken.de [IPv6:2001:638:a02:a001:20e:cff:fe4a:feaa]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.franken.de", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5C8037727B for ; Tue, 24 Oct 2017 09:20:36 +0000 (UTC) (envelope-from tuexen@freebsd.org) Received: from nod162.eduroam.kau.se (nod162.eduroam.kau.se [130.243.28.162]) (Authenticated sender: macmic) by mail-n.franken.de (Postfix) with ESMTPSA id 04E9772106C16 for ; Tue, 24 Oct 2017 11:20:30 +0200 (CEST) From: Michael Tuexen Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 11.0 \(3445.1.7\)) Subject: libfuzzer support Message-Id: <93FB13F4-CA2D-4AF7-A8F6-F97B38B7D1A0@freebsd.org> Date: Tue, 24 Oct 2017 11:20:29 +0200 To: FreeBSD Current X-Mailer: Apple Mail (2.3445.1.7) X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=disabled version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mail-n.franken.de X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 24 Oct 2017 09:20:36 -0000 Dear all, is libfuzzer (see https://llvm.org/docs/LibFuzzer.html) supported on = FreeBSD head? It seems that it is not supported by /usr/bin/clang... Am I wrong and it is supported or is someone working on it? Best regards Michael=