Call for testing: OpenSSH 7.3

Damien Miller djm at mindrot.org
Sat Jul 23 09:33:12 AEST 2016


On Fri, 22 Jul 2016, Hisashi T Fujinaka wrote:

> In NetBSD-current(ish):
> 
> test_sshkey: ..................................[1]   Segmentation fault (core
> dumped) ${V} /home/htodd...
> *** Error code 139
> 
> And gdb bt shows:
> 
> Program terminated with signal SIGSEGV, Segmentation fault.
> #0  0x000000000041174e in cert_parse (key=0x756584f120c0,
> certbuf=0x756584f16200, b=0x756584f161b0) at sshkey.c:1896
> 1896                    key->cert->principals[key->cert->nprincipals++] =
> principal;

Thanks for reporting this. I don't understand how it could fail at that
point. Could you rerun the failing test and see what the values of
key, *key, key->cert and *key->cert are? It's possible to run just the
sshkey unit test using:

./regress/unittests/sshkey/test_sshkey -d regress/unittests/sshkey/testdata

from the top-level directory.

-d


More information about the openssh-unix-dev mailing list