|
Message-ID: <20140712135521.GE179@brightrain.aerifal.cx> Date: Sat, 12 Jul 2014 09:55:21 -0400 From: Rich Felker <dalias@...c.org> To: musl@...ts.openwall.com Subject: Re: [PATCH] fix the %m specifier in syslog On Sat, Jul 12, 2014 at 08:52:47AM +0200, Szabolcs Nagy wrote: > * Rich Felker <dalias@...c.org> [2014-07-11 20:04:13 -0400]: > > On Wed, Jul 09, 2014 at 02:34:18PM +0200, Clément Vasseur wrote: > > > errno must be saved upon vsyslog entry, otherwise its value could be > > > changed by some libc function before reaching the %m handler in > > > vsnprintf. > > > > Committed. > > i think the COPYRIGHT file should be updated with new contributors > (it will be harder to track them down later) Yes, but it's actually not as bad as it looks. We can just check the git log for the last commit to COPYRIGHT then review commits between then and now. But I agree we should do it more often. Thanks for the reminder! Rich
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.