[PATCH 1/6] libusbg: Remove fixed-size buffer from usbg_state.

2014-03-13 Thread Krzysztof Opasiak
Path length should not be placed in constant size buffer but in allocated memory. Signed-off-by: Krzysztof Opasiak --- configure.ac |1 + src/usbg.c | 16 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 45449e2..878c2ab 1

[PATCH 1/6] libusbg: Remove fixed-size buffer from usbg_state.

2014-03-13 Thread Krzysztof Opasiak
Path length should not be placed in constant size buffer but in allocated memory. Signed-off-by: Krzysztof Opasiak --- configure.ac |1 + src/usbg.c | 16 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 45449e2..878c2ab 1