From b4073a760205f6c341425fe5dd28313e3a12f567 Mon Sep 17 00:00:00 2001 From: james Date: Sat, 26 Jul 2008 23:08:29 +0000 Subject: Perform additional input validation on options pulled by client from server. Fixes --iproute vulnerability. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3126 e7ae566f-a301-0410-adde-c780ea21d3b5 --- route.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'route.h') diff --git a/route.h b/route.h index e57db75..674d200 100644 --- a/route.h +++ b/route.h @@ -150,6 +150,8 @@ void delete_routes (struct route_list *rl, void setenv_routes (struct env_set *es, const struct route_list *rl); +bool is_special_addr (const char *addr_str); + #if AUTO_USERID bool get_default_gateway_mac_addr (unsigned char *macaddr); #endif -- cgit v1.2.3