From a4718693a3d9fcabb02299b2ec07c19d8208c539 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 30 Aug 2018 21:10:38 -0700 Subject: sys/linux: add syz_execute_func The function executes random code. Update #310 --- sys/freebsd/sys.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/freebsd/sys.txt') diff --git a/sys/freebsd/sys.txt b/sys/freebsd/sys.txt index 28b486dcd..cf1dd960e 100644 --- a/sys/freebsd/sys.txt +++ b/sys/freebsd/sys.txt @@ -19,6 +19,8 @@ include include include +syz_execute_func(text ptr[in, text[target]]) + pipe(pipefd ptr[out, pipefd]) sendfile(fdout fd, fdin fd, off ptr[inout, fileoff[int64], opt], count int64) -- cgit mrf-deployment