diff options
author | Adam Guerin <[email protected]> | 2022-09-21 10:38:30 +0100 |
---|---|---|
committer | Herbert Xu <[email protected]> | 2022-09-30 13:57:50 +0800 |
commit | 72f6e0ea2b0ecea8585f3cd4298286c85c5121e6 (patch) | |
tree | a67606813ee19a0e2f6ada2a5d6718706efaad20 /lib/mpi/mpi-mod.c | |
parent | 0cb3c9cdf7fcc2ef75a6008223d2e3ee58ea00e1 (diff) |
crypto: qat - add limit to linked list parsing
adf_copy_key_value_data() copies data from userland to kernel, based on
a linked link provided by userland. If userland provides a circular
list (or just a very long one) then it would drive a long loop where
allocation occurs in every loop. This could lead to low memory conditions.
Adding a limit to stop endless loop.
Signed-off-by: Adam Guerin <[email protected]>
Co-developed-by: Ciunas Bennett <[email protected]>
Signed-off-by: Ciunas Bennett <[email protected]>
Reviewed-by: Giovanni Cabiddu <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-mod.c')
0 files changed, 0 insertions, 0 deletions