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: 2.25 freeze


On 01/10/2017 06:16 AM, Siddhesh Poyarekar wrote:
> Everybody pens down, the time is up!
> 
> We are now in freeze mode.  This means that only bug fixes are allowed
> leading up to the release.  The release date has been specified as
> 1-Feb-2017 and I don't intend to move that right now, but if anybody
> needs additional time, please ask for it early.
> 
> Architecture maintainers please test and report failures that you can't
> fix during the freeze on the release page[1].  Others please trawl the
> bug list and try to fix as many bugs as you can so that we have a nice
> and clean release.
> 
> Siddhesh
> 
> [1] https://sourceware.org/glibc/wiki/Release/2.25
 

I've added bug 20116 to blockers, it's a use after free in pthread_create
for which I have a patch and will get it in shortly. The patch is quite
simple (6 lines contributed by VMWare, below the copyright threshold).

Conceptually the bigger problem is our ownership of the thread descriptor
is all over the place and cause issues like that seen in bug 19951.

https://sourceware.org/bugzilla/show_bug.cgi?id=20116

-- 
Cheers,
Carlos.


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