From aeaef89dfdec40db86a1218483e1dfd23425aea5 Mon Sep 17 00:00:00 2001 From: volcanodragon Date: Mon, 29 Nov 2021 22:20:56 +0800 Subject: [PATCH] fix to support 64 bit sec --- 0001-cachefilesd-fix-abort-in-decant_cull_table.patch | 1 + 1 file changed, 1 insertion(+) diff --git a/0001-cachefilesd-fix-abort-in-decant_cull_table.patch b/0001-cachefilesd-fix-abort-in-decant_cull_table.patch index a95dd85..947f70e 100644 --- a/0001-cachefilesd-fix-abort-in-decant_cull_table.patch +++ b/0001-cachefilesd-fix-abort-in-decant_cull_table.patch @@ -6,6 +6,7 @@ Subject: [PATCH] cachefilesd: fix abort() in decant_cull_table decant_cull_table only deals data with 32 bit, we should fix it to support 64 bit, or it will coredump. +Signed-off-by: lixiaokeng Signed-off-by: volcanodragon --- cachefilesd.c | 9 ++++++++-