| commit | 380948180f847a26f2d0c85b4dad3dca2ed2fd8b | [log] [download] |
|---|---|---|
| author | Damien Miller <djm@mindrot.org> | Thu May 15 14:25:18 2014 +1000 |
| committer | Damien Miller <djm@mindrot.org> | Thu May 15 14:25:18 2014 +1000 |
| tree | 0742e7603e78620286743bf96e0a7836500663b1 | |
| parent | d7fd8bedd4619a2ec7fd02aae4c4e1db4431ad9f [diff] |
- dtucker@cvs.openbsd.org 2014/04/29 20:36:51
[sftp.c]
Don't attempt to append a nul quote char to the filename. Should prevent
fatal'ing with "el_insertstr failed" when there's a single quote char
somewhere in the string. bz#2238, ok markus@