Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 7049 by doda, Wed Feb 21 03:02:05 2018 UTC revision 7050 by doda, Thu Feb 22 10:33:17 2018 UTC
# Line 6948  void sanitize_str(buffer_t *buff, unsign Line 6948  void sanitize_str(buffer_t *buff, unsign
6948                  return;                  return;
6949    
6950          for (i=0; i<srclen; i++) {          for (i=0; i<srclen; i++) {
6951                  if (src[i] < 0x20) {                  if (src[i] < 0x20 && src[i] != '\t') {
6952                          if (cplen > 0) {                          if (cplen > 0) {
6953                                  buffer_append(buff, start, cplen);                                  buffer_append(buff, start, cplen);
6954                          }                          }

Legend:
Removed from v.7049  
changed lines
  Added in v.7050

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26