summaryrefslogtreecommitdiffstats
path: root/misc/e4defrag.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/e4defrag.c')
-rw-r--r--misc/e4defrag.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/e4defrag.c b/misc/e4defrag.c
index e3011d7..5bfa6ff 100644
--- a/misc/e4defrag.c
+++ b/misc/e4defrag.c
@@ -1206,9 +1206,8 @@ static int file_statistic(const char *file, const struct stat64 *buf,
if (mode_flag & DETAIL) {
/* Print statistic info */
- sprintf(msg_buffer, "[%u/%u]%.*s",
- defraged_file_count, total_count,
- PATH_MAX, file);
+ snprintf(msg_buffer, sizeof(msg_buffer), "[%u/%u]%.*s",
+ defraged_file_count, total_count, PATH_MAX, file);
if (current_uid == ROOT_UID) {
if (strlen(msg_buffer) > 40)
printf("\033[79;0H\033[K%s\n"