e2fsprogs/debugfs
Robert Yang 355ffb2ff5 debugfs.c: the max length of debugfs argument is too short
The max length of debugfs argument is 256 which is too short, the
arguments are two paths, the PATH_MAX is 4096 according to
/usr/include/linux/limits.h, so use BUFSIZ (which is 8192 on Linux
systems), that's also what the ss library uses.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Acked-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2013-10-13 22:07:57 -04:00
..
Makefile.in e2fsprogs: add (optional) sparse checking to the build 2013-10-11 23:12:40 -04:00
debug_cmds.ct debugfs: add symlink command 2013-01-16 14:09:20 -05:00
debugfs.8.in debugfs: add symlink command 2013-01-16 14:09:20 -05:00
debugfs.c debugfs.c: the max length of debugfs argument is too short 2013-10-13 22:07:57 -04:00
debugfs.h debugfs: add symlink command 2013-01-16 14:09:20 -05:00
dump.c debugfs: fixup the hard-coded buffer length in dump_file 2013-01-01 15:12:14 -05:00
extent_cmds.ct debugfs: add the ability to manipulate the extent tree directly 2012-12-24 10:49:41 -05:00
extent_inode.c debugfs: fix command failures for extent_inode commands that take arguments 2013-03-13 14:19:16 -04:00
filefrag.c debugfs: fix gcc -Wall complaints 2011-11-18 22:14:23 -05:00
htree.c Fix gcc -Wall nits 2013-01-01 13:28:27 -05:00
icheck.c libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flag 2011-10-16 20:46:49 -04:00
jfs_user.h Move linux/jbd.h to ext2fs/kernel-jbd.h, to avoid using the 2001-12-23 19:33:51 -05:00
logdump.c e2fsprogs: fix blk_t <- blk64_t assignment mismatches 2013-10-07 09:51:48 -04:00
ls.c debugfs: initialize inode to 0 in list_dir_proc() if no inode nr 2011-09-25 01:55:28 -04:00
lsdel.c Shorten compile commands run by the build system 2011-09-18 17:34:37 -04:00
ncheck.c debugfs: fix spelling typo in ncheck 2012-01-23 11:33:33 -05:00
ro_debug_cmds.ct debugfs: add the ability to manipulate the extent tree directly 2012-12-24 10:49:41 -05:00
set_fields.c e2fsprogs: fix blk_t <- blk64_t assignment mismatches 2013-10-07 09:51:48 -04:00
unused.c Shorten compile commands run by the build system 2011-09-18 17:34:37 -04:00
util.c debugfs: interpret date strings of the form @dddd 2012-06-11 22:02:17 -04:00
zap.c debugfs: fix gcc-wall complaints 2013-01-14 16:54:09 -05:00