summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-08-14 06:37:17 +0000
committerUlrich Drepper <drepper@redhat.com>2008-08-14 06:37:17 +0000
commit7b3ba2c4ebbe28d60224d79c7b7aa2a0e28fca78 (patch)
tree960fcc91a4fa99536323e3caa73f871a4481824d /ChangeLog
parent1bfa05cfaa4177476fd57851d867c5d1a276a34b (diff)
[BZ #6544]
* libio/fmemopen.c: Implement binary mode. In this mode no NUL byte gets added to writes and seeks from the end use the length of the buffer and not the currently terminating NUL byte.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0975959dec..2415c65541 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-08-13 Ulrich Drepper <drepper@redhat.com>
+ [BZ #6544]
+ * libio/fmemopen.c: Implement binary mode. In this mode no NUL
+ byte gets added to writes and seeks from the end use the length of
+ the buffer and not the currently terminating NUL byte.
+
[BZ #6634]
* login/utmp_file.c (getutent_r_file): Take additional parameter.
Set to true if locking failed.