diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-11-06 21:38:49 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-11-06 21:38:49 +0000 |
commit | 9ca230d62f1813679700f821d3de48ce4aa73f2a (patch) | |
tree | 443df80bbebc471017f3489d131940578347ba73 /ChangeLog | |
parent | eb46bc8fd67968693f627d0a834a5aa093e931b3 (diff) | |
download | glibc-9ca230d62f1813679700f821d3de48ce4aa73f2a.tar.gz glibc-9ca230d62f1813679700f821d3de48ce4aa73f2a.tar.xz glibc-9ca230d62f1813679700f821d3de48ce4aa73f2a.zip |
* stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
with size_t type. * stdio-common/printf_fp.c (__print_fp): Change chars_needed type to size_t. Add casts where needed.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 32e8b62766..6ec0b863f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2007-11-06 Ulrich Drepper <drepper@redhat.com> + * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size + with size_t type. + * stdio-common/printf_fp.c (__print_fp): Change chars_needed type to + size_t. Add casts where needed. + * nscd/selinux.c (nscd_request_avc_has_perm): When compiled with old headers, don't call avc_has_perm if we don't have the permission information. |