Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP2:GA
php74.35980
php74-CVE-2024-9026.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File php74-CVE-2024-9026.patch of Package php74.35980
Index: php-7.4.33/sapi/fpm/fpm/fpm_stdio.c =================================================================== --- php-7.4.33.orig/sapi/fpm/fpm/fpm_stdio.c +++ php-7.4.33/sapi/fpm/fpm/fpm_stdio.c @@ -177,7 +177,7 @@ stdio_read: if ((sizeof(FPM_STDIO_CMD_FLUSH) - cmd_pos) <= in_buf && !memcmp(buf, &FPM_STDIO_CMD_FLUSH[cmd_pos], sizeof(FPM_STDIO_CMD_FLUSH) - cmd_pos)) { zlog_stream_finish(log_stream); - start = cmd_pos; + start = sizeof(FPM_STDIO_CMD_FLUSH) - cmd_pos; } else { zlog_stream_str(log_stream, &FPM_STDIO_CMD_FLUSH[0], cmd_pos); }
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