From 7f055e49d5b23bba1980a22ecc2062f36e7a12ba Mon Sep 17 00:00:00 2001 From: Vijay Kumar Pendoti Date: Tue, 12 Aug 2014 20:35:44 +0530 Subject: dtc: add integer overflow checks in fdt header Protect against integer overflows caused by malformed fdt headers. CRs-Fixed: 749977 Change-Id: I51d87038f520bc761b163d291b0138c513c69a33 Signed-off-by: Vijay Kumar Pendoti Signed-off-by: Matt Wagantall --- include/linux/libfdt_env.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/linux/libfdt_env.h b/include/linux/libfdt_env.h index 2a663c6bb428..b01d2944ebdd 100644 --- a/include/linux/libfdt_env.h +++ b/include/linux/libfdt_env.h @@ -1,6 +1,7 @@ #ifndef _LIBFDT_ENV_H #define _LIBFDT_ENV_H +#include #include #include -- cgit v1.2.3