• Jiri Slaby's avatar
    HID: sensor-hub: fix potential memory leak · ceec6340
    Jiri Slaby authored
    hsdev is not freed in sensor_hub_probe when kasprintf inside the for
    loop fails. This is because hsdev is not set to platform_data yet (to
    be freed by the code in the err_no_mem label). So free the memory
    explicitly in the 'if' branch, as this is the only place where this is
    (and will) be needed.
    
    Reported-by: coverity
    Signed-off-by: default avatarJiri Slaby <jslaby@suse.cz>
    Cc: srinivas pandruvada <srinivas.pandruvada@intel.com>
    Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
    ceec6340
hid-sensor-hub.c 21 KB