search for: assert_ptr_ne

Displaying 3 results from an estimated 3 matches for "assert_ptr_ne".

2015 Jun 23
2
Call for testing: OpenSSH 6.9
...NULL), 0); diff --git a/regress/unittests/kex/test_kex.c b/regress/unittests/kex/test_kex.c index c61e2bd..cf35f09 100644 --- a/regress/unittests/kex/test_kex.c +++ b/regress/unittests/kex/test_kex.c @@ -141,13 +141,16 @@ do_kex_with_key(char *kex, int keytype, int bits) sshbuf_free(state); ASSERT_PTR_NE(server2->kex, NULL); /* XXX we need to set the callbacks */ +#ifdef WITH_OPENSSL server2->kex->kex[KEX_DH_GRP1_SHA1] = kexdh_server; server2->kex->kex[KEX_DH_GRP14_SHA1] = kexdh_server; server2->kex->kex[KEX_DH_GEX_SHA1] = kexgex_server; server2->kex->kex[KEX_DH...
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
2015 May 31
2
Call for testing: OpenSSH 6.9
...;/home/sme/openssh/regress' Makefile:544: recipe for target 'tests' failed make: *** [tests] Error 2 OmniOS test_sshbuf: ..................................................................................... regress/unittests/sshbuf/test_sshbuf_misc.c:35 test #86 "sshbuf_dump" ASSERT_PTR_NE(out, NULL) failed: out = 0 NULL = 0 /bin/sh: line 4: 6981: Abort(coredump) make[1]: *** [unit] Abort (core dumped) make[1]: Leaving directory `/export/home/sme/openssh/regress' make: *** [tests] Error 2 Solaris 11.2 SPARC with Solaris Studio 12.4 run test connect.sh ... Missin...