Re: [PATCH v3 0/3] riscv: modules: Fix module loading error handling

From: Dan Carpenter
Date: Fri Jan 05 2024 - 02:38:52 EST


On Thu, Jan 04, 2024 at 11:42:46AM -0800, Charlie Jenkins wrote:
> When modules are loaded while there is not ample allocatable memory,
> there was previously not proper error handling. This series fixes a
> use-after-free error and a different issue that caused a non graceful
> exit after memory was not properly allocated.
>
> Signed-off-by: Charlie Jenkins <charlie@xxxxxxxxxxxx>

Thanks!

Reviewed-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx>

regards,
dan carpenter