diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-02-16 07:58:29 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-02-16 07:58:29 +0000 |
commit | b3715c05d7834a6e755c293d3d9274bd0b71d4df (patch) | |
tree | 1102dea90e2b036a6a491b70246c3ad86cd1ddc8 /ChangeLog | |
parent | 6eea8e0d4838c05e0be24620baa05f00a014fffa (diff) | |
download | glibc-b3715c05d7834a6e755c293d3d9274bd0b71d4df.tar glibc-b3715c05d7834a6e755c293d3d9274bd0b71d4df.tar.gz glibc-b3715c05d7834a6e755c293d3d9274bd0b71d4df.tar.bz2 glibc-b3715c05d7834a6e755c293d3d9274bd0b71d4df.zip |
[BZ #3991]
* assert/assert.h (assert): Simplify.
(assert_perror): Likewise.
Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2007-02-15 Ulrich Drepper <drepper@redhat.com> + [BZ #3991] + * assert/assert.h (assert): Simplify. + (assert_perror): Likewise. + Patch by Israel G. Lugo <ilugo@bridonsecurity.com>. + * nscd/nscd_helper.c (open_socket): Don't send padding bytes from reqdata. |