On Monday, December 14, 2015 15:00:47 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
debugfs.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-)
Applied in revision 72b9683.
Thanks, Marek