[Bug 875] missing escape char in "Bad escaped character" message
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Fri May 28 23:55:51 EST 2004
http://bugzilla.mindrot.org/show_bug.cgi?id=875
Summary: missing escape char in "Bad escaped character" message
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: trivial
Priority: P2
Component: sftp
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: f_mohr at yahoo.de
in sftp.c (line 372 in 3.8.1p1) the \ escapes the following %c format
current:
error("Bad escaped character '\%c'",
should be:
error("Bad escaped character '\\%c'",
At least the IBM compiler on AIX complains about that.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-bugs
mailing list