On Sun, Jan 29, 2023 at 10:42:29AM +0800, Anand Jain wrote: > This patch set addresses several compilation warnings and is based on > the for-next. Good idea. The warnings have become pretty distracting. Thanks. For the series... Reviewed-by: Bill O'Donnell <bodonnel@xxxxxxxxxx> > > Anand Jain (4): > fstests: doio.c, fix missing initialization of -C arg > fstests: fstest.c, fix compile warnings replace sprintf with snprintf > fstests: t_getcwd.c, fix a warning related to buffer overflow > fstests: aiodio_sparse2.c, fix compiler warning buffer overflow > > ltp/doio.c | 1 + > src/aio-dio-regress/aiodio_sparse2.c | 1 + > src/fstest.c | 17 +++++++++++++---- > src/t_getcwd.c | 4 ++-- > 4 files changed, 17 insertions(+), 6 deletions(-) > > -- > 2.38.1 >