12 Feb
2011
12 Feb
'11
1:52 a.m.
On Fri, Feb 11, 2011 at 6:51 PM, Jonathan Conder <jonno.conder@gmail.com> wrote:
On 5 February 2011 13:39, Jonathan Conder <jonno.conder@gmail.com> wrote:
According to FOPEN(3), using fclose on an fdopen'd file stream also closes the underlying file descriptor. This happened in _alpm_lckmk (util.c), which meant that when alpm_trans_release closed it again, the log file (which reused the original file descriptor) was closed instead.
Signed-off-by: Jonathan Conder <jonno.conder@gmail.com> ---
Could I get at least an ack for this please? I sent it a week ago and haven't heard anything.
Yeah I just haven't had a chance to look closely, but I haven't lost track of it. -Dan