1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

* nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer

overflow test.
This commit is contained in:
Ulrich Drepper
2006-05-24 04:07:18 +00:00
parent a17fa6100d
commit 2d571cd125
5 changed files with 19 additions and 3 deletions

View File

@@ -29,6 +29,7 @@ extern int _nsl_default_nss (void);
/* Set up everything for a call to __do_niscall3. */
extern nis_error __prepare_niscall (const_nis_name name, directory_obj **dirp,
dir_binding *bptrp, unsigned int flags);
libnsl_hidden_proto (__prepare_niscall)
extern struct ib_request *__create_ib_request (const_nis_name name,
unsigned int flags);