Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Step:15-SP1
php7.27346
php7-ext-hash-uint-overflow.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File php7-ext-hash-uint-overflow.patch of Package php7.27346
Index: php-7.2.34/ext/hash/hash_sha3.c =================================================================== --- php-7.2.34.orig/ext/hash/hash_sha3.c +++ php-7.2.34/ext/hash/hash_sha3.c @@ -252,7 +252,7 @@ void PHP_SHA3##bits##Init(PHP_SHA3_##bit void PHP_SHA3##bits##Update(PHP_SHA3_##bits##_CTX* ctx, \ const unsigned char* input, \ unsigned int inputLen) { \ - Keccak_HashUpdate((Keccak_HashInstance *)ctx->hashinstance, input, inputLen * 8); \ + Keccak_HashUpdate((Keccak_HashInstance *)ctx->hashinstance, input, (size_t)inputLen * 8); \ } \ void PHP_SHA3##bits##Final(unsigned char* digest, \ PHP_SHA3_##bits##_CTX* ctx) { \
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor