Whamcloud - gitweb
LU-1540 e2fsck: add missing symlink NUL terminator
[tools/e2fsprogs.git] / e2fsck / problem.c
index 4e5db90..b54cb34 100644 (file)
@@ -1216,6 +1216,10 @@ static struct e2fsck_problem problem_table[] = {
          N_("@i %i creation time (%t) invalid.\n"),
          PROMPT_CLEAR, PR_PREEN_OK | PR_NO_OK },
 
+       /* Bad extended attribute value in inode */
+       { PR_1_SYMLINK_NUL,
+         N_("@i %i symlink missing NUL terminator.  "),
+         PROMPT_FIX, 0},
 
        /* Pass 1b errors */