summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2021-04-09 14:08:17 +0300
committerSebastian Reichel <sebastian.reichel@collabora.com>2021-04-16 01:14:49 +0300
commit5c08b0f75575648032f309a6f58294453423ed93 (patch)
tree65cb05c22dfbbc81e114af1583530db66db9057c /security
parenta38fd8748464831584a19438cbb3082b5a2dab15 (diff)
downloadlinux-5c08b0f75575648032f309a6f58294453423ed93.tar.xz
HSI: core: fix resource leaks in hsi_add_client_from_dt()
If some of the allocations fail between the dev_set_name() and the device_register() then the name will not be freed. Fix this by moving dev_set_name() directly in front of the call to device_register(). Fixes: a2aa24734d9d ("HSI: Add common DT binding for HSI client devices") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Reviewed-by: Jason Gunthorpe <jgg@nvidia.com> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'security')
0 files changed, 0 insertions, 0 deletions