diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-07-17 22:41:15 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-07-17 22:41:15 +0000 |
commit | 73b7e6988491781703859675b0c86051e79a7d9d (patch) | |
tree | 01dc369501ab7a335aff4c568d16bccbdf4378b4 /win32.h | |
parent | Call prng_init after fork in background process (diff) | |
download | openvpn-73b7e6988491781703859675b0c86051e79a7d9d.tar.xz |
gen_path now rejects filenames that match Windows
device names such as CON, NUL, LPT1, etc.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3072 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-rw-r--r-- | win32.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -247,5 +247,8 @@ char *getpass (const char *prompt); /* Set Win32 security attributes structure to allow all access */ bool init_security_attributes_allow_all (struct security_attributes *obj); +/* return true if filename is safe to be used on Windows */ +bool win_safe_filename (const char *fn); + #endif #endif |