mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Rich Felker <dalias@aerifal.cx>
To: musl@lists.openwall.com
Subject: Re: draft release notes for 0.9.15
Date: Tue, 3 Dec 2013 23:35:54 -0500	[thread overview]
Message-ID: <20131204043554.GX24286@brightrain.aerifal.cx> (raw)
In-Reply-To: <20131204024206.GU1685@port70.net>

On Wed, Dec 04, 2013 at 03:42:06AM +0100, Szabolcs Nagy wrote:
> * Rich Felker <dalias@aerifal.cx> [2013-12-03 20:33:20 -0500]:
> > See draft below. Comments welcome, especially on what's the most
> > important to go in the short release blurb since there's so much..
> 
> my list would be:
> 
> new features:
> v4 and v6 nameserver in resolv.conf
> multicast structures in netinet/in.h
> shadow password api
> libc.so can print musl version info
> 
> bug fixes:
> mbsrtowcs buffer overflow
> group file handling
> execle environ passing
> setenv crash
> timezone
> ip address parsing
> faccessat
> fnmatch
> fd leaks

That's a big list. Of these, I think setenv is probably not worth
mentioning. It's rare (and probably buggy) to be calling setenv many
times; most sane usage just calls it a finite number of times at
startup, where memory exhaustion is really unlikely.

Based on this, here's a proposed draft blurb:

    Major bug fixes include a buffer overflow in mbsrtowcs, various
    group file handling errors, failure of execle to pass on the new
    environment, and timezone-parsing crashes on 64-bit systems. Also
    fixed are several file descriptor leak (close-on-exec) issues,
    handling of invalid IP address strings, several fnmatch corner
    cases possibly leading to out-of-bound access, and failure of
    faccessat with the AT_EACCESS flag. This release also adds support
    for mixing IPv4 and v6 nameservers in resolv.conf, expanded shadow
    password API, IPv6 multicast structures, and the ability for
    libc.so to report the version installed.

That might still need to be trimmed down a bit to freecode's (formerly
freshmeat) release blurb limit but it works for all our other uses.

Rich


      reply	other threads:[~2013-12-04  4:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-04  1:33 Rich Felker
2013-12-04  2:42 ` Szabolcs Nagy
2013-12-04  4:35   ` Rich Felker [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131204043554.GX24286@brightrain.aerifal.cx \
    --to=dalias@aerifal.cx \
    --cc=musl@lists.openwall.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).