Re: [PATCH 3/3] libdiskfs: fix string termination

2014-03-24 Thread Samuel Thibault
Justus Winter, le Thu 20 Mar 2014 14:01:20 +0100, a écrit : > Found using the Clang Static Analyzer. > > * libdiskfs/fsys-getroot.c (diskfs_S_fsys_getroot): Fix string > termination. Ack. > --- > libdiskfs/fsys-getroot.c | 8 +--- > 1 file changed, 5 insertions(+), 3 deletions(-) > > diff

[PATCH 3/3] libdiskfs: fix string termination

2014-03-20 Thread Justus Winter
Found using the Clang Static Analyzer. * libdiskfs/fsys-getroot.c (diskfs_S_fsys_getroot): Fix string termination. --- libdiskfs/fsys-getroot.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/libdiskfs/fsys-getroot.c b/libdiskfs/fsys-getroot.c index 5212214..10793c8 10