| Summary: | name space collision - log function | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | rusr |
| Component: | sshd | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> |
| Status: | CLOSED FIXED | ||
| Severity: | major | ||
| Priority: | P2 | ||
| Version: | -current | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
rusr
2003-02-05 04:40:30 AEDT
compiling with -Dlog=ssh_log works, too. (why do you link -lm against ssh?). I don't - I am using a PAM library that does (under certain circumstances and configurations). When it called log(), it core'd in a child process and the connection was lost. This is now fixed. From ChangeLog: 20030409 [snip] - itojun@cvs.openbsd.org 2003/04/08 20:21:29 [*.c *.h] rename log() into logit() to avoid name conflict. markus ok, from netbsd Mass change of RESOLVED bugs to CLOSED |