[PATCH] Fix broken overflow check in posix_fallocate
Florian Weimer
fweimer@redhat.com
Mon Aug 31 16:18:00 GMT 2015
On 08/26/2015 08:47 AM, Florian Weimer wrote:
> On 08/26/2015 08:42 AM, Paul Eggert wrote:
>> * sysdeps/posix/posix_fallocate.c (posix_fallocate):
>> * sysdeps/posix/posix_fallocate64.c (__posix_fallocate64_l64):
>> Fix parenthesization typo.
>> ---
>> ChangeLog | 5 +++++
>> sysdeps/posix/posix_fallocate.c | 2 +-
>> sysdeps/posix/posix_fallocate64.c | 2 +-
>> 3 files changed, 7 insertions(+), 2 deletions(-)
>>
>> diff --git a/ChangeLog b/ChangeLog
>> index bd6d027..458b850 100644
>> --- a/ChangeLog
>> +++ b/ChangeLog
>> @@ -1,5 +1,10 @@
>> 2015-08-25 Paul Eggert <eggert@cs.ucla.edu>
>>
>> + Fix broken overflow check in posix_fallocate
>> + * sysdeps/posix/posix_fallocate.c (posix_fallocate):
>> + * sysdeps/posix/posix_fallocate64.c (__posix_fallocate64_l64):
>> + Fix parenthesization typo.
>
> Please add the BZ #18873 reference before committing (also to NEWS).
I have committed this with the bug reference.
--
Florian Weimer / Red Hat Product Security
More information about the Libc-alpha
mailing list