ffsb: Fix out of bounds access

The constant string "\0" composes of two null characters and hence the
memcpy(unit, "\0", 3) was reading one byte after end of the constant
buffer.

Fixes #155

Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
1 file changed