Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
php5.6680
php5-no-reentrant-crypt.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File php5-no-reentrant-crypt.patch of Package php5.6680
Index: ext/standard/crypt.c =================================================================== --- ext/standard/crypt.c.orig +++ ext/standard/crypt.c @@ -247,6 +247,16 @@ PHPAPI int php_crypt(const char *passwor return SUCCESS; } } +# else + { + crypt_res = crypt(password, salt); + if (!crypt_res) { + return FAILURE; + } else { + *result = estrdup(crypt_res); + return SUCCESS; + } + } # endif #endif }
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