1
0
Fork 0
mirror of https://github.com/tytso/e2fsprogs.git synced 2025-12-05 22:53:14 +00:00
Ext2/3/4 file system utilities
Find a file
Theodore Ts'o 0b2752ce62 mke2fs: fix memory leak which causes ASAN to complain
Fixes: 06f50e001b ("mke2fs: support multiple '-E' options")

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2025-11-11 21:33:30 -05:00
.github/workflows Fix continuous integration testing workflow on Windows with mingw64 2025-02-25 22:39:52 -05:00
config update config.{guess,sub,rpath} from FSF and gettext 2025-09-12 19:37:27 -04:00
contrib AOSP: e2fsdroid: disable asan leak detection 2024-05-20 13:13:56 -04:00
debian debian: mark libext2fs-dev as Multi-Arch: same 2025-11-11 21:08:01 -05:00
debugfs fuse2fs: spot check clean journals 2025-10-17 16:34:22 -07:00
doc Fix several typos in the latest Release Notes 2025-09-24 12:30:55 -04:00
e2fsck e2fsck: check for extended attributes with ea_inode but a zero ea_size 2025-11-11 13:44:19 -05:00
ext2ed Fix various spelling typos 2023-01-26 10:47:04 -05:00
include misc/mk_hugefiles: simplify get_partition_start() 2023-01-27 12:38:31 -05:00
install-utils Remove Changelog files since they're not used after the git migration 2007-07-08 08:50:41 -04:00
lib ext2fs: fix fast symlink blocks check 2025-11-11 14:37:16 -05:00
misc mke2fs: fix memory leak which causes ASAN to complain 2025-11-11 21:33:30 -05:00
po po: update ms.po (from translationproject.org) 2025-09-12 17:14:51 -04:00
resize rezize2fs: fix memory leak when fixing up the orphan file inode 2024-12-10 23:59:59 -05:00
scrub e2scrub: reorder exit status check after calling lvremove 2025-07-09 12:43:09 -04:00
tests mke2fs: add root_selinux option for root inode label 2025-11-11 14:37:16 -05:00
util util: avoid potential buffer overruns caused by super-long pathnames 2025-05-28 07:52:44 -04:00
.gitignore .gitignore: add files generated by "make depend" 2025-05-27 17:04:24 -04:00
.missing-copyright Many files: 1997-04-29 16:15:03 +00:00
.release-checklist release-checklist: add reminder to update the RELEASE-NOTES symlink 2025-02-23 23:27:39 -05:00
ABOUT-NLS Update gettext files to version 0.19.8 2020-11-25 11:55:46 -05:00
acinclude.m4 Update configure/configure.ac/aclocal.m4 to use autoconf 2.72 2025-09-13 21:32:29 -04:00
aclocal.m4 Update configure/configure.ac/aclocal.m4 to use autoconf 2.72 2025-09-13 21:32:29 -04:00
Android.bp AOSP: Mostly restore -Werror for macOS build 2024-05-20 11:13:47 -04:00
CleanSpec.mk AOSP: e2fsdroid and mke2fs are dynamic executable in recovery partition 2018-06-27 23:51:40 -04:00
configure Update configure/configure.ac/aclocal.m4 to use autoconf 2.72 2025-09-13 21:32:29 -04:00
configure.ac Update configure/configure.ac/aclocal.m4 to use autoconf 2.72 2025-09-13 21:32:29 -04:00
depfix.sed Build the fuzzers from oss-fuzz 2022-08-09 19:45:07 -04:00
e2fsprogs.lsm Update release notes, etc., for the 1.47.3 release 2025-07-08 18:08:50 -04:00
e2fsprogs.spec Update release notes, etc., for the 1.47.3 release 2025-05-28 09:17:11 -04:00
INSTALL Fix typos in code comments and developer docs 2017-10-15 23:00:11 -04:00
INSTALL.elfbin Fix typos in code comments and developer docs 2017-10-15 23:00:11 -04:00
Makefile.in Fix parallel "make -j install" 2025-02-21 23:54:02 -05:00
MCONFIG.in Update configure/configure.ac/aclocal.m4 to use autoconf 2.72 2025-09-13 21:32:29 -04:00
NOTICE e2fsprogs: fix Free Software Foundation address 2018-04-19 11:39:09 -04:00
README Update release notes, etc., for the 1.47.3 release 2025-05-28 09:17:11 -04:00
RELEASE-NOTES Update release notes, etc., for the 1.47.3 release 2025-05-28 09:17:11 -04: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
version.h Update release notes, etc., for the 1.47.3 release 2025-07-08 18:08:50 -04:00
wordwrap.pl Fix wordwrap.pl so it is more portable 2012-09-21 12:50:04 -04:00

	This is the new version (1.47.3) 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@mit.edu 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.