Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 168584
Collapse All | Expand All

(-)lib/sshfilexfer/sshfilexfers.c.orig (-2 / +3 lines)
Lines 5-11 Link Here
5
  Authors: Tatu Ylonen   <ylo@ssh.com>
5
  Authors: Tatu Ylonen   <ylo@ssh.com>
6
           Sami Lehtinen <sjl@ssh.com>
6
           Sami Lehtinen <sjl@ssh.com>
7
          
7
          
8
  Copyright (c) 1998-2001 SSH Communications Security Corp, Finland
8
  Copyright (c) 1998-2001, 2006 SSH Communications Security Corp, Finland
9
                          All rights reserved
9
                          All rights reserved
10
10
11
  Generic file transfer module, server side.
11
  Generic file transfer module, server side.
Lines 115-121 Link Here
115
  if (server->log_facility >= 0)                                             \
115
  if (server->log_facility >= 0)                                             \
116
    {                                                                        \
116
    {                                                                        \
117
      char *msg = ssh_debug_format varcall;                                  \
117
      char *msg = ssh_debug_format varcall;                                  \
118
      ssh_log_event(det_fac(category, server->log_facility), severity, msg); \
118
      ssh_log_event(det_fac(category, server->log_facility), severity,  \
119
                    "%s", msg);                                         \
119
      ssh_xfree(msg);                                                        \
120
      ssh_xfree(msg);                                                        \
120
    }                                                                        \
121
    }                                                                        \
121
} while (0)
122
} while (0)

Return to bug 168584