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
| ||
|
Message-ID: <20131007135917.GJ4540@thunk.org> Date: Mon, 7 Oct 2013 09:59:17 -0400 From: Theodore Ts'o <tytso@....edu> To: "Darrick J. Wong" <darrick.wong@...cle.com> Cc: linux-ext4@...r.kernel.org Subject: Re: [PATCH 13/31] e2fsprogs: Less critical fixes to use the appropriate blk*t types On Mon, Sep 30, 2013 at 06:28:05PM -0700, Darrick J. Wong wrote: > More fixing of places where raw data types (int, long, etc.) stood in for blk_t > and blk64_t. Also fix some sites where we should probably be using blk64_t. > These fixes aren't as critical as the previous patch. > > Signed-off-by: Darrick J. Wong <darrick.wong@...cle.com> Applied with the final commit description change: Author: Darrick J. Wong <darrick.wong@...cle.com> Date: Mon Oct 7 09:57:36 2013 -0400 e2fsprogs: fix inode and block relocation functions to use blk64_t The inode and block relocation functions aren't currently compiled in (so we don't need to worry about breaking ABI compatibility). They were originally intended for use by resize2fs, but we never ended up using them, so (wisely) they weren't ever included in libext2fs as an exported interface (they're not even compiled by the Makefile). Fix them so that in case we ever use them, so that in places where raw data types (int, long, etc.) stood in for blk_t and blk64_t. Also fix some sites where we should probably be using blk64_t. Signed-off-by: Darrick J. Wong <darrick.wong@...cle.com> Signed-off-by: "Theodore Ts'o" <tytso@....edu> - Ted -- 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