Mailing List Archive

[Bug 875] missing escape char in "Bad escaped character" message
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@mindrot.org
ReportedBy: f_mohr@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.