This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GNU C Library master sources branch master updated. glibc-2.20-548-gccdb048


On 01/21/2015 09:05 AM, Joseph Myers wrote:
> On Wed, 21 Jan 2015, carlos@sourceware.org wrote:
> 
>> commit ccdb048df457d581f6ac7ede8b0c7a593a891dfa
>> Author: Carlos O'Donell <carlos@systemhalted.org>
>> Date:   Wed Jan 21 01:51:10 2015 -0500
>>
>>     Fix recursive dlopen.
> 
>> diff --git a/dlfcn/tst-rec-dlopen.c b/dlfcn/tst-rec-dlopen.c
>> new file mode 100644
>> index 0000000..35b08d4
>> --- /dev/null
>> +++ b/dlfcn/tst-rec-dlopen.c
>> @@ -0,0 +1,144 @@
>> +/* Test recursive dlopen using malloc hooks.
>> +   Copyright (C) 1998-2014 Free Software Foundation, Inc.
> 
> Copyright years need to include 2015 (in general you need to watch out for 
> that when preparing a patch that adds files one year, and committing it 
> the next).
> 

I'm going to review the remaining bug fixes, and if we're all good
I'll run the copyright update script and manually fix up the scripts
and then be done.

Cheers,
Carlos.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]