Whamcloud - gitweb
debugfs: fix a bug in string_to_time() which misparsed @NNNNNNN inputs
authorTheodore Ts'o <tytso@mit.edu>
Mon, 14 Mar 2016 17:54:41 +0000 (13:54 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 14 Mar 2016 17:54:41 +0000 (13:54 -0400)
commit6743215bffbd94b5b7bdc54f31741356e9fa3b25
tree10b00de2ddc9d6ad7e7256ca62e5e7d0c587a7e2
parentcffde0375ce53a2a643b92889f14afa7b1015276
debugfs: fix a bug in string_to_time() which misparsed @NNNNNNN inputs

Thanks to David Turner <novalis@novalis.org> for reporting this bug.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debugfs/util.c