bugzilla-daemon at mindrot.org
2004-May-28 13:55 UTC
[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 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.
bugzilla-daemon at mindrot.org
2004-Jun-25 23:21 UTC
[Bug 875] missing escape char in "Bad escaped character" message
http://bugzilla.mindrot.org/show_bug.cgi?id=875 djm at mindrot.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From djm at mindrot.org 2004-06-26 09:21 ------- Fix applied - thanks! ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
Maybe Matching Threads
- [Bug 2691] New: Add ability to disable escape char forward menu
- Problem with escaped control characters
- regex problems with the escape character
- escape character OK in R environment, fails in R CMD CHECK
- [Bug 2478] New: Escape sequences (starting with ~) don't work when remote shell is BusyBox ash