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, 23 Jun 2017 10:56:14 -0700
From:   Tahsin Erdogan <tahsin@...gle.com>
To:     "Theodore Ts'o" <tytso@....edu>
Cc:     Ext4 Developers List <linux-ext4@...r.kernel.org>
Subject: Re: [PATCH -v2] mke2fs: fix hugefile creation so the hugefile(s) are contiguous

> +                       if (logical_end + 1 - logical_start != len) {
> +                         print logical_end + 1 - logical_start, len;
> +                               print "UNEXPECTED LENGTH for extent", $0;
Can you fix indentation of first print above?

> +                       }
> +                       if (physical_end + 1 - physical_start != len) {
> +                         print physical_end + 1 - physical_start, len;
> +                               print "UNEXPECTED LENGTH for extent", $0;
Same here.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ