mirror of git://sourceware.org/git/glibc.git
Update with BZ number.
This commit is contained in:
parent
84a4211850
commit
071f805ea3
|
@ -1,6 +1,7 @@
|
||||||
2011-01-27 Petr Baudis <pasky@suse.cz>
|
2011-01-27 Petr Baudis <pasky@suse.cz>
|
||||||
Ulrich Drepper <drepper@gmail.com>
|
Ulrich Drepper <drepper@gmail.com>
|
||||||
|
|
||||||
|
[BZ 12445]#
|
||||||
* stdio-common/vfprintf.c (vfprintf): Pass correct newlen
|
* stdio-common/vfprintf.c (vfprintf): Pass correct newlen
|
||||||
to extend_alloca().
|
to extend_alloca().
|
||||||
* stdio-common/bug23.c: New file.
|
* stdio-common/bug23.c: New file.
|
||||||
|
|
4
NEWS
4
NEWS
|
@ -1,4 +1,4 @@
|
||||||
GNU C Library NEWS -- history of user-visible changes. 2011-2-17
|
GNU C Library NEWS -- history of user-visible changes. 2011-2-20
|
||||||
Copyright (C) 1992-2009, 2010, 2011 Free Software Foundation, Inc.
|
Copyright (C) 1992-2009, 2010, 2011 Free Software Foundation, Inc.
|
||||||
See the end for copying conditions.
|
See the end for copying conditions.
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ Version 2.14
|
||||||
|
|
||||||
* The following bugs are resolved with this release:
|
* The following bugs are resolved with this release:
|
||||||
|
|
||||||
11724, 12460, 12469, 12489
|
11724, 12445, 12460, 12469, 12489
|
||||||
|
|
||||||
Version 2.13
|
Version 2.13
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue