https://bugzilla.mindrot.org/show_bug.cgi?id=2428
--- Comment #9 from Darren Tucker <[email protected]> --- Ah, I see what happened: $ nm sftp-server | grep realpath 00003060 t process_realpath U __realpath_chk@@GLIBC_2.4 That symbol is the checked version of realpath enabled by -DFORTIFY_SOURCE=2. If I remove that from the Makefile: $ nm sftp-server | grep realpath00003030 t process_realpath 0000e280 T realpath -- 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
