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/fuzz_mgmt | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100755 fuzz/harnesses/fuzz_mgmt (limited to 'fuzz/harnesses/fuzz_mgmt') diff --git a/fuzz/harnesses/fuzz_mgmt b/fuzz/harnesses/fuzz_mgmt deleted file mode 100755 index 9224eea..0000000 --- a/fuzz/harnesses/fuzz_mgmt +++ /dev/null @@ -1,29 +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=fuzz_mgmt - -sync() { - mkdir ${T} - ssh "${REMOTE}" "cd ${T} && tar -cf- corpus" | tar -C ${T} -xf- -} - -run() { - build/fuzz/fuzz_mgmt -max_len=17408 -runs=1 ${T}/corpus \ - 2>/dev/null 1>&2 -} - -case "$1" in -sync) - sync - ;; -run) - run - exit 0 - ;; -*) - echo unknown command "$1" - exit 1 -esac -- cgit v1.2.3