remarkable-linux/drivers/staging/usbip
Heinrich Schuchardt 2a7470d9ff usbip/userspace/libsrc/names.c: memory leak
revised patch

p is freed if NULL.
p is leaked if second calloc fails.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-02-07 11:08:46 -08:00
..
userspace usbip/userspace/libsrc/names.c: memory leak 2014-02-07 11:08:46 -08:00
Kconfig
Makefile
README
stub.h
stub_dev.c Staging: usbip: stub_dev: Fixed checkpatch warnings 2013-09-25 16:30:46 -07:00
stub_main.c
stub_rx.c staging:usbip:stub_rx.c: Remove warning quoted string split across lines 2013-11-10 11:51:53 -08:00
stub_tx.c
usbip_common.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 2014-01-22 21:21:55 -08:00
usbip_common.h
usbip_event.c
usbip_protocol.txt
vhci.h
vhci_hcd.c Staging: usbip: vhci_hcd.c: removed a space 2013-12-03 09:15:02 -08:00
vhci_rx.c
vhci_sysfs.c staging/usbip: Fix vhci_hcd attach failure error message to be informative 2014-02-07 09:15:35 -08:00
vhci_tx.c

TODO:
	- more discussion about the protocol
	- testing
	- review of the userspace interface
	- document the protocol

Please send patches for this code to Greg Kroah-Hartman <greg@kroah.com>