This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix broken overflow check in posix_fallocate


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]