]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
add a fuzzer for private key parsing
authorDamien Miller <djm@mindrot.org>
Wed, 9 Oct 2019 02:49:35 +0000 (13:49 +1100)
committerDamien Miller <djm@mindrot.org>
Wed, 9 Oct 2019 02:49:35 +0000 (13:49 +1100)
commit1ba130ac8fb2884307f658126f04578f8aef409e
treecc2fb5617da82942610d785629b4882263b8f65e
parentcdf1d0a9f5d18535e0a18ff34860e81a6d83aa5c
add a fuzzer for private key parsing
regress/misc/fuzz-harness/Makefile
regress/misc/fuzz-harness/privkey_fuzz.cc [new file with mode: 0644]