diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2007-12-05 15:10:20 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2007-12-05 15:10:20 +0000 |
commit | 5224a7bbf34a50c03d630dd02bfd636ff88583c0 (patch) | |
tree | 65a62de501eef144361a4fe5bc23f9c1b6bf2658 /winsup/cygwin/netdb.cc | |
parent | 8c7c7178c7ca377ff09c3226320b0f8985814bd4 (diff) | |
download | cygnal-5224a7bbf34a50c03d630dd02bfd636ff88583c0.tar.gz cygnal-5224a7bbf34a50c03d630dd02bfd636ff88583c0.tar.bz2 cygnal-5224a7bbf34a50c03d630dd02bfd636ff88583c0.zip |
* fhandler_registry.cc: Use NAME_MAX + 1 instead of CYG_MAX_PATH
throughout for subkey name buffer size.
* fhandler_socket.cc (search_wsa_event_slot): Use MAX_PATH instead of
CYG_MAX_PATH for mutext name buffer size.
(fhandler_socket::init_events): Ditto.
* fhandler_virtual.cc (fhandler_virtual::opendir): Check path length
against PATH_MAX instead of against CYG_MAX_PATH.
* registry.cc (get_registry_hive_path): Use PATH_MAX instead of
CYG_MAX_PATH for registry value path buffer size.
* shared.cc (open_shared): Use MAX_PATH instead of CYG_MAX_PATH
for shared memory name buffer size.
* thread.cc (semaphore::semaphore): Use MAX_PATH instead of CYG_MAX_PATH
for semaphore name buffer size.
* uinfo.cc (cygheap_user::env_userprofile): Use PATH_MAX instead of
CYG_MAX_PATH for temporary path name buffer size.
* winf.h (LINE_BUF_CHUNK): Define as MAX_PATH * 2.
* include/sys/dirent.h: Include sys/limits.h. Define name buffer sizes
using NAME_MAX.
Diffstat (limited to 'winsup/cygwin/netdb.cc')
0 files changed, 0 insertions, 0 deletions