Comment 5Riccardo Schirone
2019-01-04 10:51:21 UTC
Many functions in sparse.c (e.g. sparse_dump_region(), check_sparse_region(), check_data_region()) do not correctly check the return value of the safe_read() function, used to read the file. When safe_read() returns 0 because of a file shrinkage, those functions never terminate (unless the file is enlarged again)
Comment 7Product Security DevOps Team
2020-05-20 21:18:47 UTC