From 99984eaeb3efca73b7ac877161b5fd96ad2711e3 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Fri, 17 Oct 2014 06:15:35 +0000 Subject: hostapd: CVE-2014-3686 fixes Signed-off-by: Steven Barth SVN-Revision: 42942 --- package/network/services/hostapd/patches/120-daemonize_fix.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package/network/services/hostapd/patches/120-daemonize_fix.patch') diff --git a/package/network/services/hostapd/patches/120-daemonize_fix.patch b/package/network/services/hostapd/patches/120-daemonize_fix.patch index 20a1eb340b..032e2072a3 100644 --- a/package/network/services/hostapd/patches/120-daemonize_fix.patch +++ b/package/network/services/hostapd/patches/120-daemonize_fix.patch @@ -1,14 +1,14 @@ --- a/src/utils/os_unix.c +++ b/src/utils/os_unix.c -@@ -9,6 +9,7 @@ - #include "includes.h" +@@ -10,6 +10,7 @@ #include + #include +#include #ifdef ANDROID #include -@@ -154,59 +155,46 @@ int os_gmtime(os_time_t t, struct os_tm +@@ -155,59 +156,46 @@ int os_gmtime(os_time_t t, struct os_tm return 0; } -- cgit v1.2.3