commit | e58ba01e2cfe7b7d54d28f78c7af3cff4d5419a3 | [log] [tgz] |
---|---|---|
author | Alexey Khoroshilov <khoroshilov@ispras.ru> | Wed Aug 08 16:49:48 2012 +0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Aug 10 12:06:38 2012 -0700 |
tree | 3983d97c1e39edc582e9866ab71c7d80eee9a89a | |
parent | e4d37aeb373a5edceecc1dadc76fabbe8bc18e44 [diff] |
wusb: Fix potential memory leak in wusb_dev_sec_add() Do not leak memory by updating pointer with potentially NULL realloc return value. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>