Displaying 13 results from an estimated 13 matches for "test_fuzz".
Did you mean:
test_func
2015 Jan 23
9
[Bug 2343] New: test_fuzz.c won't compile if ssh1 support is disabled
https://bugzilla.mindrot.org/show_bug.cgi?id=2343
Bug ID: 2343
Summary: test_fuzz.c won't compile if ssh1 support is disabled
Product: Portable OpenSSH
Version: 6.7p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: Build system
Assignee: unas...
2014 Aug 26
1
Call for testing: OpenSSH 6.7
Good news/Bad News
The test race in RHEL 3.4 seems to be gone ... but another ec.h failure ...
Using http://www.mindrot.org/openssh_snap/openssh-SNAP-20140827.tar.gz
OS Build_Target CC
OpenSSL BUILD TEST
============== =========================== ================
============= ====== =================
*RHEL 3.4 i386-redhat-linux gcc
2015 Jul 04
2
[LLVMdev] libFuzzer newbie question
So I was curious to start using the libFuzzer, but trying to follow along I
got the following error:
clang++ -fsanitize=address -fsanitize-coverage=edge test_fuzzer.cc Fuzzer*.o
Undefined symbols for architecture x86_64:
"_dfsan_create_label", referenced from:
fuzzer::TraceState::DFSanCmpCallback(unsigned long, unsigned long,
unsigned long, unsigned long long, unsigned long long, unsigned short,
unsigned short) in FuzzerTraceState.o...
2015 Jul 06
2
[LLVMdev] DataFlowSanitizer only for Linux
Afternoon,
I had an issue with trying to link a program with the DataFlowSanitizer
functionality, this is from the libFuzzer project, and I was seeing:
clang++ -fsanitize=address -fsanitize-coverage=edge test_fuzzer.cc Fuzzer*.o
Undefined symbols for architecture x86_64:
"_dfsan_create_label", referenced from:
fuzzer::TraceState::DFSanCmpCallback(unsigned long, unsigned long,
unsigned long, unsigned long long, unsigned long long, unsigned short,
unsigned short) in FuzzerTraceState.o...
2015 Jul 08
2
[LLVMdev] DataFlowSanitizer only for Linux
...sar at gmail.com>
> wrote:
>>
>> Afternoon,
>>
>> I had an issue with trying to link a program with the DataFlowSanitizer
>> functionality, this is from the libFuzzer project, and I was seeing:
>>
>> clang++ -fsanitize=address -fsanitize-coverage=edge test_fuzzer.cc
>> Fuzzer*.o
>>
>> Undefined symbols for architecture x86_64:
>>
>> "_dfsan_create_label", referenced from:
>>
>> fuzzer::TraceState::DFSanCmpCallback(unsigned long, unsigned long,
>> unsigned long, unsigned long long, unsigned...
2015 Jun 23
2
Call for testing: OpenSSH 6.9
...,6 +413,7 @@ sshkey_file_tests(void)
ASSERT_INT_EQ(sshkey_equal(k1, k2), 1);
sshkey_free(k2);
TEST_DONE();
+#endif
TEST_START("load Ed25519 from public");
ASSERT_INT_EQ(sshkey_load_public(test_data_file("ed25519_1.pub"), &k2,
diff --git a/regress/unittests/sshkey/test_fuzz.c b/regress/unittests/sshkey/test_fuzz.c
index 1f08a2e..4fc6584 100644
--- a/regress/unittests/sshkey/test_fuzz.c
+++ b/regress/unittests/sshkey/test_fuzz.c
@@ -150,6 +150,7 @@ sshkey_fuzz_tests(void)
TEST_DONE();
#endif
+#ifdef WITH_OPENSSL
TEST_START("fuzz RSA private");
buf =...
2015 Jul 10
2
[LLVMdev] DataFlowSanitizer only for Linux
...;> Afternoon,
>> >>
>> >> I had an issue with trying to link a program with the DataFlowSanitizer
>> >> functionality, this is from the libFuzzer project, and I was seeing:
>> >>
>> >> clang++ -fsanitize=address -fsanitize-coverage=edge test_fuzzer.cc
>> >> Fuzzer*.o
>> >>
>> >> Undefined symbols for architecture x86_64:
>> >>
>> >> "_dfsan_create_label", referenced from:
>> >>
>> >> fuzzer::TraceState::DFSanCmpCallback(unsigned long, unsig...
2014 Sep 07
3
[Bug 2271] New: Regression test #89 "fuzz Ed25519 sig" fails under Solaris
...ression tests fails with the
following error:
test_sshbuf:
...................................................................................................
100 tests ok
test_sshkey:
........................................................................................
regress/unittests/sshkey/test_fuzz.c:86 test #89 "fuzz Ed25519 sig"
ASSERT_INT_EQ(sshkey_verify(k, sig, l, c, sizeof(c), 0), 0) failed:
sshkey_verify(k, sig, l, c, sizeof(c), 0) = -21
0 = 0
Failed during fuzz:
FUZZ_1_BIT_FLIP case 1 of 664 (bit: 1)
fuzz context 80c56b0 len = 83
0000: 01 00 00 0b 73 73 68 2d 65 6...
2015 May 29
16
Call for testing: OpenSSH 6.9
Hi,
OpenSSH 6.9 is almost ready for release, so we would appreciate testing
on as many platforms and systems as possible. This release contains
some substantial new features and a number of bugfixes.
Snapshot releases for portable OpenSSH are available from
http://www.mindrot.org/openssh_snap/
The OpenBSD version is available in CVS HEAD:
http://www.openbsd.org/anoncvs.html
Portable OpenSSH is
2016 Feb 17
2
Call for testing: OpenSSH 7.2
On Wed, 17 Feb 2016, Tom G. Christensen wrote:
> On 12/02/16 04:56, Damien Miller wrote:
> > Portable OpenSSH is available via Git at
> > https://anongit.mindrot.org/openssh.git/ or via a mirror on Github at
> > https://github.com/openssh/openssh-portable
> >
>
> I'm seeing a hang in the testsuite on Solaris:
> run test transfer.sh ...
> transfer data:
2015 Jun 06
4
[Bug 2412] New: make tests does not PASS all tests with SNAP openssh-SNAP-20150607.tar.gz
...xec/sftp-server\"
-D_PATH_SSH_KEY_SIGN=\"/opt/libexec/ssh-keysign\"
-D_PATH_SSH_PKCS11_HELPER=\"/opt/libexec/ssh-pkcs11-helper\"
-D_PATH_SSH_PIDDIR=\"/var/openssh/etc\"
-D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c
regress/unittests/sshkey/test_fuzz.c -o
regress/unittests/sshkey/test_fuzz.o
xlc -I/opt/include -I/opt/buildaix/include -O2 -I. -I. -I/opt/include
-DSSHDIR=\"/var/openssh/etc\" -D_PATH_SSH_PROGRAM=\"/opt/bin/ssh\"
-D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/libexec/ssh-askpass\"
-D_PATH_SFTP_SERVER=\"/opt/...
2014 Aug 29
90
[Bug 2266] New: Bugs intended to be fixed in 6.8
https://bugzilla.mindrot.org/show_bug.cgi?id=2266
Bug ID: 2266
Summary: Bugs intended to be fixed in 6.8
Product: Portable OpenSSH
Version: -current
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: Miscellaneous
Assignee: unassigned-bugs at
2017 Sep 23
3
Call for testing: OpenSSH 7.6
> Portable OpenSSH is also available via [...] Github:
https://github.com/openssh/openssh-portable
>
> Running the regression tests supplied with Portable OpenSSH does not
require installation and is a simply:
>
> $ ./configure && make tests
I was going to try this on Kali Linux (latest version), but ran into
trouble right away. No "configure" script exists