fix to support 64 bit sec

This commit is contained in:
volcanodragon 2021-11-29 22:20:56 +08:00
parent 018d790f16
commit aeaef89dfd

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 ++++++++-