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:	Wed, 8 Jan 2014 20:59:54 -0700
From:	Andreas Dilger <adilger@...ger.ca>
To:	Theodore Ts'o <tytso@....edu>
Cc:	Ext4 Developers List <linux-ext4@...r.kernel.org>
Subject: Re: [PATCH] Fix up workarounds for dietlibc breakage

On Jan 8, 2014, at 8:26 PM, Theodore Ts'o <tytso@....edu> wrote:
> The dietlibc doesn't support the TZ environment variable, which is
> required by the standard.  Work around this so that we can run the
> regression test suite when building with dietlibc.  (This is useful
> for finding problems.)
> 
> With this change, the only thing which doesn't work as far as dietlibc
> is concerned is the posix_memalign test, and the MMP support tests
> (because posix_memalign isn't provided by dietlibc, sigh.)


Before e2fsprogs used posix_memalign() the MMP code just allocated a
2x sized buffer, and then picked the region in the middle that was
page aligned.  I'd be fine going back to this to reduce the dependency
on this interface.

Cheers, Andreas






Download attachment "signature.asc" of type "application/pgp-signature" (834 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ