diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-10-24 22:37:00 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-10-24 22:37:00 -0400 |
commit | fdc0f374bcd2d0513569aa8d600f960e43e8af1d (patch) | |
tree | fac112c8335538c5b4be8fecf01145039e8fcadb /NEWS | |
parent | d0b9e94faf18f2585e7d0ae0b10daefb12f93059 (diff) | |
download | glibc-fdc0f374bcd2d0513569aa8d600f960e43e8af1d.tar glibc-fdc0f374bcd2d0513569aa8d600f960e43e8af1d.tar.gz glibc-fdc0f374bcd2d0513569aa8d600f960e43e8af1d.tar.bz2 glibc-fdc0f374bcd2d0513569aa8d600f960e43e8af1d.zip |
Fix perturbing in malloc on free.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2010-10-13 +GNU C Library NEWS -- history of user-visible changes. 2010-10-24 Copyright (C) 1992-2009, 2010 Free Software Foundation, Inc. See the end for copying conditions. @@ -11,7 +11,7 @@ Version 2.13 3268, 7066, 10851, 11611, 11640, 11701, 11840, 11856, 11883, 11903, 11904, 11968, 11979, 12005, 12037, 12067, 12077, 12078, 12092, 12093, 12107, 12108, - 12113 + 12113, 12140 * New Linux interfaces: prlimit, prlimit64, fanotify_init, fanotify_mark |