On Monday 14 December 2015 15:00:27 Sven Eckelmann wrote:
The length check never used the mesh_iface length in the size calculation. Instead it used the length of the mountpoint and the format string. But the length of the format string is not the length of the final string.
Instead remove this check and depend completely on the return value of snprintf.
Signed-off-by: Sven Eckelmann sven@narfation.org
Applied in revision bcd33e6.
Thanks! Simon