diff options
| author | Gergely Nagy <algernon@balabit.hu> | 2012-03-22 18:37:45 +0100 |
|---|---|---|
| committer | Gergely Nagy <algernon@balabit.hu> | 2012-03-22 18:37:45 +0100 |
| commit | b83d05ccfc8e015d440687b071c81a47d6d2ce19 (patch) | |
| tree | c2e2617a7925dc050b9cfd5b6ca7563d49e2a302 /debian | |
| parent | fc2623e8c27ea5c79772bf907d597b46f0b317a7 (diff) | |
Implement wrappers for __syslog_chk, when appropriate.
When compiled with __USE_FORTIFY_LEVEL, software using <syslog.h> will
use the __syslog_chk function instead of syslog(), so we need to wrap
that too.
To do this properly, the library will wrap __syslog_chk when built
with fortification, and use that from both the syslog() and the
__syslog_chk() overrides. If built without, it will use the standard
syslog() function.
Signed-off-by: Gergely Nagy <algernon@balabit.hu>
Diffstat (limited to 'debian')
0 files changed, 0 insertions, 0 deletions
