Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v6.13-rc5 8 lines 178 B view raw
1#!/bin/sh 2# SPDX-License-Identifier: GPL-2.0 3n=`./default_file_splice_read </dev/null | wc -c` 4 5test "$n" = 0 && exit 0 6 7echo "default_file_splice_read broken: leaked $n" 8exit 1