mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
e0b0cb9388
In hgcm_call_preprocess_linaddr memory is allocated for bounce_buf but
is not released if copy_form_user fails. In order to prevent memory leak
in case of failure, the assignment to bounce_buf_ret is moved before the
error check. This way the allocated bounce_buf will be released by the
caller.
Fixes:
|
||
---|---|---|
.. | ||
vboxguest | ||
fsl_hypervisor.c | ||
Kconfig | ||
Makefile |