From: Philippe De Swert <[email protected]>

This patch series fixes a number of issues found with coverity in libusbg
A pull request has also be made:
https://github.com/libusbg/libusbg/pull/4

There is one potential remaing potential memory leak in the 
usbg_add_config_function.
We could leak b there, but I am not sure if it actually is saved in some list 
and is freed
somewhere else.

Philippe De Swert (3):
  libusbg: Fix readlink/buffer overrun issue. CID#56130, CID#56129
  libusbg: Fix buffer overrun issue. CID#56128
  libusbg: Do not try to dereference func when it is NULL. CID#56127

 src/usbg.c | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

-- 
1.8.1.2

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to