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:   Fri, 1 Feb 2019 09:44:18 +0000
From:   "Burton, Ross" <ross.burton@...el.com>
To:     linux-ext4 <linux-ext4@...r.kernel.org>
Subject: Re: Writing large files into a ext4 with mkfs is truncating files

On Fri, 1 Feb 2019 at 00:14, Burton, Ross <ross.burton@...el.com> wrote:
> $ cmp fs/foo  /mnt/foo
> fs/foo /mnt/foo differ: byte 1073741825, line 4194938
>
> Okay that's not the 4GB boundary.

$ bc
obase=2
1073741825
1000000000000000000000000000001

That's 2^30.  I'm guessing a signed type is used somewhere?

Ross

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ