Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
php7
php7-crypt-possible-buffer-overread.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File php7-crypt-possible-buffer-overread.patch of Package php7
Index: php-7.4.33/ext/standard/crypt.c =================================================================== --- php-7.4.33.orig/ext/standard/crypt.c +++ php-7.4.33/ext/standard/crypt.c @@ -151,6 +151,7 @@ PHPAPI zend_string *php_crypt(const char } else if ( salt[0] == '$' && salt[1] == '2' && + salt[2] != 0 && salt[3] == '$') { char output[PHP_MAX_SALT_LEN + 1];
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