lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue,  3 Dec 2013 00:10:08 -0500
From:	Theodore Ts'o <tytso@....edu>
To:	Ext4 Developers List <linux-ext4@...r.kernel.org>
Cc:	Kit Westneat <kwestneat@....com>, Theodore Ts'o <tytso@....edu>
Subject: [PATCH 00/10] Fix 64-bit type conversion issues in e2fsck

This should fix most of the 64-bit type conversion issues in e2fsck.
Thanks to Kit Westneat for pointing out that we might have some problems
in this area.

					- Ted

Eric Whitney (1):
  libext2fs: fix printf conversion spec in tst_iscan.c

Theodore Ts'o (9):
  e2fsck: use problem_t to suppress some -Wconversion warnings
  e2fsck: use errcode_t to suppress some -Wconversion warnings
  e2fsck: use blk_t instead of blk64_t in check_resize_inode()
  dumpe2fs: fix printing of block offsets for 64-bit file systems
  libext2fs: add explicit casts to ext2fs.h
  libext2fs: add explicit casts to bitops.h
  e2fsck: fix j_maxlen if the file system is exactly 1 << 32 blocks
  e2fsck: add support for 64-bit extended attribute block refcounting
  e2fsck: use dgrp_t for block group numbers

 e2fsck/e2fsck.h        | 15 +++++++--------
 e2fsck/ea_refcount.c   | 18 +++++++++---------
 e2fsck/journal.c       | 30 +++++++++++++++---------------
 e2fsck/message.c       |  2 +-
 e2fsck/pass1.c         | 16 +++++++++-------
 e2fsck/pass1b.c        |  8 ++++----
 e2fsck/pass2.c         | 14 +++++++-------
 e2fsck/pass4.c         |  2 +-
 e2fsck/pass5.c         | 24 +++++++++++++-----------
 e2fsck/problem.h       |  2 +-
 e2fsck/rehash.c        |  2 +-
 e2fsck/super.c         |  2 +-
 e2fsck/unix.c          |  2 +-
 e2fsck/util.c          |  8 ++++----
 lib/ext2fs/bitops.h    | 18 +++++++++---------
 lib/ext2fs/ext2fs.h    | 10 +++++-----
 lib/ext2fs/tst_iscan.c |  2 +-
 misc/dumpe2fs.c        |  2 +-
 18 files changed, 90 insertions(+), 87 deletions(-)

-- 
1.8.5.rc3.362.gdf10213

--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ