forked from lattera/glibc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* nscd/grpcache.c (cache_addgr): Correctly compute size of
fixed-size portion of the record. * nscd/servicescache.c (cache_addserv): Likewise. * nscd/pwdcache.c (cache_addpw): Likewise. * nscd/initgrcache.c (addinitgroupsX): Likewise.
- Loading branch information
Ulrich Drepper
committed
Jun 12, 2008
1 parent
9ad58cc
commit 5a33777
Showing
7 changed files
with
41 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
2008-06-12 Ulrich Drepper <[email protected]> | ||
|
||
* nscd/grpcache.c (cache_addgr): Correctly compute size of | ||
fixed-size portion of the record. | ||
* nscd/servicescache.c (cache_addserv): Likewise. | ||
* nscd/pwdcache.c (cache_addpw): Likewise. | ||
* nscd/initgrcache.c (addinitgroupsX): Likewise. | ||
|
||
2008-06-11 Ulrich Drepper <[email protected]> | ||
|
||
* nscd/mem.c (gc): Initialize obstack earlier so that if we jump | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
2008-06-12 Ulrich Drepper <[email protected]> | ||
|
||
* sysdeps/pthread/pthread.h: Remove inadvertant checkin. | ||
|
||
2008-05-17 Samuel Thibault <[email protected]> | ||
|
||
* sysdeps/pthread/pthread.h: Fix typo in comment. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters