|
Message-ID: <068eb724241a91d08f36f2262c90ae30bf135fa1.camel@gmail.com> Date: Tue, 25 Jun 2019 23:09:36 +0200 From: Martin Carpenter <martin.carpenter@...il.com> To: oss-security@...ts.openwall.com Subject: Re: Thousands of vulnerabilities, almost no CVEs: OSS-Fuzz On Tue, 2019-06-25 at 16:34 +0200, Florian Weimer wrote: > Fuzzing is used to show that a function is partial, when it is > expected to be total This definition is cute but it misses the case where the function is defined over its entire domain but sometimes gives the wrong answer. Fuzzers can find these bugs, as well as C-style crashes. (Simple recipe for crash-seeking fuzzers is: test harness + abort(3)).
Powered by blists - more mailing lists
Please check out the Open Source Software Security Wiki, which is counterpart to this mailing list.
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.