Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 16 Apr 2014 12:47:59 +0200
From: u-igbb@...ey.se
To: musl@...ts.openwall.com
Subject: Re: musl 1.1.0 released

On Wed, Apr 16, 2014 at 04:41:02AM -0400, Rich Felker wrote:
> New features include support for RELRO protection in dynamic linker,
> VDSO acceleration for clock functions on x86_64, and improvements to
> malloc that avoid early allocation failures specific to PIE binaries.

Nice work, thanks!

Any plans for accepting --library-path and --preload ?

For the record, I am depending on these since before musl and now with
musl. Any other approach to achieve flexible runtime binding between
binaries and libraries brings unfortunately extra constraints. Those
constraints (e.g. on the relative placement of binaries and libraries)
are too limiting and/or inconvenient to be practical in our environment.

Regards,
Rune

> Several important bugs have been fixed, including searches past the
> end of the buffer in memmem and multiple bugs in printf floating point
> formatting, one of which may be able to trigger a buffer overflow
> under certain conditions. Some bugs specific to the mips, microblaze,
> and x32 ports have also been fixed.
> 
> http://www.musl-libc.org/releases/musl-1.1.0.tar.gz

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.