aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/cdns3/cdns3-trace.c
diff options
context:
space:
mode:
authorGaosheng Cui <[email protected]>2022-08-23 09:15:03 +0800
committerJohn Johansen <[email protected]>2022-10-03 14:48:54 -0700
commitc73275cf6834787ca090317f1d20dbfa3b7f05aa (patch)
treef4f9f85efcdd62d31e8f6789da75b99b538a86e9 /drivers/usb/cdns3/cdns3-trace.c
parent3cc40a443a04d52b0c95255dce264068b01e9bfe (diff)
apparmor: fix a memleak in multi_transaction_new()
In multi_transaction_new(), the variable t is not freed or passed out on the failure of copy_from_user(t->data, buf, size), which could lead to a memleak. Fix this bug by adding a put_multi_transaction(t) in the error path. Fixes: 1dea3b41e84c5 ("apparmor: speed up transactional queries") Signed-off-by: Gaosheng Cui <[email protected]> Signed-off-by: John Johansen <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-trace.c')
0 files changed, 0 insertions, 0 deletions