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:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
vboxguest_core.c | ||
vboxguest_core.h | ||
vboxguest_linux.c | ||
vboxguest_utils.c | ||
vboxguest_version.h | ||
vmmdev.h |