[Bug 2702] ssh compiled with --with-ldns segfaults during known_hosts parsing
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Fri Mar 31 23:13:03 AEDT 2017
https://bugzilla.mindrot.org/show_bug.cgi?id=2702
--- Comment #5 from Luis Ressel <aranea at aixah.de> ---
Created attachment 2971
--> https://bugzilla.mindrot.org/attachment.cgi?id=2971&action=edit
Build log for first bad commit 523db854 with --without-ldns
I've attached some build logs. Looking at the diff between the two logs
for the bad commit, it looks like --with-ldns confuses ./configure into
finding some functions provided by libbsd.so; this causes problems
later on because the compiled binaries don't link against this library.
I'm a bit clueless why this happens, since I haven't found any relevant
libraries which link against libbsd (in particular, libldns doesn't
link against it).
--
You are receiving this mail because:
You are watching the assignee of the bug.
More information about the openssh-bugs
mailing list