Fork of e2fsprogs with inode table reallocator
 
 
 
 
 
 
Go to file
Brian Behlendorf f19c46dfbc [COVERITY] Fix memory leak in libss (ss_execute_line)
Fix a memory leak by freeing the argv[] array if ss_parse_line returns 0
for argc 0 (which will happen if the user his return and sends an empty
line to the application).

Potentially need to free argv before early return since it was allocated
memory. Need to be careful since it may be possible for ss_parse() to have
freed the memory allocated to it if it detects an unbalanced set of quotes
passed to it.

Coverity ID: 21: Resource Leak

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
2007-03-21 17:34:47 -04:00
config Update config.guess and config.sub to latest version (2006-02-23) from FSF 2006-04-09 18:37:22 -04:00
contrib Fixes for building RPM's via "make rpm" 2006-11-12 19:41:25 -05:00
debian Add versioned dependency in Debian's shlibs for libblkid 2007-03-04 08:17:18 -05:00
debugfs [COVERITY] Avoid static buffer overruns in debugfs 2007-03-21 15:09:15 -04:00
doc Update draft-leach-uuids-guids-01.txt with rfc4122.txt 2006-11-12 20:22:06 -05:00
e2fsck [COVERITY] Fix memory leak in profile library 2007-03-21 16:14:37 -04:00
ext2ed Fix potential 2**32-1 overflow problems by ext2fs_div_ceil() 2006-08-30 01:57:00 -04:00
include/nonunix Update for e2fsprogs 1.38 release. 2005-06-30 20:06:45 -04:00
install-utils Update for e2fsprogs 1.38 release. 2005-06-30 20:06:45 -04:00
intl Add datarootdir definition for compatibility with autoconf 2.60 2006-10-22 00:14:26 -04:00
lib [COVERITY] Fix memory leak in libss (ss_execute_line) 2007-03-21 17:34:47 -04:00
misc [COVERITY] Fix dead code bug in mke2fs 2007-03-19 08:25:38 -04:00
po Add datarootdir definition for compatibility with autoconf 2.60 2006-10-22 00:14:26 -04:00
resize [COVERITY] Fix missing return code check for ext2fs_write_inode 2007-03-18 11:16:33 -04:00
tests Check in binary extent test image file into the source tree. 2006-11-12 22:57:39 -05:00
util [COVERITY] Fix (error case) file handle leak in util/subst program 2007-03-21 17:19:55 -04:00
.fix-Changelog Update files for 1.31 release. 2002-11-08 20:08:48 -05:00
.head-Changelog Many files: 1997-04-29 14:51:31 +00:00
.hgignore Ignore quilt work files 2005-07-19 08:41:27 -05:00
.hgtags Added tag E2FSPROGS-1_40-WIP-1114 for changeset 20144d6af15c 2006-11-14 23:49:56 -05:00
.missing-copyright Many files: 1997-04-29 16:15:03 +00:00
.release-checklist Update for 1.34 release. 2003-07-26 01:03:34 -04:00
ABOUT-NLS Update to gettext 0.11.5. We now enable NLS support by default. 2003-05-03 16:35:17 -04:00
COPYING Clarify copyright license status of lib/et and lib/ss in the COPYING file 2006-09-29 10:21:43 -04:00
ChangeLog Update WFLAGS to suppress spurious warning messages 2006-11-14 23:40:19 -05:00
INSTALL Remove the a.out DLL support, since it's been obsolete and unmaintained 2004-11-19 17:06:47 -05:00
INSTALL.elfbin ChangeLog, INSTALL.elfbin: 1999-01-02 04:15:29 +00:00
MCONFIG.in Update WFLAGS to suppress spurious warning messages 2006-11-14 23:40:19 -05:00
Makefile.in add "make rpm" target to top-level Makefile 2006-06-21 00:05:49 -04:00
README Update release notes, version numbers, et. al. for 1.39 release 2006-05-29 11:47:25 -04:00
README.subset Update for 1.33 release. 2003-04-21 16:17:09 -04:00
RELEASE-NOTES Update version.h, RELEASE-NOTES, debian/changelog for 1.40-WIP release 2006-11-14 23:49:07 -05:00
SHLIBS Many files: 1997-04-29 16:15:03 +00:00
SUBMITTING-PATCHES Added SUBMITTING-PATCHES file 2005-07-05 22:30:13 -05:00
TODO Update TODO to remove item which is already completed. 2006-05-13 09:28:04 -04:00
aclocal.m4 Update to use gettext 0.14.1 and autoconf 2.50+ 2004-11-30 19:00:19 -05:00
configure Fixes for building RPM's via "make rpm" 2006-11-12 19:41:25 -05:00
configure.in Fixes for building RPM's via "make rpm" 2006-11-12 19:41:25 -05:00
depfix.sed ChangeLog, depfix.sed: 1999-07-19 15:48:08 +00:00
e2fsprogs.lsm Update release notes, version numbers, et. al. for 1.39 release 2006-05-29 11:47:25 -04:00
e2fsprogs.spec.in Fixes for building RPM's via "make rpm" 2006-11-12 19:41:25 -05:00
version.h Update version.h, RELEASE-NOTES, debian/changelog for 1.40-WIP release 2006-11-14 23:49:07 -05:00
wordwrap.pl ChangeLog, wordwrap.pl: 2001-06-01 23:49:46 +00:00

README

	This is the new version (1.39) of the second extended file
system management programs.

	From time to time, I release new versions of e2fsprogs, to fix
bugs and to make the utilities more robust.  You can always find
information about the latest version at the the e2fsprogs web page,
which is:

	http://e2fsprogs.sourceforge.net

	The INSTALL file has instructions on building and installing
e2fsprogs.  Provisions for building Red Hat RPMs and Debian dpkg files
are supplied as well.

	In case of bugs in these programs, please contact Ted Ts'o at
tytso@thunk.org or tytso@alum.mit.edu.  See the e2fsck man page for
suggestions of what sort of information to include when submitting bug
reports for these programs.