[Bug 2428] realpath command doesn't work
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Thu Jul 16 08:34:57 AEST 2015
https://bugzilla.mindrot.org/show_bug.cgi?id=2428
--- Comment #9 from Darren Tucker <dtucker at zip.com.au> ---
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.
More information about the openssh-bugs
mailing list