https://bugzilla.mindrot.org/show_bug.cgi?id=3032
--- Comment #3 from Ole Weidner <[email protected]> --- (In reply to Darren Tucker from comment #2) > I've applied fixes for both. Please try a snapshot > (https://www.mindrot.org/openssh_snap/) dated 20190707 or later and > see if the problem has been resolved. HAVE_STRNDUP is not defined in config.h Adding the strndup prototype "char *strndup(const char *s, size_t n);" fixes the compiler error. However, the regression test #77 "sshbuf_dump" still fails. I'll try the 20190707 snapshot (I don't see it online yet) later today. (In reply to Darren Tucker from comment #2) > I've applied fixes for both. Please try a snapshot > (https://www.mindrot.org/openssh_snap/) dated 20190707 or later and > see if the problem has been resolved. -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
