From 75073d0a8478441cc97a6efa10b566c5fb1dac81 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Fri, 17 Apr 2020 20:57:17 +0100 Subject: New upstream version 1.4.0 --- fuzz/harnesses/fido2-assert-G | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100755 fuzz/harnesses/fido2-assert-G (limited to 'fuzz/harnesses/fido2-assert-G') diff --git a/fuzz/harnesses/fido2-assert-G b/fuzz/harnesses/fido2-assert-G deleted file mode 100755 index 6671449..0000000 --- a/fuzz/harnesses/fido2-assert-G +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/bash -u -# Copyright (c) 2019 Yubico AB. All rights reserved. -# Use of this source code is governed by a BSD-style -# license that can be found in the LICENSE file. - -T=fido2-assert-G - -sync() { - mkdir ${T} - ssh "${REMOTE}" "cd ${T}/afl-out && tar -cf- queue" | tar -C ${T} -xf- -} - -run() { - find ${T}/queue -type f | while read f; do - cat "${f}" | LD_PRELOAD=${PRELOAD} build/tools/fido2-assert \ - -G -i - nodev 2>/dev/null 1>&2 - done -} - -case "$1" in -sync) - sync - ;; -run) - run - exit 0 - ;; -*) - echo unknown command "$1" - exit 1 -esac -- cgit v1.2.3