fix to support 64 bit sec

(cherry picked from commit aeaef89dfdec40db86a1218483e1dfd23425aea5)
This commit is contained in:
volcanodragon 2021-11-29 22:20:56 +08:00 committed by openeuler-sync-bot
parent 9041e67f24
commit d8eaa9e9a4

View File

@ -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 <lixiaokeng@huawei.com>
Signed-off-by: volcanodragon <linfeilong@huawei.com>
---
cachefilesd.c | 9 ++++++++-