Re: [systemd-devel] [PATCH 00/11] *** SUBJECT HERE ***

2013-12-21 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Dec 19, 2013 at 02:20:10PM +0100, Florian Weimer wrote: > This patch series removes all uses of readdir_r. The changes are not > entirely mechanical, some of the patches fix bugs in error handling. > > readdir_r is rather broken on Linux because there are some directories > it cannot read

Re: [systemd-devel] [PATCH 00/11] *** SUBJECT HERE ***

2013-12-21 Thread Djalal Harouni
On Fri, Dec 20, 2013 at 11:59:16AM -0800, Shawn Landden wrote: > On Fri, Dec 20, 2013 at 11:50 AM, Colin Walters wrote: > > On Thu, 2013-12-19 at 14:20 +0100, Florian Weimer wrote: > > > >> readdir_r is rather broken on Linux because there are some directories > >> it cannot read. > > > > Citation

Re: [systemd-devel] [PATCH 00/11] *** SUBJECT HERE ***

2013-12-20 Thread Lennart Poettering
On Fri, 20.12.13 11:59, Shawn Landden (sh...@churchofgit.com) wrote: > > On Fri, Dec 20, 2013 at 11:50 AM, Colin Walters wrote: > > On Thu, 2013-12-19 at 14:20 +0100, Florian Weimer wrote: > > > >> readdir_r is rather broken on Linux because there are some directories > >> it cannot read. > > >

Re: [systemd-devel] [PATCH 00/11] *** SUBJECT HERE ***

2013-12-20 Thread Florian Weimer
On 12/20/2013 08:50 PM, Colin Walters wrote: On Thu, 2013-12-19 at 14:20 +0100, Florian Weimer wrote: readdir_r is rather broken on Linux because there are some directories it cannot read. Citation? Are you talking about http://womble.decadent.org.uk/readdir_r-advisory.html ? Partly, yes.

Re: [systemd-devel] [PATCH 00/11] *** SUBJECT HERE ***

2013-12-20 Thread Shawn Landden
On Fri, Dec 20, 2013 at 11:50 AM, Colin Walters wrote: > On Thu, 2013-12-19 at 14:20 +0100, Florian Weimer wrote: > >> readdir_r is rather broken on Linux because there are some directories >> it cannot read. > > Citation? Are you talking about > http://womble.decadent.org.uk/readdir_r-advisory.h

Re: [systemd-devel] [PATCH 00/11] *** SUBJECT HERE ***

2013-12-20 Thread Colin Walters
On Thu, 2013-12-19 at 14:20 +0100, Florian Weimer wrote: > readdir_r is rather broken on Linux because there are some directories > it cannot read. Citation? Are you talking about http://womble.decadent.org.uk/readdir_r-advisory.html ? ___ systemd-d

[systemd-devel] [PATCH 00/11] *** SUBJECT HERE ***

2013-12-19 Thread Florian Weimer
This patch series removes all uses of readdir_r. The changes are not entirely mechanical, some of the patches fix bugs in error handling. readdir_r is rather broken on Linux because there are some directories it cannot read. Florian Weimer (11): tmpfiles: replace readdir_r with readdir login