diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-10-08 15:36:12 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-10-08 15:36:12 -0700 |
commit | c763c5d27112be055920c46f3be8d05bc8b669da (patch) | |
tree | e858a2cd44bfb4fbeaa6824a48d8208083f16a17 /nscd/nscd_conf.c | |
parent | Remove unnecessarily nested function in do_lookup_unique. (diff) | |
download | glibc-c763c5d27112be055920c46f3be8d05bc8b669da.tar.gz glibc-c763c5d27112be055920c46f3be8d05bc8b669da.tar.bz2 glibc-c763c5d27112be055920c46f3be8d05bc8b669da.zip |
BZ#17460: Fix buffer overrun in nscd --help.
Diffstat (limited to 'nscd/nscd_conf.c')
-rw-r--r-- | nscd/nscd_conf.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nscd/nscd_conf.c b/nscd/nscd_conf.c index 7856ed9b5a..c8e194d3e2 100644 --- a/nscd/nscd_conf.c +++ b/nscd/nscd_conf.c @@ -32,9 +32,6 @@ #include "dbg_log.h" #include "nscd.h" -/* Wrapper functions with error checking for standard functions. */ -extern char *xstrdup (const char *s); - /* Names of the databases. */ const char *const dbnames[lastdb] = |