Call for testing: OpenSSH 7.8

Darren Tucker dtucker at dtucker.net
Sat Aug 18 00:16:03 AEST 2018


On 13 August 2018 at 15:06, Val Baranov <val.baranov at duke.edu> wrote:
[...]
> test_utf8: ........................
> regress/unittests/utf8/tests.c:48 test #25 "c_esc"
> ASSERT_INT_EQ(len, wantlen) failed:
>          len = -1
>      wantlen = 5

This boils down to meaning OpenSSH's smnprintf call failed for the
string "\033x" instead of returning the expected escaped version
"\\033x".  The code is in utf8.c but I am not sure why it failed.
What's your locale set to?

You can run the rest of the tests on your platform by running:

TEST_SSH_UTF8=no make testst

-- 
Darren Tucker (dtucker at dtucker.net)
GPG key 11EAA6FA / A86E 3E07 5B19 5880 E860  37F4 9357 ECEF 11EA A6FA (new)
    Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.


More information about the openssh-unix-dev mailing list