[PATCH 2/6] libusbg: Remove fixed-size buffers from usbg_gadget.

2014-03-13 Thread Krzysztof Opasiak
Path and name length should not be placed in constant size buffer but in allocated memory. Signed-off-by: Krzysztof Opasiak --- src/usbg.c | 61 1 file changed, 37 insertions(+), 24 deletions(-) diff --git a/src/usbg.c b/src/usbg.c

[PATCH 2/6] libusbg: Remove fixed-size buffers from usbg_gadget.

2014-03-13 Thread Krzysztof Opasiak
Path and name length should not be placed in constant size buffer but in allocated memory. Signed-off-by: Krzysztof Opasiak --- src/usbg.c | 61 1 file changed, 37 insertions(+), 24 deletions(-) diff --git a/src/usbg.c b/src/usbg.c